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

Use known-working version of rpclib in pre-install script

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@552 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 19bc71c9
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,12 @@ apt-get install -y \ ...@@ -44,10 +44,12 @@ apt-get install -y \
python-setuptools \ python-setuptools \
git-core git-core
echo -e "${COLOR_INFO}Installing latest rpclib from git master${COLOR_END}" echo -e "${COLOR_INFO}Installing known-working rpclib from git master${COLOR_END}"
# For now we use a specific known-working version of rpclib
pushd $(mktemp -d) pushd $(mktemp -d)
git clone https://github.com/arskom/rpclib.git . git clone https://github.com/arskom/rpclib.git .
git checkout -b mutalyzer df285a0304fe80fb4afd19995a963774e6a661bc
python setup.py install python setup.py install
popd 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