From: Andreas Barth Date: Sun, 21 Feb 2010 19:13:00 +0000 (+0000) Subject: another sync with reality X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ecd0acb75f4fc2818277ebf1ea38e5cec4762b70;p=wannabuild.git another sync with reality --- 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;