Author: Armin Rigo <[email protected]>
Branch:
Changeset: r819:19cac1218ee6
Date: 2013-05-15 21:59 +0200
http://bitbucket.org/pypy/buildbot/changeset/19cac1218ee6/
Log: A bit no clue, but this looks like progress
diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist.py
+++ b/bot2/pypybuildbot/pypylist.py
@@ -66,6 +66,8 @@
name = self.filename.replace(ext, '')
# remove the dash from linux-armel, else the split does not work
name = name.replace('-armel', '_armel')
+ name = name.replace('-libc2', '_libc2')
+ name = name.replace('-armhf-rasp', '_armhf_rasp')
dashes = name.count('-')
if dashes == 4:
# svn based
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit