[PATCH 2 of 2 wheels stable] contrib: drop Python 2.6 from manylinux1 wheel script

Augie Fackler raf at durin42.com
Wed Jul 19 14:04:38 EDT 2017


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1500486262 14400
#      Wed Jul 19 13:44:22 2017 -0400
# Branch stable
# Node ID b3453767f02a999701a2bacfe1d093bbea359180
# Parent  132d4c069e2dee21bd319d536772589a19dcd5d4
contrib: drop Python 2.6 from manylinux1 wheel script

diff --git a/contrib/build-linux-wheels.sh b/contrib/build-linux-wheels.sh
--- a/contrib/build-linux-wheels.sh
+++ b/contrib/build-linux-wheels.sh
@@ -3,7 +3,7 @@
 # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh
 set -e -x
 
-PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin)
+PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin)
 
 # Create an user for the tests
 useradd hgbuilder


More information about the Mercurial-devel mailing list