mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 15:09:23 +01:00
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:
parent
3535f6a702
commit
9f718fb01c
@ -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.'
|
||||
|
Loading…
Reference in New Issue
Block a user