diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-22 14:19:33 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-22 14:19:33 +0000 |
commit | 24399e30950ccc2e063860e752bc1619d43ac406 (patch) | |
tree | 1169bc47480aabdebd91145fd2f4df2d24b162e1 | |
parent | de1468ca651f06280d9b548c930fb80365f9af45 (diff) | |
download | jenkins.debian.net-24399e30950ccc2e063860e752bc1619d43ac406.tar.xz |
reproducible Arch Linux: add mkdir
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 9b03e087..b44443d4 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 |