Re: [OS-BUILD PATCHv2 0/3] redhat/Makefile: Deprecate variables

2022-07-29 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1922#note_1044727788 >@prarit I was about to merge this, but just noticed: > >``` >redhat/self-test/data/create-data.sh:makefile_vars=$(unset SINGLE_TARBALL; make dist-dump-variables | grep "=" | cut -d"

[OS-BUILD PATCHv2 2/3] redhat/Makefile: Deprecate SINGLE_TARBALL variable

2022-07-29 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Deprecate SINGLE_TARBALL variable Deprecate the SINGLE_TARBALL variable. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -3,13 +3,6 @@ # # This

[OS-BUILD PATCHv2 1/3] redhat/Makefile: Deprecate GIT variable

2022-07-29 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Deprecate GIT variable The GIT variable was added in the early days of the self-tests. After commit c86f798cefbf ("redhat/self-test: Add better dist-dump-variables test") the variable is no longer necessary. Signed-off-by: Prarit Bhargava diff --git a/r

[OS-BUILD PATCHv2 3/3] redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable

2022-07-29 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Deprecate PREBUILD_GIT_ONLY variable Deprecate the PREBUILD_GIT_ONLY variable. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -3,12 +3,6 @@ #

[OS-BUILD PATCHv2 0/3] redhat/Makefile: Deprecate variables

2022-07-29 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1922 Mark the GIT variable for deprecation and remove the SINGLE_TARBALL and PREBUILD_GIT_ONLY variables which were deprecated in 5.18.0. Signed-off-by: Prarit Bhargava --- redhat/scri