diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-12-12 22:35:58 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-12-12 22:40:32 +0100 |
commit | bb4766110c286efafe9efa6b9658ea7065832062 (patch) | |
tree | b52cc4d602e5f41b542c611d3a1165a6ca4cc3fd /update.rdf | |
parent | 4d7f05488f1bcd37ef128b5464975d58a98a9d79 (diff) | |
download | bugzilla-triage-bb4766110c286efafe9efa6b9658ea7065832062.tar.gz |
Fix sending bugs upstream, adding external bug, and no munching on <title>1.9
Specifically:
* add Evolution to data/newUpstreamBug.json
* fix new (and a way better!) ID of the inputBox for the adding
external bug ID
* remove misjudged attempt to remove Bug from //head/title
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -412,6 +412,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.9</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>21.0</em:minVersion> + <em:maxVersion>25.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.9.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |