[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible arch: detect when pacman fails to install dependencies
Holger Levsen
holger at moszumanska.debian.org
Sat Oct 17 01:06:55 UTC 2015
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 6720a0d6f2b4811062af6c92d48a9199639eb96b
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Oct 17 03:05:52 2015 +0200
reproducible arch: detect when pacman fails to install dependencies
---
bin/reproducible_html_archlinux.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 771f04d..9aee073 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -50,6 +50,9 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
if [ -z "$(cd $ARCHBASE/$PKG/ ; ls *.pkg.tar.xz.html 2>/dev/null)" ] ; then
if [ ! -z "$(grep 'ERROR: Could not resolve all dependencies' $ARCHBASE/$PKG/build1.log)" ] ; then
write_page " <td>could not resolve dependencies</td>"
+ elif [ ! -z "$(egrep 'ERROR: .pacman. failed to install missing dependencies.' $ARCHBASE/$PKG/build1.log)" ] ; then
+ write_page " <td>failed to install dependencies</td>"
+
else
write_page " <td>failed to build from source</td>"
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