diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-07 17:46:43 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-07 17:46:43 +0100 |
commit | 0c54ada8588dc27ab69ccc3b385a8fc6a8c89251 (patch) | |
tree | d1582aa5a3b158939db49d7055f631dc572266e1 /jsons | |
parent | c1ec772b104316530f6737340355205398df33af (diff) | |
download | bugzilla-triage-0c54ada8588dc27ab69ccc3b385a8fc6a8c89251.tar.gz |
Config_data.json should have "all" for bugzilla.redhat.com not "any"
Also:
* remove all trailing spaces
* with "all" just add packages, don't replace other ones.
Diffstat (limited to 'jsons')
-rw-r--r-- | jsons/Config_data.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsons/Config_data.json b/jsons/Config_data.json index 01775f1..8db7b27 100644 --- a/jsons/Config_data.json +++ b/jsons/Config_data.json @@ -116,7 +116,7 @@ "https://bugzilla.gnome.org/show_bug.cgi.*" ], "enabledPackages":{ - "bugzilla.redhat.com":"any" + "bugzilla.redhat.com":"all" }, "killNodes":{ "bugzilla.gnome.org":[ |