commit | 45534cec26386890ff773d1f7a507e67573471a7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 13 13:41:58 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 13 13:41:58 2010 +0000 |
tree | cf65e1c836649c57d983b1feaee8f6b443d5bc1d | |
parent | e82110f3a53b34bcaca10b115b037c1cf1b5bd78 [diff] [blame] |
Update for new download location.
diff --git a/Doc/tools/dailybuild.py b/Doc/tools/dailybuild.py index 6291d90..c0f45eb 100755 --- a/Doc/tools/dailybuild.py +++ b/Doc/tools/dailybuild.py
@@ -53,7 +53,8 @@ print 'Copying HTML files' os.system('cp -a Doc/build/html/* %s' % target) print 'Copying dist files' - os.system('cp -a Doc/dist %s/dist' % target) + os.system('mkdir %s/archives' % target) + os.system('cp -a Doc/dist/* %s/archives' % target) print 'Finished' print '=' * 80