Skip to content

Commit 42cbb4b

Browse files
committed
Packaging debug
PR-repos: daos@PR-3610 Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
1 parent 6ba4728 commit 42cbb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/Makefile_packaging.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TEST_PACKAGES ?= ${NAME}
3333
# unfortunately we cannot always name the repo the same as the project
3434
REPO_NAME ?= $(NAME)
3535

36-
PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos: *\(.*\)/\1/p')
36+
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)
3737
LEAP_15_PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos-leap15: *\(.*\)/\1/p')
3838
EL_7_PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos-el7: *\(.*\)/\1/p')
3939
UBUNTU_20_04_PR_REPOS ?= $(shell git show -s --format=%B | sed -ne 's/^PR-repos-ubuntu20: *\(.*\)/\1/p')

0 commit comments

Comments
 (0)