summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-07-07 12:05:47 +0530
committerKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-07-07 12:05:47 +0530
commitdf184f647fc6242135744f597ea7582e0fbd1264 (patch)
treed4c127c6013d386472dac781d6baffe393449732
parent403511671affcd1a23ecae9d22c6a7d4b4c6f677 (diff)
downloadcruncher-df184f647fc6242135744f597ea7582e0fbd1264.tar.gz
cruncher-df184f647fc6242135744f597ea7582e0fbd1264.zip
builds will now cross rolesrelease/2.9.0
-rw-r--r--crunch_global.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/crunch_global.sql b/crunch_global.sql
index bf942c5..3b14885 100644
--- a/crunch_global.sql
+++ b/crunch_global.sql
@@ -43,7 +43,6 @@ join build b on (( -- only per patch global
s.show_in_web = true and
gm.name = 'all' and
reg.name = 'all' and
- r.name = 'all' and
(
(b.item_1 is null or p_s.item_grants rlike concat(:build_regex_start, b.item_1, ';', b.item_1_count, :build_regex_end)) and