add commit_hash

This commit is contained in:
Alexander Stefanov 2019-03-18 20:09:13 +03:00
parent b7cbe7ffe8
commit 14701f14a2

View file

@ -486,6 +486,7 @@ do
else
git clone $git_repo ${HOME}/${PACKAGE}
pushd ${HOME}/${PACKAGE}
echo ${commit_hash} > ${HOME}/commit_hash
git checkout $commit_hash
popd
fi