[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible-archlinux: fix dependency conflict

Holger Levsen holger at layer-acht.org
Sat Nov 4 22:08:43 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 a2e00a0fd95bb960a2bf72e13fe08b84a8c05663
Author: kpcyrd <git at rxv.cc>
Date:   Sat Nov 4 23:05:14 2017 +0100

    reproducible-archlinux: fix dependency conflict
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_setup_archlinux_schroot.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 9f0b5fc..be6f0f2 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -126,6 +126,8 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
 fi
 
 wget $WGET_OPTS -O "/tmp/PKGBUILD" "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git"
+# work around dependency weirdness: pacman-git is currently detected as 5.0.1, which is older than the released version
+echo 'provides=("pacman=5.0.2")' >> /tmp/PKGBUILD
 
 $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