aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-11 19:33:03 +0000
committerGitHub <noreply@github.com>2022-07-11 19:33:03 +0000
commitc57b5c9b831695f8c54d11b4f288d6037c096fea (patch)
tree399dc98c42e71d32e6d48e2b08938f39ae1ca46e
parent810cbf1fb9411f75868b82c1071937374e9d57e4 (diff)
parentf22af2bf83e073a87f88d069aa1347c8e93f1521 (diff)
downloadpodman-c57b5c9b831695f8c54d11b4f288d6037c096fea.tar.gz
podman-c57b5c9b831695f8c54d11b4f288d6037c096fea.tar.bz2
podman-c57b5c9b831695f8c54d11b4f288d6037c096fea.zip
Merge pull request #14894 from mheon/bump_420_rc1
[CI:DOCS] Bump to v4.2.0-RC1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32de58856..eb1c4b581 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ DESTDIR ?=
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
HEAD ?= HEAD
PROJECT := github.com/containers/podman
-GIT_BASE_BRANCH ?= origin/main
+GIT_BASE_BRANCH ?= origin/v4.2
LIBPOD_INSTANCE := libpod_dev
PREFIX ?= /usr/local
BINDIR ?= ${PREFIX}/bin