Skip to content

Commit

Permalink
Return to full verification of all aggregates while the MPS uses meta…
Browse files Browse the repository at this point in the history
…datatool.
  • Loading branch information
iay committed Aug 25, 2014
1 parent 0e210b7 commit c601745
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@
<VFY.remote.both i="${md.prod.signed}"/>
<VFY.remote.both i="${md.wayf.signed}"/>
<VFY.remote.both i="${md.cdsall.signed}"/>
<VFY.remote i="${md.test.signed}"/>
<VFY.remote.both i="${md.test.signed}"/>
<VFY.remote.both i="${md.back.signed}"/>
<VFY.remote i="${md.export.signed}"/>
<VFY.remote i="${md.export.preview.signed}"/>
<VFY.remote.both i="${md.export.signed}"/>
<VFY.remote.both i="${md.export.preview.signed}"/>
<echo>Verification completed.</echo>
</target>

Expand Down Expand Up @@ -862,13 +862,13 @@
<VFY.uk.both i="${md.cdsall.signed}"/>

<echo>Verifying signed UK test metadata.</echo>
<XMLSECTOOL.VFY.uk i="${md.test.signed}"/>
<VFY.uk.both i="${md.test.signed}"/>

<echo>Verifying signed UK export metadata.</echo>
<XMLSECTOOL.VFY.uk i="${md.export.signed}"/>
<VFY.uk.both i="${md.export.signed}"/>

<echo>Verifying signed UK export preview metadata.</echo>
<XMLSECTOOL.VFY.uk i="${md.export.preview.signed}"/>
<VFY.uk.both i="${md.export.preview.signed}"/>

<echo>Verifying signed UK fallback metadata.</echo>
<VFY.uk.both i="${md.back.signed}"/>
Expand Down

0 comments on commit c601745

Please sign in to comment.