test-rebuild.sh: el7 branch is epel7

This commit is contained in:
Jens Petersen 2016-02-08 17:38:16 +09:00
parent e7a174af5b
commit 5bd7efd601
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ -f /etc/os-release ]; then
eval $(grep VERSION_ID /etc/os-release)
case $VERSION_ID in
22) BRANCH=master ;;
7.*) BRANCH=el7 ;;
7.*) BRANCH=epel7 ;;
*) BRANCH="f$VERSION_ID" ;;
esac
else