pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mk/git-package.mk: remove debugging output



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <rillig%NetBSD.org@localhost>
Pushed By:	rillig
Date:		Sat Mar 3 11:40:13 2018 +0000
Changeset:	9451ced99ffb475a0016d110e2df42cc5c266324

Modified Files:
	mk/git-package.mk

Log Message:
mk/git-package.mk: remove debugging output

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9451ced99ffb475a0016d110e2df42cc5c266324

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mk/git-package.mk | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/mk/git-package.mk b/mk/git-package.mk
index 672e5c7a57..265b78b4a5 100644
--- a/mk/git-package.mk
+++ b/mk/git-package.mk
@@ -192,10 +192,7 @@ _GIT_CMD.checkout.${repo}= \
 	checkout_date=${CHECKOUT_DATE:Q};				\
 	if [ "$$checkout_date" ]; then					\
 	  ${STEP_MSG} "Checking out $$revision at $$checkout_date.";	\
-	  echo "rev=$$revision";\
-	  echo "date=$$checkout_date";\
 	  ref=`${_GIT_CMDLINE.${repo}} -C "$$module" rev-list -n 1 --before="$${checkout_date}T00:00:01Z" "$$revision"`; \
-	  echo "ref=$$ref"; \
 	  [ "$$ref" ] || ${FAIL_MSG} "[git-package.mk] Cannot find commit for module $$module revision $$revision at $$checkout_date"; \
 	  ${_GIT_CMDLINE.${repo}} -C "$$module"				\
 	    checkout ${_GIT_CHECKOUT_FLAGS} "$$ref";			\


Home | Main Index | Thread Index | Old Index