From 8b79ce540c0dd7323ff5b42134e46a4ab7542b0c Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 13 Sep 2018 16:04:53 -0700 Subject: [PATCH] infrasture: update branch name for release builds When apparmor-2.13 was branched from master the branch name was not updated in the Makefile. Fix it. Signed-off-by: John Johansen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e58004882..7937f098b 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.13 COVERITY_DIR=cov-int RELEASE_DIR=apparmor-${VERSION}