[pypy-commit] pypy default: Print something also in this case.

arigo noreply at buildbot.pypy.org
Thu Aug 25 10:32:20 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r46767:bc2ecbb829b9
Date: 2011-08-25 10:35 +0200
http://bitbucket.org/pypy/pypy/changeset/bc2ecbb829b9/

Log:	Print something also in this case.

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -133,6 +133,8 @@
     if copy_to_dir is not None:
         print "Copying %s to %s" % (archive, copy_to_dir)
         shutil.copy(archive, str(copy_to_dir))
+    else:
+        print "Ready in %s" % (builddir,)
     return builddir # for tests
 
 if __name__ == '__main__':


More information about the pypy-commit mailing list