[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: Print environment prior to building.
Holger Levsen
gitlab at salsa.debian.org
Tue Apr 14 08:17:10 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f48b8542 by Chris Lamb at 2020-04-14T09:16:55+02:00
reproducible Debian: Print environment prior to building.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- + hosts/common/etc/pbuilder/rebuild-hooks/E01_print_environment
Changes:
=====================================
hosts/common/etc/pbuilder/rebuild-hooks/E01_print_environment
=====================================
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+set -e
+
+BUILDDIR="${BUILDDIR:-/tmp/buildd}"
+
+Echo () {
+ echo "I: ${*}" >&2
+ eval "${@}" | sed 's@^@ @g'
+}
+
+Echo set
+Echo uname -a
+Echo ls -l /bin
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f48b854218644fddc47318d7f437033de61a2325
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f48b854218644fddc47318d7f437033de61a2325
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200414/afa40ed2/attachment.html>
More information about the Qa-jenkins-scm
mailing list