Fixed version cloning for generate_source_tarball_from-repo.sh

This commit is contained in:
Jiri Vanek 2013-10-24 16:14:34 +02:00
parent 5c3bc17371
commit bfb56cf973

View File

@ -35,7 +35,7 @@ do
if [[ "$REPO_NAME" == "aarch64-port" ]] ; then
# aarch64-port does not tag trees
# FIXME make this clone reproducible
hg clone ${REPO_ROOT}/${subrepo}
hg clone ${REPO_ROOT}/${subrepo} -r ${VERSION}
else
hg clone ${REPO_ROOT}/${subrepo} -r ${VERSION}
fi