From de7796957dda3d696908507685145e45703c2925 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 13 Sep 2018 16:02:29 -0700 Subject: [PATCH] infrastructure: fix branch name for release builds When backporting the gitlab infrastructure patch the branch name was not updated. Fix it. Signed-off-by: John Johansen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e58004882..3ad85d169 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DIRS=libraries/libapparmor \ # with conversion to git, we don't export from the remote REPO_URL?=git@gitlab.com:apparmor/apparmor.git -REPO_BRANCH?=master +REPO_BRANCH?=apparmor-2.12 COVERITY_DIR=cov-int RELEASE_DIR=apparmor-${VERSION}