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

Use spyne instead of rpclib in install script

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