Accepting request 109952 from home:aspiers:branches:openSUSE:Tools

- Check that git pull succeeds

OBS-URL: https://build.opensuse.org/request/show/109952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=40
This commit is contained in:
Adrian Schröter 2012-03-19 14:07:00 +00:00 committed by Git OBS Bridge
parent cc7bede0ec
commit d84fe477d4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 19 13:39:28 GMT 2012 - aspiers@suse.com
- Check that git pull succeeds
-------------------------------------------------------------------
Wed Feb 29 18:32:12 GMT 2012 - aspiers@suse.com

View File

@ -327,7 +327,7 @@ switch_to_revision () {
if git branch | grep -q '^\* (no branch)$'; then
echo "$MYREVISION does not refer to a branch, not attempting git pull"
else
git pull
safe_run git pull
fi
;;
svn|bzr)