Skip to content

Commit

Permalink
Migrate the extract.locs to using the new flow.uk.collect system rath…
Browse files Browse the repository at this point in the history
…er than the file that came out by accident in the old system.
  • Loading branch information
iay committed Jul 25, 2011
1 parent 9c5fefb commit ab83c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
<!--
Extract TLS locations from the UK federation metadata.
-->
<target name="extract.locs" depends="gen.uk.unsigned">
<target name="extract.locs" depends="flow.uk.collect">
<echo>Extracting TLS locations</echo>
<exec executable="perl" dir="${build.dir}"
output="${build.dir}/locations.txt">
Expand Down
2 changes: 1 addition & 1 deletion build/extract_locs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Xalan;

open(XML, xalanCall . " -IN ../xml/ukfederation-metadata-unsigned.xml -XSL extract_locs.xsl|") || die "could not open input file";
open(XML, xalanCall . " -IN ../mdx/uk/collected.xml -XSL extract_locs.xsl|") || die "could not open input file";
while (<XML>) {
chop;
if (/^https:\/\/([^\/:]+(:\d+)?)(\/|$)/) {
Expand Down

0 comments on commit ab83c25

Please sign in to comment.