]> granicus.if.org Git - python/commitdiff
Update for new download location.
authorGeorg Brandl <georg@python.org>
Sat, 13 Mar 2010 13:41:58 +0000 (13:41 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 13 Mar 2010 13:41:58 +0000 (13:41 +0000)
Doc/tools/dailybuild.py

index 6291d908983b7d610823024a4c2922647a4421ad..c0f45ebc27318dd3714a196eaef885875ad11041 100755 (executable)
@@ -53,7 +53,8 @@ def build_one(checkout, target, isdev):
     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