Fixed version cloning for generate_source_tarball_from-repo.sh
This commit is contained in:
parent
5c3bc17371
commit
bfb56cf973
@ -35,7 +35,7 @@ do
|
|||||||
if [[ "$REPO_NAME" == "aarch64-port" ]] ; then
|
if [[ "$REPO_NAME" == "aarch64-port" ]] ; then
|
||||||
# aarch64-port does not tag trees
|
# aarch64-port does not tag trees
|
||||||
# FIXME make this clone reproducible
|
# FIXME make this clone reproducible
|
||||||
hg clone ${REPO_ROOT}/${subrepo}
|
hg clone ${REPO_ROOT}/${subrepo} -r ${VERSION}
|
||||||
else
|
else
|
||||||
hg clone ${REPO_ROOT}/${subrepo} -r ${VERSION}
|
hg clone ${REPO_ROOT}/${subrepo} -r ${VERSION}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user