mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
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 <john.johansen@canonical.com>
This commit is contained in:
parent
21015d2e7b
commit
de7796957d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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}
|
||||
|
|
Loading…
Add table
Reference in a new issue