From c4bebe512a1db1ce01827798c306df0d64e11b2a Mon Sep 17 00:00:00 2001 From: Till Maas Date: Jul 23 2015 20:43:11 +0000 Subject: mass-rebuild: Disable opt-out Reference: https://lists.fedoraproject.org/pipermail/devel/2015-July/212647.html Signed-off-by: Till Maas --- diff --git a/scripts/mass-rebuild.py b/scripts/mass-rebuild.py index 05aa861..9fcc546 100755 --- a/scripts/mass-rebuild.py +++ b/scripts/mass-rebuild.py @@ -112,12 +112,6 @@ for pkg in pkgs: sys.stderr.write('%s failed checkout.\n' % name) continue - # Check for a noautobuild file - if os.path.exists(os.path.join(workdir, name, 'noautobuild')): - # Maintainer does not want us to auto build. - print 'Skipping %s due to opt-out' % name - continue - # Find the spec file files = os.listdir(os.path.join(workdir, name)) spec = ''