mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
a39eab72f9
commit
f66242b32d
@ -108,7 +108,10 @@ class UploadToGoogleCode(Command): # {{{
|
|||||||
PASSWORD_FILE = os.path.expanduser('~/.googlecodecalibre')
|
PASSWORD_FILE = os.path.expanduser('~/.googlecodecalibre')
|
||||||
OFFLINEIMAP = os.path.expanduser('~/work/kde/conf/offlineimap/rc')
|
OFFLINEIMAP = os.path.expanduser('~/work/kde/conf/offlineimap/rc')
|
||||||
GPATHS = '/var/www/status.calibre-ebook.com/googlepaths'
|
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'
|
GC_PROJECT = 'calibre-ebook-ii'
|
||||||
|
|
||||||
UPLOAD_HOST = '%s.googlecode.com'%GC_PROJECT
|
UPLOAD_HOST = '%s.googlecode.com'%GC_PROJECT
|
||||||
FILES_LIST = 'http://code.google.com/p/%s/downloads/list'%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
|
DELETE_URL = 'http://code.google.com/p/%s/downloads/delete?name=%%s'%GC_PROJECT
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user