Merge "Correct source-repository comments"

This commit is contained in:
Jenkins 2014-06-12 20:56:35 +00:00 committed by Gerrit Code Review
commit 662782b66b

View File

@ -119,12 +119,12 @@ function get_repos_for_element(){
pushd $REPO_DEST pushd $REPO_DEST
sudo git fetch $CACHE_PATH $REPOREF sudo git fetch $CACHE_PATH $REPOREF
sudo git reset --hard FETCH_HEAD sudo git reset --hard FETCH_HEAD
# Get the reference in use # Get the sha in use
git_ref=$(git rev-parse FETCH_HEAD) git_sha=$(git rev-parse FETCH_HEAD)
popd popd
# Write the reference being used into the source-repositories manifest # Write the sha being used into the source-repositories manifest
echo "$REPONAME git $REPOPATH $REPOLOCATION $git_ref" >> $GIT_MANIFEST echo "$REPONAME git $REPOPATH $REPOLOCATION $git_sha" >> $GIT_MANIFEST
;; ;;
tar) tar)
# The top level directory of the tarball mightn't have a fixed name i.e. # The top level directory of the tarball mightn't have a fixed name i.e.