aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsons/BugZappers_data-prototype.json2
-rw-r--r--jsons/Config_data.json2
-rw-r--r--jsons/Config_gnome.json2
-rw-r--r--jsons/Config_mozilla.json2
-rw-r--r--lib/libbugzilla.js2
5 files changed, 1 insertions, 9 deletions
diff --git a/jsons/BugZappers_data-prototype.json b/jsons/BugZappers_data-prototype.json
index 5fbf337..b0d94df 100644
--- a/jsons/BugZappers_data-prototype.json
+++ b/jsons/BugZappers_data-prototype.json
@@ -86,8 +86,6 @@
"addr":"gecko-bugs-nobody@fedoraproject.org"
}
],
- "queryButton":true,
- "upstreamButton":false,
"submitsLogging":false,
"parseAbrtBacktraces":false,
"newUpstreamBug":[
diff --git a/jsons/Config_data.json b/jsons/Config_data.json
index f904091..740e1b4 100644
--- a/jsons/Config_data.json
+++ b/jsons/Config_data.json
@@ -99,8 +99,6 @@
"getEOL": "Thank you for your bug report.\nWe are sorry, but the Fedora Project no longer maintains this version of Fedora. Please upgrade to the latest version and reopen this bug against that version if this bug exists there.\nAs a result we are setting this bug to CLOSED:WONTFIX"
},
"configData": {
- "queryButton": true,
- "upstreamButton": false,
"parseAbrtBacktraces": true,
"submitsLogging": false,
"suspiciousComponents": [
diff --git a/jsons/Config_gnome.json b/jsons/Config_gnome.json
index d3b8510..c837980 100644
--- a/jsons/Config_gnome.json
+++ b/jsons/Config_gnome.json
@@ -86,8 +86,6 @@
},
"commentStrings":null,
"configData":{
- "queryButton":true,
- "upstreamButton":false,
"parseAbrtBacktraces":true,
"submitsLogging":false,
"suspiciousComponents":[
diff --git a/jsons/Config_mozilla.json b/jsons/Config_mozilla.json
index 8545896..5a4dc77 100644
--- a/jsons/Config_mozilla.json
+++ b/jsons/Config_mozilla.json
@@ -73,8 +73,6 @@
"consoleLogStr": "Please enable calendar.debug.log and calendar.debug.log.verbose in the advanced config editor (Options > Advanced > General > Config Editor) and check your error console for messages."
},
"configData": {
- "queryButton": true,
- "upstreamButton": false,
"parseAbrtBacktraces": true,
"verboseInlineHistory": true,
"submitsLogging": false,
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index e30efef..7ab1029 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -19,7 +19,7 @@ var JSONURLDefault = "https://fedorahosted.org/released"+
"/bugzilla-triage-scripts/Config_data.json";
var BTSPrefNS = "bugzilla-triage.setting.";
var BTSPassRealm = "BTSXMLRPCPass";
-var copiedAttributes = [ "queryButton", "upstreamButton", "parseAbrtBacktraces",
+var copiedAttributes = [ "parseAbrtBacktraces",
"submitsLogging", "XorgLogAnalysis", "objectStyle", "signature",
"suspiciousComponents", "verboseInlineHistory" ];