Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r91576:927530bd5d2c
Date: 2017-06-09 13:47 +0300
http://bitbucket.org/pypy/pypy/changeset/927530bd5d2c/

Log:    make more noise when something goes wrong with the repackaging

diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage.sh
+++ b/pypy/tool/release/repackage.sh
@@ -36,7 +36,10 @@
     hgcheck=`tar -tf pypy-c-jit-latest-$plat.tar.bz2 |head -n1 | cut -d- -f5`
     if [ "$hgcheck" != "$hgrev" ]
     then
+        echo xxxxxxxxxxxxxxxxxxxxxx
         echo $plat hg tag mismatch, expected $hgrev, got $hgcheck
+        echo xxxxxxxxxxxxxxxxxxxxxx
+        rm pypy-c-jit-latest-$plat.tar.bz2
         continue
     fi
     tar -xf pypy-c-jit-latest-$plat.tar.bz2
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to