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

2020-11-18 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_450460551 Hi Don, OK, squashed two commits: 1) egit.sh initial commit; 2) Makefile, Makefile.common, egit.sh, 1005-dist-dump-variables.bats I think this does what you asked for. -- Ben

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

2020-11-17 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_449453970 double email ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

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

2020-11-17 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_449451551 last one. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora

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

2020-11-17 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_449433582 Another test comment ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

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

2020-11-17 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_449432599 Just a test comment ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

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

2020-11-16 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