Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 27, 2015
2 parents 7ccea12 + fef30af commit 798556e
Show file tree
Hide file tree
Showing 105 changed files with 201 additions and 6,615 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The failure to separate the tooling from the data is, in retrospect, a failing o

## Licensing

Everything in the public repository is Copyright (C) 2004–2013, University of Edinburgh. Each file is made available to you under the following terms:
Everything in the public repository is Copyright (C) 2004–2015, University of Edinburgh. Each file is made available to you under the following terms:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
164 changes: 9 additions & 155 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -980,111 +980,6 @@
<CHANNEL.do channel="int_edugain" verb="importTest"/>
</target>

<target name="flow.test.all"
depends="flow.importEdugain.all, flow.importProduction.all">
<CHANNEL.import channel="au_aaf"/>
<CHANNEL.import channel="eu_clarin"/>
<CHANNEL.import channel="nl_surfconext"/>
<CHANNEL.import channel="uk_eduserv"/>
<CHANNEL.import channel="us_incommon"/>
</target>

<!--
flow.importProduction.all
Run the importProduction flow on each channel that has one.
Exception: int_testshib, which is too large and anarchic to be worthwhile.
-->
<target name="flow.importProduction.all">
<CHANNEL.do verb="importProduction" channel="at_aconet"/>
<CHANNEL.do verb="importProduction" channel="be_belnet"/>
<CHANNEL.do verb="importProduction" channel="br_cafe"/>
<CHANNEL.do verb="importProduction" channel="ca_caf"/>
<CHANNEL.do verb="importProduction" channel="ch_switchaai"/>
<CHANNEL.do verb="importProduction" channel="cz_eduid"/>
<CHANNEL.do verb="importProduction" channel="de_dfnaai"/>
<CHANNEL.do verb="importProduction" channel="dk_wayf"/>
<CHANNEL.do verb="importProduction" channel="es_sir"/>
<CHANNEL.do verb="importProduction" channel="fi_haka"/>
<CHANNEL.do verb="importProduction" channel="fr_renater"/>
<CHANNEL.do verb="importProduction" channel="gr_grnet"/>
<CHANNEL.do verb="importProduction" channel="hu_eduid"/>
<CHANNEL.do verb="importProduction" channel="ie_edugate"/>
<CHANNEL.do verb="importProduction" channel="in_infed"/>
<CHANNEL.do verb="importProduction" channel="int_edugain"/>
<CHANNEL.do verb="importProduction" channel="it_idem"/>
<CHANNEL.do verb="importProduction" channel="jp_gakunin"/>
<CHANNEL.do verb="importProduction" channel="lv_laife"/>
<!--
<CHANNEL.do verb="importProduction" channel="nl_surfnet"/>
-->
<CHANNEL.do verb="importProduction" channel="no_feide"/>
<CHANNEL.do verb="importProduction" channel="nz_tuakiri"/>
<CHANNEL.do verb="importProduction" channel="pl_pionier"/>
<CHANNEL.do verb="importProduction" channel="se_swamid"/>
<CHANNEL.do verb="importProduction" channel="si_arnes"/>
<CHANNEL.do verb="importProduction" channel="us_incommon"/>
</target>

<!--
flow.importEdugain.all
Run the importEdugain flow on each channel that has one.
-->
<target name="flow.importEdugain.all">
<CHANNEL.do verb="importEdugain" channel="at_aconet"/>
<CHANNEL.do verb="importEdugain" channel="be_belnet"/>
<CHANNEL.do verb="importEdugain" channel="br_cafe"/>
<CHANNEL.do verb="importEdugain" channel="ca_caf"/>
<CHANNEL.do verb="importEdugain" channel="ch_switchaai"/>
<CHANNEL.do verb="importEdugain" channel="cl_cofre"/>
<CHANNEL.do verb="importEdugain" channel="cz_eduid"/>
<CHANNEL.do verb="importEdugain" channel="de_dfnaai"/>
<CHANNEL.do verb="importEdugain" channel="dk_wayf"/>
<CHANNEL.do verb="importEdugain" channel="es_sir"/>
<CHANNEL.do verb="importEdugain" channel="fi_haka"/>
<CHANNEL.do verb="importEdugain" channel="fr_renater"/>
<CHANNEL.do verb="importEdugain" channel="gr_grnet"/>
<CHANNEL.do verb="importEdugain" channel="hr_eduhr"/>
<CHANNEL.do verb="importEdugain" channel="hu_eduid"/>
<CHANNEL.do verb="importEdugain" channel="it_idem"/>
<CHANNEL.do verb="importEdugain" channel="lv_laife"/>
<CHANNEL.do verb="importEdugain" channel="nl_surfnet"/>
<CHANNEL.do verb="importEdugain" channel="no_feide"/>
<CHANNEL.do verb="importEdugain" channel="pl_pionier"/>
<CHANNEL.do verb="importEdugain" channel="se_swamid"/>
</target>

