Removed vestigal references to .cache.bundle.
Change-Id: I939119b9f1aaf71eb506c9596fc6f6bb8dff3137
This commit is contained in:
parent
bf7a3fcf24
commit
4f1450b9be
@ -53,30 +53,7 @@ snapshotversion=$(find_next_version)
|
|||||||
|
|
||||||
rm -f dist/*.tar.gz
|
rm -f dist/*.tar.gz
|
||||||
if [ -f setup.py ] ; then
|
if [ -f setup.py ] ; then
|
||||||
# Try tox and cached bundles first
|
tox -evenv python setup.py sdist
|
||||||
if [ -e ".cache.bundle" ] ; then
|
|
||||||
if [ -f tox.ini ] ; then
|
|
||||||
if tox --showconfig | grep testenv | grep jenkinsvenv >/dev/null 2>&1
|
|
||||||
then
|
|
||||||
tox -ejenkinsvenv python setup.py sdist
|
|
||||||
else
|
|
||||||
tox -evenv python setup.py sdist
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
rm -rf .venv
|
|
||||||
mv .cache.bundle .cache.pybundle
|
|
||||||
virtualenv --no-site-packages .venv
|
|
||||||
.venv/bin/pip install .cache.pybundle
|
|
||||||
rm .cache.pybundle
|
|
||||||
tools/with_venv.sh python setup.py sdist
|
|
||||||
fi
|
|
||||||
# Try old style venv's second
|
|
||||||
elif [ -d .venv -a -f tools/with_venv.sh ] ; then
|
|
||||||
tools/with_venv.sh python setup.py sdist
|
|
||||||
# Last but not least, just make a tarball
|
|
||||||
else
|
|
||||||
python setup.py sdist
|
|
||||||
fi
|
|
||||||
# There should only be one, so this should be safe.
|
# There should only be one, so this should be safe.
|
||||||
tarball=$(echo dist/*.tar.gz)
|
tarball=$(echo dist/*.tar.gz)
|
||||||
|
|
||||||
|
@ -7,12 +7,7 @@
|
|||||||
# what packages we ended up testing.
|
# what packages we ended up testing.
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -f .cache.bundle ]
|
venv=cover
|
||||||
then
|
|
||||||
venv=jenkinscover
|
|
||||||
else
|
|
||||||
venv=cover
|
|
||||||
fi
|
|
||||||
|
|
||||||
tox -e$venv
|
tox -e$venv
|
||||||
result=$?
|
result=$?
|
||||||
|
@ -7,12 +7,7 @@
|
|||||||
# what packages we ended up testing.
|
# what packages we ended up testing.
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -f .cache.bundle ]
|
venv=venv
|
||||||
then
|
|
||||||
venv=jenkinsvenv
|
|
||||||
else
|
|
||||||
venv=venv
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p doc/build
|
mkdir -p doc/build
|
||||||
export HUDSON_PUBLISH_DOCS=1
|
export HUDSON_PUBLISH_DOCS=1
|
||||||
|
@ -20,12 +20,7 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f .cache.bundle ]
|
venv=py$version
|
||||||
then
|
|
||||||
venv=jenkins$version
|
|
||||||
else
|
|
||||||
venv=py$version
|
|
||||||
fi
|
|
||||||
|
|
||||||
export NOSE_WITH_XUNIT=1
|
export NOSE_WITH_XUNIT=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user