##// END OF EJS Templates
packaging: move linux-wheel-centos5-blacklist to contrib/packaging/...
Gregory Szorc -
r38031:6f5b4cee default
parent child Browse files
Show More
@@ -30,5 +30,5 b' for PYBIN in $PYTHON_TARGETS; do'
30 # Install mercurial wheel as root
30 # Install mercurial wheel as root
31 "${PYBIN}/pip" install mercurial --no-index -f /src/wheelhouse
31 "${PYBIN}/pip" install mercurial --no-index -f /src/wheelhouse
32 # But run tests as hgbuilder user (non-root)
32 # But run tests as hgbuilder user (non-root)
33 su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/linux-wheel-centos5-blacklist"
33 su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/packaging/linux-wheel-centos5-blacklist"
34 done
34 done
1 NO CONTENT: file renamed from contrib/linux-wheel-centos5-blacklist to contrib/packaging/linux-wheel-centos5-blacklist
NO CONTENT: file renamed from contrib/linux-wheel-centos5-blacklist to contrib/packaging/linux-wheel-centos5-blacklist
General Comments 0
You need to be logged in to leave comments. Login now