From 85fe8c8c017c2699506e8bcb1576f2b88daab43a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 1 Dec 2017 13:27:39 +0100 Subject: [PATCH] rewrite vim-update to update from the newest branch to the oldest --- vim-update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim-update.sh b/vim-update.sh index 5ea15981..e3aa7838 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -178,4 +178,8 @@ if [ $CHANGES -ne 0 ]; then # echo "GIT push failed" #fi fi + +#go back to master +$debug fedpkg switch-branch master + exit 0