osmith has uploaded this change for review.

View Change

contrib/jenkins: do install --user

Don't install to /usr/local.

Fix for:
error: can't create or remove files in install directory

Change-Id: Iebed8e3832047e8f19e5a88fcddd1a8242b9f096
---
M .gitignore
M contrib/jenkins.sh
2 files changed, 16 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/05/34405/1
diff --git a/.gitignore b/.gitignore
index 095d598..26eb1ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
*.pyc
build/
dist/
+.local/
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 9b219f9..b129190 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,7 +7,7 @@
rm -rf ./build
PY3=python3
PY3_LIST="osmopy scripts/osmo_ctrl.py scripts/osmo_rate_ctr2csv.py scripts/osmodumpdoc.py scripts/osmotestvty.py scripts/osmotestconfig.py scripts/osmo_interact_ctrl.py scripts/osmo_interact_vty.py scripts/osmo_verify_transcript_ctrl.py scripts/osmo_verify_transcript_vty.py scripts/soap.py scripts/twisted_ipa.py"
-$PY3 ./setup.py install
+$PY3 ./setup.py install --user
$PY3 tests/test_py3.py
for f in $PY3_LIST
do

To view, visit change 34405. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Change-Id: Iebed8e3832047e8f19e5a88fcddd1a8242b9f096
Gerrit-Change-Number: 34405
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange