mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-25 06:23:43 +01:00
IGN:
This commit is contained in:
parent
1c7d06e215
commit
3d79e3f2fc
4 changed files with 5 additions and 8 deletions
4
setup.py
4
setup.py
|
|
@ -79,10 +79,10 @@ def _ep_to_function(ep):
|
|||
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 @@
|
|||
|
||||
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.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…
Reference in a new issue