mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
release: Fix repository location
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
e6d361fc92
commit
f8824458b3
@ -80,8 +80,8 @@ if __name__ == '__main__':
|
||||
' Change to an appropriate directory or remove the supybot '
|
||||
'directory to continue.')
|
||||
print 'Checking out fresh tree from git.'
|
||||
system(['git', 'clone', '-b', branch,
|
||||
'git+ssh://%s@supybot.git.sourceforge.net/gitroot/supybot' % u])
|
||||
repo = 'git+ssh://%s@supybot.git.sourceforge.net/gitroot/supybot/supybot' % u
|
||||
system(['git', 'clone', '-b', branch, repo])
|
||||
os.chdir('supybot')
|
||||
|
||||
print 'Checking RELNOTES version line.'
|
||||
|
Loading…
Reference in New Issue
Block a user