[pypy-commit] pypy default: make sure to extract also the .debug files from the nightly

antocuni pypy.commits at gmail.com
Thu Nov 2 07:03:16 EDT 2017


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r92905:060286c2177e
Date: 2017-11-02 12:02 +0100
http://bitbucket.org/pypy/pypy/changeset/060286c2177e/

Log:	make sure to extract also the .debug files from the nightly

diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py
--- a/pypy/goal/getnightly.py
+++ b/pypy/goal/getnightly.py
@@ -15,7 +15,7 @@
     arch = 'linux'
     cmd = 'wget "%s"'
     TAR_OPTIONS += ' --wildcards'
-    binfiles = "'*/bin/pypy' '*/bin/libpypy-c.so'"
+    binfiles = "'*/bin/pypy*' '*/bin/libpypy-c.so*'"
     if os.uname()[-1].startswith('arm'):
         arch += '-armhf-raspbian'
 elif sys.platform.startswith('darwin'):


More information about the pypy-commit mailing list