Skip to content

Commit

Permalink
Make MDQ signing process generate all.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Oct 27, 2016
1 parent 800eb6f commit 83ca7cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,9 @@
<mkdir dir="${mdq.output.dir}"/>
<CHANNEL.do channel="uk" verb="mdq-multisign"/>
<echo>Generation complete.</echo>
<echo>Generating all.xml in ${mda.mdq.output}</echo>
<SIGN.uk i="${output.dir}/${mdaggr.prod.unsigned}" o="${mdq.output.dir}/all.xml" digest="SHA-256"/>
<echo>Generation complete.</echo>
</target>

<!--
Expand Down

0 comments on commit 83ca7cf

Please sign in to comment.