[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible-archlinux: download PKGBUILD to host /tmp
Holger Levsen
holger at layer-acht.org
Sat Nov 4 21:01:26 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 f737b8c605da4ff991b75a8fa1881d82f2608a48
Author: kpcyrd <git at rxv.cc>
Date: Sat Nov 4 17:25:45 2017 +0100
reproducible-archlinux: download PKGBUILD to host /tmp
It seems the host /tmp is bind-mounted to the guest /tmp so we need to
download to the host /tmp or it won't be visible on the guest /tmp.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_archlinux_schroot.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 63ea3d5..9f0b5fc 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -125,7 +125,7 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
WGET_OPTS="--no-check-certificate"
fi
-wget $WGET_OPTS -O "$SCHROOT_BASE/$TARGET/tmp/PKGBUILD" "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git"
+wget $WGET_OPTS -O "/tmp/PKGBUILD" "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git"
$USERCMD bash <<-__END__
set -e
--
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