IGN:Tag release

This commit is contained in:
Kovid Goyal 2011-12-30 15:23:45 +05:30
parent a39eab72f9
commit f66242b32d
2 changed files with 279 additions and 234 deletions

View File

@ -108,7 +108,10 @@ class UploadToGoogleCode(Command): # {{{
PASSWORD_FILE = os.path.expanduser('~/.googlecodecalibre')
OFFLINEIMAP = os.path.expanduser('~/work/kde/conf/offlineimap/rc')
GPATHS = '/var/www/status.calibre-ebook.com/googlepaths'
# If you change this, remember to change the default URL used by
# http://calibre-ebook.com as well
GC_PROJECT = 'calibre-ebook-ii'
UPLOAD_HOST = '%s.googlecode.com'%GC_PROJECT
FILES_LIST = 'http://code.google.com/p/%s/downloads/list'%GC_PROJECT
DELETE_URL = 'http://code.google.com/p/%s/downloads/delete?name=%%s'%GC_PROJECT

File diff suppressed because it is too large Load Diff