[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: add mkdir

Holger Levsen holger at layer-acht.org
Wed Nov 22 14:19:37 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 24399e30950ccc2e063860e752bc1619d43ac406
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 22 14:19:33 2017 +0000

    reproducible Arch Linux: add mkdir
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_archlinux_pkg.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 9b03e08..b44443d 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -308,6 +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!"
+		mkdir -p $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/
 		cp $TMPDIR/b$MODE/$SRCPACKAGE/build$MODE.log $BASE/archlinux/$REPOSITORY/$SRCPACKAGE/
 	fi
 

-- 
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