Fix make-rhel-patches script, docker-selinux policy files are in master branch so checkout to another branch is no more needed.

This commit is contained in:
Lukas Vrabec 2016-03-08 15:37:39 +01:00
parent 21c7ff9be8
commit d9322551de
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ git rev-parse --verify origin/${FEDORA_VERSION}-contrib; git diff 64302b790bf2b3
popd > /dev/null
pushd docker-selinux > /dev/null
git checkout -b ${DOCKER_FEDORA_VERSION} -t origin/${DOCKER_FEDORA_VERSION} -q
# Actual docker-selinux files are in master branch
#git checkout -b ${DOCKER_FEDORA_VERSION} -t origin/${DOCKER_FEDORA_VERSION} -q
tar -czf docker-selinux.tgz docker.if docker.te docker.fc
popd > /dev/null