[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible NetBSD: Fix directory
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Jun 17 10:38:28 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
221af5b9 by Jan-Benedict Glaw at 2023-06-17T11:37:37+02:00
reproducible NetBSD: Fix directory
Signed-off-by: Jan-Benedict Glaw <jbglaw at lug-owl.de>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4c7cae65 by Jan-Benedict Glaw at 2023-06-17T11:37:48+02:00
reproducible NetBSD: No `cd` needed
Signed-off-by: Jan-Benedict Glaw <jbglaw at lug-owl.de>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_netbsd.sh
Changes:
=====================================
bin/reproducible_netbsd.sh
=====================================
@@ -20,7 +20,6 @@ machines=( sparc64-sparc64 x86_64-amd64 )
cleanup_tmpdirs() {
- cd
rm -r "${TMPDIR}"
rm -r "${TMPBUILDDIR}"
}
@@ -56,7 +55,7 @@ pushd "${TMPBUILDDIR}"
git clone --depth 1 https://github.com/NetBSD/src.git netbsd
# Get current top commit infos.
- pushd netbsd-clean
+ pushd netbsd
NETBSD_TOP_COMMIT_LOG="$(git log -1)"
NETBSD_TOP_COMMIT_REV=$(git describe --always)
NETBSD_TIMESTAMP=$(git log -1 --format=%ct)
@@ -246,6 +245,6 @@ print_out_duration
irc_message reproducible-changes "$REPRODUCIBLE_URL/netbsd/ has been updated. ($GOOD_PERCENT% reproducible)"
echo "============================================================================="
-# remove everything, we don't need it anymore...
+# Remove everything, we don't need it anymore...
cleanup_tmpdirs
trap - INT TERM EXIT
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/675175178ccdd6732eaa1e6494287d5dae00c51d...4c7cae65cf145e8f06b6fce0a6487e0969a7093b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/675175178ccdd6732eaa1e6494287d5dae00c51d...4c7cae65cf145e8f06b6fce0a6487e0969a7093b
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/20230617/a6eed67d/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list