Skip to content

Commit e4bd787

Browse files
committed
Merge: redhat: update brew target for RHEL scratch builds
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/280 JIRA: INTERNAL Upstream Status: RHEL Only The newest target is ahead, already at 10.1 and currently also has broken dist tag. Use the same target we use for official builds. Signed-off-by: Jan Stancek <jstancek@redhat.com> Approved-by: Eder Zulian <ezulian@redhat.com> Approved-by: Herton R. Krzesinski <herton@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Jan Stancek <jstancek@redhat.com>
2 parents 017040a + 78cfb87 commit e4bd787

26 files changed

+3
-25
lines changed

redhat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ else
311311
else
312312
# This value is used by the dist[g]-targets. Changing this value has significant
313313
# consequences for all of RHEL kernel engineering.
314-
BUILD_TARGET:=rhel-$(RHEL_MAJOR)-newest-test-pesign
314+
BUILD_TARGET:=rhel-$(RHEL_MAJOR).$(RHEL_MINOR)-test-pesign
315315
endif
316316
endif
317317
ifeq ("$(DIST)", ".eln")

redhat/self-test/data/centos-2585cf9dfaad.el7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-2585cf9dfaad.fc25

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-78e36f3b0dae.el7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-78e36f3b0dae.fc25

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-df0cc57e057f.el7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-df0cc57e057f.fc25

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-fce15c45d3fb.el7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/centos-fce15c45d3fb.fc25

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ BUILD=6
88
BUILD_FLAGS=
99
BUILD_PROFILE=-p stream
1010
BUILD_PROFILE_USERDEF=
11-
BUILD_TARGET=c10s-candidate
1211
BUILD_TARGET_USERDEF=
1312
BUMP_RELEASE=yes
1413
CHANGELOG_EXT=changelog-10.0

redhat/self-test/data/create-data.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ do
4646
echo "building ${destdir}/$varfilename"
4747

4848
# Ignored Makefile variables:
49+
# BUILD_TARGET changes every minor release
4950
# CURDIR is a make special target and cannot be easily changed.
5051
# UPSTREAM is the base merge commit and can change from day-to-day as
5152
# the tree is changed.
@@ -56,6 +57,7 @@ do
5657
# VARS is a list of variables added for the 'dist-dump-variables' target
5758
# and can be ignored.
5859
make RHSELFTESTDATA=1 DIST="${DIST}" DISTRO="${DISTRO}" HEAD=${commit} dist-dump-variables | grep "=" |\
60+
grep -v -w BUILD_TARGET |\
5961
grep -v -w CURDIR |\
6062
grep -v -w UPSTREAM |\
6163
grep -v -w RHEL_RELEASE |\

0 commit comments

Comments
 (0)