Skip to content
Snippets Groups Projects
Commit 68471fbf authored by Vermaat's avatar Vermaat
Browse files

Fix rpclib installation

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@562 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 663de152
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,11 @@ apt-get install -y \
echo -e "${COLOR_INFO}Installing known-working rpclib from git master${COLOR_END}"
# For now we use a specific known-working version of rpclib
# For now we use a specific known-working version of rpclib. The project has
# in the meantime been renamed to Spyne and we should update some time.
pushd $(mktemp -d)
git clone https://github.com/arskom/rpclib.git .
git checkout -b mutalyzer df285a0304fe80fb4afd19995a963774e6a661bc
git clone https://github.com/martijnvermaat/rpclib.git .
git checkout mutalyzer
python setup.py install
popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment