trying to fix nightly build - ftpdist now uses bin/release dir

This commit is contained in:
Nick Bolton 2011-01-19 03:41:09 +00:00
parent 530e611b38
commit 555c5b7a1a
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ class InternalCommands:
src = self.dist_name(type)
dest = self.dist_name_rev(type)
print 'Uploading %s to FTP server %s...' % (dest, ftp.host)
ftp.run('bin/' + src, dest)
ftp.run('bin/release/' + src, dest)
print 'Done'
def dist_name(self, type):