summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-11-22 14:10:28 +0000
committerHolger Levsen <holger@layer-acht.org>2017-11-22 14:10:28 +0000
commitde1468ca651f06280d9b548c930fb80365f9af45 (patch)
tree342bf8aba1dcbab3deb655d3d555b4e9c392d779
parent760d5a65f1c307ef1a4b5fafe35a2bf3a9b925b6 (diff)
downloadjenkins.debian.net-de1468ca651f06280d9b548c930fb80365f9af45.tar.xz
reproducible Arch Linux: save buildX.log
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_build_archlinux_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index bf5d1f6b..9b03e087 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -308,7 +308,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
# preserve results and delete build directory
if ! mv -v /tmp/$SRCPACKAGE-$(basename $TMPDIR)/*/trunk/*.pkg.tar.xz $TMPDIR/b$MODE/$SRCPACKAGE/; then
echo "$(date -u) - build #$MODE for $SRCPACKAGE on $HOSTNAME didn't build a package!"
- find /tmp/$SRCPACKAGE-$(basename $TMPDIR)/
+ cp $TMPDIR/b$MODE/$SRCPACKAGE/build$MODE.log $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/
fi
rm -r /tmp/$SRCPACKAGE-$(basename $TMPDIR)/