summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-22 21:18:16 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-22 21:18:16 +0100
commitcab3bf0741381a781b23ec97a6849d3cc0c9ccea (patch)
tree750e0a0ee96105b8a17430da5febd53e1f0cfdad /bin/reproducible_netbsd.sh
parent51aa6091c320a9669035f2086736ff2ea02109ac (diff)
downloadjenkins.debian.net-cab3bf0741381a781b23ec97a6849d3cc0c9ccea.tar.xz
fixup 27b8477: reproducible netbsd: add code to aid debugging #842250
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index e3b07b13..4ec211a0 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -161,7 +161,7 @@ for i in * ; do
# for debugging #842250
if [ "$(basename $TMPDIR/b1/$i/$j)" = "base.tgz" ] ; then
for k in b1 b2 ; do
- mkdir -p $BASE/netbsd/artifacts/$k/$i
+ mkdir -p $BASE/netbsd/artifacts/$k/$i/$(dirname $j)
cp $TMPDIR/$k/$i/$j $BASE/netbsd/artifacts/$k/$i/$j
done
echo "artifacts published for debugging #842250 in https://tests.reproducible-builds.org/netbsd/artifacts/ - please dont forget to delete this directory later…"