diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | data/rhlib/makeBacktraceAttachment.js | 1 | ||||
-rw-r--r-- | data/rhlib/rhbzpage.js | 1 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 15 |
5 files changed, 20 insertions, 2 deletions
@@ -15,5 +15,8 @@ local-install: bugzilla-triage.xpi bugzilla-triage.xpi: package.json lib/*.js cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) +update.rdf: + tidy -i -xml -utf8 -m update.rdf + clean: find . -name \*~ -print -delete diff --git a/data/rhlib/makeBacktraceAttachment.js b/data/rhlib/makeBacktraceAttachment.js index 9fc72bc..c0e8389 100644 --- a/data/rhlib/makeBacktraceAttachment.js +++ b/data/rhlib/makeBacktraceAttachment.js @@ -1,6 +1,5 @@ //Released under the MIT/X11 license //http://www.opensource.org/licenses/mit-license.php -var titleParsedAttachment = "Part of the thread where crash happened"; /** * diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index 881bba9..b263d98 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -15,6 +15,7 @@ var RawhideColor = new Color(0, 119, 0); // or "green", or RGB 0, 119, 0, or // HSL // 120, 0, 23 var RHITColor = new Color(102, 0, 102); // RGB 102, 0, 102; HSL 300, 0, 20 +var titleParsedAttachment = "Part of the thread where crash happened"; // [ 126.386] (--) NOUVEAU(0): Chipset: "NVIDIA NVaf" var logAnalyzeLogic = { diff --git a/package.json b/package.json index 56a2b7c..3ac20a4 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.104", + "version": "0.105", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -457,6 +457,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>0.105</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.105.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |