Skip to content
Snippets Groups Projects
Commit 15d12a8c3745 authored by Georges Racinet's avatar Georges Racinet
Browse files

Fixing Mercurial version

In theory, `install_heptapod.py` should be able to reinstall the
directl wished version. In pratice that doesn't seem to work any more.

As soon as omnibus-heptapod#3 is done, that capability won't much
interesting, especially given that Heptapod Docker is on a path to
retirement.
parent feba994a2966
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
#
# The pip executable name can depend on the installation method, with `-m pip`
# we don't need to carry it in another variable that could become inconsistent.
${PYTHON} -m pip install Mercurial==5.5 hg-evolve==10.0.1
${PYTHON} -m pip install Mercurial==5.5.1 hg-evolve==10.0.2
# Removing unneeded weight in the resulting Docker layer.
rm -rf /root/.cache/pip
......
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