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

reference-repos: make sure to remove any upgrade artifact from the reference

These won't be used anymore and can take a large amount of space.
parent 949ed8e3
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
if [ -d "${repo_main}"/.hg/ ]; then
echo 'target repo already exists, skipping clone'
echo '(make sure this was clone with the right version)'
rm -rf "${repo_main}"/.hg/upgradebackup*
else
echo 'hg cloning repository from:' "${repo_source}"
hg clone --noupdate "${repo_source}" "${repo_main}"
......
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