Skip to content
Snippets Groups Projects
Commit cbe1adb8e615 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

mercurial-setup: quiet the installation

We will still get error message, but that will skip the very version install log
that clog the logs.
parent a77685ac63a1
No related branches found
No related tags found
1 merge request!18various small improvements
......@@ -77,7 +77,7 @@
root="`pwd`"
(cd poulpe-tmp/mercurial/; "${root}/bin/python" setup.py ${EXTRA_INSTALL_ARGS} install)
(cd poulpe-tmp/mercurial/; "${root}/bin/python" setup.py --quiet ${EXTRA_INSTALL_ARGS} install)
echo "install okay"
......
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