test-rebuild.sh: check branch agrees with installation
This commit is contained in:
parent
4d2eb25803
commit
0b2f17698e
@ -21,10 +21,19 @@ ARCH=$(arch)
|
|||||||
# exit 1
|
# exit 1
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
eval $(grep VERSION_ID /etc/os-release)
|
||||||
|
BRANCH="f$VERSION_ID"
|
||||||
|
|
||||||
|
# maybe use BRANCH here too?
|
||||||
if [ -n "$2" ]; then
|
if [ -n "$2" ]; then
|
||||||
fedpkg switch-branch $2
|
fedpkg switch-branch $2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "* $BRANCH" != "$(git branch --list $BRANCH" ]; then
|
||||||
|
echo "Git branch does not match Fedora installation!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
sudo yum-builddep $PKG.spec
|
sudo yum-builddep $PKG.spec
|
||||||
|
|
||||||
fedpkg local
|
fedpkg local
|
||||||
|
Loading…
Reference in New Issue
Block a user