From 68471fbf2b19254dcbcb07f70f4d370908a682ac Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Tue, 10 Jul 2012 13:22:14 +0000 Subject: [PATCH] Fix rpclib installation git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@562 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1 --- extras/pre-install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extras/pre-install.sh b/extras/pre-install.sh index b88459ab..3641d10e 100644 --- a/extras/pre-install.sh +++ b/extras/pre-install.sh @@ -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 -- GitLab