From ecd0acb75f4fc2818277ebf1ea38e5cec4762b70 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Sun, 21 Feb 2010 19:13:00 +0000 Subject: [PATCH] another sync with reality --- bin/wanna-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wanna-build b/bin/wanna-build index 3f11f65..56998c3 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -672,7 +672,7 @@ sub add_one_attempted { return; } - if ($pkg->{'state'} ne "Building" ) { + if (($pkg->{'state'} ne "Building") && ($pkg->{'state'} ne "Build-Attempted")) { print "$name: not taken for building (state is $pkg->{'state'}). ", "Skipping.\n"; return; @@ -704,7 +704,7 @@ sub add_one_built { return; } - if ($pkg->{'state'} ne "Building" ) { + if (($pkg->{'state'} ne "Building") && ($pkg->{'state'} ne "Build-Attempted")) { print "$name: not taken for building (state is $pkg->{'state'}). ", "Skipping.\n"; return; -- 2.39.5