Skip to content

Commit

Permalink
Add a build target for the address list synchronisation, now that it …
Browse files Browse the repository at this point in the history
…requires the UK master file to be built to be valid.
  • Loading branch information
iay committed Dec 10, 2008
1 parent c6b95de commit 532e896
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,16 @@
<fixcrlf file="${xml.dir}/ukfederation-stats.html" eol="lf"/>
</target>

<!--
Check mailing list against current metadata
-->
<target name="check.mailing.list" depends="gen.uk.master">
<echo>Checking mailing list entries.</echo>
<exec executable="perl" dir="${build.dir}">
<arg value="${build.dir}/addresses.pl"/>
</exec>
</target>

<!--
Extract TLS locations from the UK federation metadata.
-->
Expand Down

0 comments on commit 532e896

Please sign in to comment.