aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--lib/main.js2
-rw-r--r--package.json2
-rw-r--r--update.rdf15
4 files changed, 18 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2d08fc7..08a614d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ local-install: bugzilla-triage.xpi
bugzilla-triage.xpi: package.json lib/*.js
cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL)
+ tidy -i -xml -utf8 -m bugzilla-triage.update.rdf
update.rdf:
tidy -i -xml -utf8 -m update.rdf
diff --git a/lib/main.js b/lib/main.js
index c857a08..c587202 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -150,7 +150,7 @@ var contentScriptLibraries = [
self.data.url("lib/bugzillaDOMFunctions.js"),
self.data.url("rhlib/xorgBugCategories.js"),
self.data.url("lib/otherButtons.js"),
- self.data.url("lib/makeBacktraceAttachment.js"),
+ self.data.url("rhlib/makeBacktraceAttachment.js"),
self.data.url("rhlib/fixingAttMIME.js"),
self.data.url("lib/logging-front.js"),
self.data.url('tweaks/bug-page-mod.js'),
diff --git a/package.json b/package.json
index 3ac20a4..b68de90 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"description": "Additional buttons and other function helping in the triage on bugzilla",
"author": "Matej Cepl (http://matej.ceplovi.cz)",
"license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL",
- "version": "0.105",
+ "version": "0.106",
"contributors": [
"Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>",
"Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>",
diff --git a/update.rdf b/update.rdf
index 710392a..2ad7f7d 100644
--- a/update.rdf
+++ b/update.rdf
@@ -472,6 +472,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
</em:targetApplication>
</Description>
</li>
+ <li>
+ <Description>
+ <em:version>0.106</em:version>
+ <em:targetApplication>
+ <Description>
+ <em:id>
+ {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>4.0b7</em:minVersion>
+ <em:maxVersion>6.0a1</em:maxVersion>
+ <em:updateLink>
+ https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.106.xpi</em:updateLink>
+ </Description>
+ </em:targetApplication>
+ </Description>
+ </li>
</Seq>
</em:updates>
</Description>