From 93bf39c9669a22fff27eb159c973643d0f24a801 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sat, 12 Jan 2008 17:09:06 +0000 Subject: [PATCH] Use UK federation metadata, not SDSS federation metadata. --- build/probe_certs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/probe_certs.pl b/build/probe_certs.pl index b7e28d18..68efd739 100755 --- a/build/probe_certs.pl +++ b/build/probe_certs.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/sdss-metadata-unsigned.xml -XSL extract_cert_locs.xsl|") || die "could not open input file"; +open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata.xml -XSL extract_cert_locs.xsl|") || die "could not open input file"; while () { if (/^http:/) { print "skipping http location: $_";