[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot: sharedutils is another build result to ignore

Holger Levsen holger at moszumanska.debian.org
Tue Jun 9 15:13:54 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 51d31fe3b281c0a47003c3487e928adbc13eb42f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 9 17:13:27 2015 +0200

    reproducible coreboot: sharedutils is another build result to ignore
---
 bin/reproducible_coreboot.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 5cd23f8..6ce5baa 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -123,8 +123,8 @@ nice ionice -c 3 \
 
 cd coreboot-builds
 for i in * ; do
-	# abuild is a build result but not the result we are looking for...
-	if [ "$i" != "abuild" ] ; then
+	# abuild and sharedutils are build results but not the results we are looking for...
+	if [ "$i" != "abuild" ] && [ "$i" != "sharedutils" ] ; then
 		mkdir $TMPDIR/b1/$i
 		if [ -f $i/coreboot.rom ] ; then
 			cp -p $i/coreboot.rom $TMPDIR/b1/$i/

-- 
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