Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-11-10 Thread GitLab Bridge on behalf of Ben Crocker
From: Ben Crocker on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_445210845 Changing dnf to test -x; thanks! -- Ben ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-11-10 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_445201118 Another 'dnf list' ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-11-10 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_445201003 Same here, maybe use 'test -x' instead of 'dnf list'? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-11-10 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_445200383 Nitpick, can we not use 'dnf' here? It is slow. I think a 'test -x $(which bats)' or something similar is faster and just as effective. ___

Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-10-09 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_427359494 @bcrocker - Yes, I acked the 666 patch to get you a self-tests directory. Let's convert this back to a WIP to stop the email spam and rebase this patch set on top of 666. Then you can

Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-10-09 Thread GitLab Bridge on behalf of Ben Crocker
From: Ben Crocker on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_427070697 Hi Jiri, My apologies for not having responded sooner! Your suggestion to move egit.sh to a new redhat/self-test directory is a good one, and I intend to take care of it as soon as

Re: [OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-10-08 Thread GitLab Bridge on behalf of Ben Crocker
From: Ben Crocker on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/670#note_426550968 egit.sh usage: GIT= EGIT_OVERRIDE_DESCRIBE=v5.9-rc8 DIST=.elrdy make dist-srpm\ GIT= EGIT_OVERRIDE_MERGE_BASE= DIST=.elrdy make dist-srpm ___

[OS-BUILD PATCHv4 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2020-10-08 Thread GitLab Bridge on behalf of bcrocker
From: bcrocker on gitlab.com Add a GIT macro to Makefile: GIT ?= git and replace literal occurrences of 'git' with $(GIT)\ in Makefile and Makefile.common. This change enables us to override 'git' with, e.g., some\ arbitrary shell script that prints additional information\ and/or does