Revert "Add git fetch --tags to gerrit-git-prep.sh."

This reverts commit dbe5f35a5a595a982316cfffa978b572c17ada5e.

Git fetch operations are time consuming on our Centos6 slaves. The
additional fetch for the tags is nice to have but not necessary in most
cases. Remove it to reduce time spent doing this on the Centos6 slaves.

Change-Id: If2ca089df660b6dda1fb6381a8ea5a2ef6e5304f
Reviewed-on: https://review.openstack.org/36544
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-07-10 13:21:22 -07:00 committed by Jenkins
parent 71f3b63c1b
commit 733fd110e4

View File

@ -33,7 +33,6 @@ then
fi
git remote set-url origin $GERRIT_SITE/p/$ZUUL_PROJECT
git remote update || git remote update # attempt to work around bug #925790
git fetch --tags origin
git reset --hard
git clean -x -f -d -q