release.py: Use web.sf.net instead for uploading version.txt

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-05-18 03:56:05 -04:00
parent 3535f6a702
commit 9f718fb01c

View File

@ -133,7 +133,8 @@ if __name__ == '__main__':
print 'Copying new version.txt over to project webserver.'
system('echo %s > version.txt' % v)
system('scp version.txt %s@shell.sf.net:/home/groups/s/su/supybot/htdocs'%u)
system('scp version.txt %s@web.sf.net:/home/groups/s/su/supybot/htdocs'
%u)
system('rm version.txt')
# print 'Generating documentation.'