summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 01:33:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 01:33:56 +0200
commitaf5f37361a5049eb13aa274e030b59b39fe18085 (patch)
tree6575de7d7f3bb71f62d7c18200bc8f181eec6bcf /bin
parent9fcf60c4174154d201d35fa2f6a71476acd5e8ef (diff)
downloadjenkins.debian.net-af5f37361a5049eb13aa274e030b59b39fe18085.tar.xz
reproducible arch: create dir
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 80277a63..7165b649 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -188,6 +188,7 @@ if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz)" ] ; then
call_diffoscope $SRCPACKAGE $ARTIFACT
# publish page
if [ -f $TMPDIR/$SRCPACKAGE/$ARTIFACT.html ] ; then
+ mkdir -p $BASE/archlinux/$SRCPACKAGE/
cp $TMPDIR/$SRCPACKAGE/$ARTIFACT.html $BASE/archlinux/$SRCPACKAGE/
fi
done