Skip to content
Snippets Groups Projects
Commit 13f90dde authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

packagelib: do not remove packages directory in hggetversion (issue5262)

People running packages related code probably do care about the content of this
directory. In particular this shound fix the rpm builder process.
parent 17b3309b
No related merge requests found
......@@ -8,7 +8,7 @@
#
# node: the node|short hg was built from, or empty if built from a tag
gethgversion() {
make clean
make cleanbutpackages
make local || make local PURE=--pure
HG="$PWD/hg"
......
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