Mercurial > hg-stable
changeset 29641:13f90dde8f8c stable
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.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 29 Jul 2016 00:45:24 +0200 |
parents | 17b3309bfdff |
children | 8960fcb76ca4 |
files | contrib/packagelib.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/packagelib.sh Fri Jul 29 00:39:59 2016 +0200 +++ b/contrib/packagelib.sh Fri Jul 29 00:45:24 2016 +0200 @@ -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"