diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-07-09 18:48:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-07-09 18:48:14 +0200 |
commit | 6b647f71c32a34a40e6a09b9bd0d7c89e501c6be (patch) | |
tree | 9744c5de2402be0b7f867e674f120eeb4f02e69d /update.rdf | |
parent | b18e93d73dadacb1d36f0e0fa7a19bbb188e8d75 (diff) | |
download | bugzilla-triage-6b647f71c32a34a40e6a09b9bd0d7c89e501c6be.tar.gz |
Updates and also add --strip-sdk.
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -322,6 +322,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.6.7</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>19.0</em:minVersion> + <em:maxVersion>22.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.7.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> + <li> + <Description> + <em:version>1.6.8</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>19.0</em:minVersion> + <em:maxVersion>21.*</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.8.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |