From d9322551dede5b56a8f6276c6856d70220a1afae Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Tue, 8 Mar 2016 15:37:39 +0100 Subject: [PATCH] Fix make-rhel-patches script, docker-selinux policy files are in master branch so checkout to another branch is no more needed. --- make-rhat-patches.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index f28f21c3..e42df590 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -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