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:
parent
21c7ff9be8
commit
d9322551de
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user