We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba4728 commit 42cbb4bCopy full SHA for 42cbb4b
packaging/Makefile_packaging.mk
@@ -33,7 +33,7 @@ TEST_PACKAGES ?= ${NAME}
33
# unfortunately we cannot always name the repo the same as the project
34
REPO_NAME ?= $(NAME)
35
36
-PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos: *\(.*\)/\1/p')
+PR_REPOS ?= $(shell set -x; git show -s --format=%B >&2; out=$$(git show -s --format=%B | sed -ne 's/^PR-repos: *\(.*\)/\1/p'); echo $$out)
37
LEAP_15_PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos-leap15: *\(.*\)/\1/p')
38
EL_7_PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos-el7: *\(.*\)/\1/p')
39
UBUNTU_20_04_PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos-ubuntu20: *\(.*\)/\1/p')
0 commit comments