<!--
flow.importEdugainRaw.all
Run the importEdugainRaw flow on each channel that has one.
-->
<target name="flow.importEdugainRaw.all">
<CHANNEL.do verb="importEdugainRaw" channel="at_aconet"/>
<CHANNEL.do verb="importEdugainRaw" channel="be_belnet"/>
<CHANNEL.do verb="importEdugainRaw" channel="br_cafe"/>
<CHANNEL.do verb="importEdugainRaw" channel="ca_caf"/>
<CHANNEL.do verb="importEdugainRaw" channel="ch_switchaai"/>
<CHANNEL.do verb="importEdugainRaw" channel="cl_cofre"/>
<CHANNEL.do verb="importEdugainRaw" channel="cz_eduid"/>
<CHANNEL.do verb="importEdugainRaw" channel="de_dfnaai"/>
<CHANNEL.do verb="importEdugainRaw" channel="dk_wayf"/>
<CHANNEL.do verb="importEdugainRaw" channel="es_sir"/>
<CHANNEL.do verb="importEdugainRaw" channel="fi_haka"/>
<CHANNEL.do verb="importEdugainRaw" channel="fr_renater"/>
<CHANNEL.do verb="importEdugainRaw" channel="gr_grnet"/>
<CHANNEL.do verb="importEdugainRaw" channel="hr_eduhr"/>
<CHANNEL.do verb="importEdugainRaw" channel="hu_eduid"/>
<CHANNEL.do verb="importEdugainRaw" channel="it_idem"/>
<CHANNEL.do verb="importEdugainRaw" channel="lv_laife"/>
<CHANNEL.do verb="importEdugainRaw" channel="nl_surfnet"/>
<CHANNEL.do verb="importEdugainRaw" channel="no_feide"/>
<CHANNEL.do verb="importEdugainRaw" channel="pl_pionier"/>
<CHANNEL.do verb="importEdugainRaw" channel="se_swamid"/>
</target>

<!--
flow.verify.cobweb
Expand All @@ -1109,18 +1004,6 @@
<CHANNEL.do verb="verifyEdugain" channel="${channel}"/>
</target>

<!--
flow.verifyEdugain.inputs
Verify the eduGAIN entities from all channels with this ability.
-->
<target name="flow.verifyEdugain.inputs">
<CHANNEL.do verb="verifyEdugain" channel="at_aconet"/>
<CHANNEL.do verb="verifyEdugain" channel="cl_cofre"/>
<CHANNEL.do verb="verifyEdugain" channel="pl_pionier"/>
<CHANNEL.do verb="verifyEdugain" channel="se_swamid"/>
</target>

<!--
flow.verifyEdugain.output
Expand All @@ -1138,44 +1021,6 @@
<CHANNEL.do verb="verify.recovered" channel="int_edugain"/>
</target>

<!--
flow.importRaw.all
Run the importRaw command for each channel in turn.
-->
<target name="flow.importRaw.all">
<CHANNEL.do verb="importRaw" channel="at_aconet"/>
<CHANNEL.do verb="importRaw" channel="au_aaf"/>
<CHANNEL.do verb="importRaw" channel="be_belnet"/>
<CHANNEL.do verb="importRaw" channel="br_cafe"/>
<CHANNEL.do verb="importRaw" channel="ca_caf"/>
<CHANNEL.do verb="importRaw" channel="ch_switchaai"/>
<CHANNEL.do verb="importRaw" channel="cz_eduid"/>
<CHANNEL.do verb="importRaw" channel="de_dfnaai"/>
<CHANNEL.do verb="importRaw" channel="dk_wayf"/>
<CHANNEL.do verb="importRaw" channel="es_sir"/>
<CHANNEL.do verb="importRaw" channel="eu_clarin"/>
<CHANNEL.do verb="importRaw" channel="fi_haka"/>
<CHANNEL.do verb="importRaw" channel="fr_renater"/>
<CHANNEL.do verb="importRaw" channel="gr_grnet"/>
<CHANNEL.do verb="importRaw" channel="hr_eduhr"/>
<CHANNEL.do verb="importRaw" channel="hu_eduid"/>
<CHANNEL.do verb="importRaw" channel="in_infed"/>
<CHANNEL.do verb="importRaw" channel="int_edugain"/>
<CHANNEL.do verb="importRaw" channel="int_testshib"/>
<CHANNEL.do verb="importRaw" channel="it_idem"/>
<CHANNEL.do verb="importRaw" channel="jp_gakunin"/>
<CHANNEL.do verb="importRaw" channel="lv_laife"/>
<CHANNEL.do verb="importRaw" channel="nl_surfnet"/>
<CHANNEL.do verb="importRaw" channel="no_feide"/>
<CHANNEL.do verb="importRaw" channel="nz_tuakiri"/>
<CHANNEL.do verb="importRaw" channel="pl_pionier"/>
<CHANNEL.do verb="importRaw" channel="se_swamid"/>
<CHANNEL.do verb="importRaw" channel="si_arnes"/>
<CHANNEL.do verb="collect" channel="uk"/>
<CHANNEL.do verb="importRaw" channel="us_incommon"/>
</target>

<!--
*********************************
*** ***
Expand Down Expand Up @@ -1261,6 +1106,15 @@
</exec>
</target>

<target name="extract.locs.noports" depends="flow.uk.collect">
<echo>Extracting TLS locations</echo>
<exec executable="perl" dir="${build.dir}"
output="${build.dir}/locations_noports.txt">
<arg value="${build.dir}/extract_locs_noports.pl"/>
</exec>
</target>


<!--
Utility to fold overlong embedded certificates.
-->
Expand Down
19 changes: 19 additions & 0 deletions build/extract_locs_noports.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/perl -w

use Xalan;

open(XML, xalanCall . " -IN ../mdx/uk/collected.xml -XSL extract_locs.xsl|") || die "could not open input file";
while (<XML>) {
chop;
if (/^https:\/\/([^\/:]+)(:\d+)?(\/|$)/) {
my $location = $1;
$locations{$location} = 1;
}
}
close XML;

foreach $loc (sort keys %locations) {
if ($loc =~ /([^:]+)/) {
print "$1\n";
}
}
25 changes: 0 additions & 25 deletions mdx/au_aaf/aaf-metadata-cert.pem

This file was deleted.

72 changes: 0 additions & 72 deletions mdx/au_aaf/beans.xml

This file was deleted.

56 changes: 0 additions & 56 deletions mdx/au_aaf/verbs.xml

This file was deleted.

Loading

0 comments on commit 798556e

Please sign in to comment.