Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Revert "Split out setting the mda keyPassword property into a separat…
Browse files Browse the repository at this point in the history
…e target"

This reverts commit 653948fd7ed89b9ff4e96113d1e4510f3f3841ac.
  • Loading branch information
iay committed Oct 27, 2016
1 parent ba691cd commit 6001316
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1739,9 +1739,6 @@
<input addproperty="sign.uk.keyPassword">
Please enter the password for the keystores:
</input>
</target>

<target name="set.mda.sign.uk.keyPassword">
<property name="mda.sign.keyPassword" value="${sign.uk.keyPassword}"/>
</target>

Expand All @@ -1760,7 +1757,7 @@
<!--
Signs the unsigned aggregates
-->
<target name="samlmd.aggregates.sign" depends="get.sign.uk.keyPassword, set.mda.sign.uk.keyPassword">
<target name="samlmd.aggregates.sign" depends="get.sign.uk.keyPassword">
<echo>Signing unsigned aggregates.</echo>

<echo>Signing UKfed prod metadata.</echo>
Expand Down Expand Up @@ -1819,7 +1816,7 @@
individual documents and write them as individual files into a
destination directory.
-->
<target name="samlmd.mdq.sign" depends="get.sign.uk.keyPassword, set.mda.sign.uk.keyPassword">
<target name="samlmd.mdq.sign" depends="get.sign.uk.keyPassword">
<property name="mda.mdq.input" value="${output.dir}/${mdaggr.prod.unsigned}"/>
<echo>Generating per-entity metadata in ${mda.mdq.output}</echo>
<echo> from production aggregate in ${mda.mdq.input}</echo>
Expand All @@ -1834,7 +1831,7 @@
entity rather than the whole production aggregate, because dev environment
PKCS#11 tokens are not fast enough to sign everything.
-->
<target name="samlmd.mdq.sign.test" depends="get.sign.uk.keyPassword, set.mda.sign.uk.keyPassword">
<target name="samlmd.mdq.sign.test" depends="get.sign.uk.keyPassword">
<property name="mda.mdq.input" value="${entities.dir}/uk000006.xml"/>
<echo>Generating per-entity metadata in ${mda.mdq.output}</echo>
<echo> from test metadata in ${mda.mdq.input}</echo>
Expand Down

0 comments on commit 6001316

Please sign in to comment.