This commit is contained in:
Kovid Goyal 2013-07-29 22:17:14 +05:30
parent 0fdbe5a753
commit 99d9db82f7

View File

@ -507,7 +507,7 @@ def upload_to_servers(files, version): # {{{
# }}}
def upload_to_dbs(files, version): # {{{
print('Uploading to downloadbestsoftware.com')
print('Uploading to fosshub.com')
server = 'www.downloadbestsoft-mirror1.com'
rdir = 'release/'
check_call(['ssh', 'kovid@%s' % server, 'rm -f release/*'])