mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:
This commit is contained in:
parent
1c7d06e215
commit
3d79e3f2fc
4
setup.py
4
setup.py
@ -79,10 +79,10 @@ if __name__ == '__main__':
|
||||
For installation/usage instructions please see
|
||||
http://%s.kovidgoyal.net
|
||||
|
||||
For source code access: bzr branch lp:%s
|
||||
For source code access: bzr branch http://bzr.kovidgoyal.net/code/%s/trunk %s
|
||||
To update your copy of the source code: bzr merge
|
||||
|
||||
"""%(APPNAME, APPNAME, APPNAME, APPNAME),
|
||||
"""%(APPNAME, APPNAME, APPNAME, APPNAME, APPNAME),
|
||||
license = 'GPL',
|
||||
classifiers = [
|
||||
'Development Status :: 4 - Beta',
|
||||
|
@ -8,8 +8,6 @@ Define a threaded interface for working with devices.
|
||||
|
||||
import threading, Queue
|
||||
|
||||
from calibre.devices.device import Device
|
||||
from calibre.devices.prs500.driver import PRS500
|
||||
|
||||
class DeviceManager(object):
|
||||
|
||||
|
@ -9,8 +9,8 @@ from trac.web.main import IRequestHandler
|
||||
from trac.util import Markup
|
||||
|
||||
|
||||
__appname__ = 'libprs500'
|
||||
DOWNLOAD_DIR = '/var/www/vhosts/kovidgoyal.net/subdomains/libprs500/httpdocs/downloads'
|
||||
__appname__ = 'calibre'
|
||||
DOWNLOAD_DIR = '/var/www/calibre.kovidgoyal.net/htdocs/downloads'
|
||||
|
||||
|
||||
|
||||
|
@ -90,8 +90,7 @@ def upload_installers():
|
||||
if dmg and os.path.exists(dmg):
|
||||
check_call('''scp %s divok:%s/'''%(dmg, DOWNLOADS))
|
||||
check_call('''ssh divok chmod a+r %s/\*'''%(DOWNLOADS,))
|
||||
check_call('''ssh divok /root/bin/update-installer-links %s %s'''%(exe, dmg))
|
||||
|
||||
|
||||
def upload_docs():
|
||||
check_call('''epydoc --config epydoc.conf''')
|
||||
check_call('''scp -r docs/html divok:%s/'''%(DOCS,))
|
||||
|
Loading…
x
Reference in New Issue
Block a user