From f279bff6adf21bb1673b3dbddf76becd85272a78 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Oct 12 2016 10:22:40 +0000 Subject: test-rebuild.sh: use dnf for builddep and only switch-branch if needed --- diff --git a/tests/test-rebuild.sh b/tests/test-rebuild.sh index e98d02a..2e25766 100755 --- a/tests/test-rebuild.sh +++ b/tests/test-rebuild.sh @@ -33,7 +33,9 @@ else BRANCH=el6 fi -fedpkg switch-branch $BRANCH +if [ "* $BRANCH" != "$(git branch | grep '^*')" ]; then + fedpkg switch-branch $BRANCH +fi if [ "* $BRANCH" != "$(git branch | grep '^*')" ]; then echo "Git branch does not match Fedora installation!" @@ -42,7 +44,8 @@ fi git pull -sudo yum-builddep $PKG.spec +echo Running dnf builddep: +sudo dnf builddep $PKG.spec fedpkg local