[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: save buildX.log
Holger Levsen
holger at layer-acht.org
Wed Nov 22 14:10:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit de1468ca651f06280d9b548c930fb80365f9af45
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 22 14:10:28 2017 +0000
reproducible Arch Linux: save buildX.log
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_archlinux_pkg.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index bf5d1f6..9b03e08 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)/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list