mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 18:52:45 +01:00
Forgot a username
This commit is contained in:
parent
112db0756d
commit
fc7b4d483d
@ -89,7 +89,7 @@ if __name__ == '__main__':
|
|||||||
system('scp docs.tar.bz2 %s@supybot.sf.net:/home/groups/s/su/supybot'
|
system('scp docs.tar.bz2 %s@supybot.sf.net:/home/groups/s/su/supybot'
|
||||||
'/htdocs/docs/.' % u)
|
'/htdocs/docs/.' % u)
|
||||||
system('ssh %s@supybot.sf.net "cd /home/groups/s/su/supybot/htdocs/docs; '
|
system('ssh %s@supybot.sf.net "cd /home/groups/s/su/supybot/htdocs/docs; '
|
||||||
'tar jxf docs.tar.bz2"')
|
'tar jxf docs.tar.bz2"' % u)
|
||||||
|
|
||||||
print 'Cleaning up generated documentation.'
|
print 'Cleaning up generated documentation.'
|
||||||
shutil.rmtree('docs/plugins')
|
shutil.rmtree('docs/plugins')
|
||||||
|
Loading…
Reference in New Issue
Block a user