mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 01:33:15 +02:00
IGN:Tag release
This commit is contained in:
parent
a39eab72f9
commit
f66242b32d
2 changed files with 279 additions and 234 deletions
|
|
@ -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
Loading…
Reference in a new issue