Skip to content

MDA update #2

Merged
merged 1 commit into from Jul 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM centos:centos7

ENV MDA_VERSION=0.9.2 \
XMLSECTOOL_VERSION=2.0.0 \
INC_MDQ_BRANCH=mdq-iterations
INC_MDQ_BRANCH=master

ENV MDA_URL=https://shibboleth.net/downloads/metadata-aggregator/latest/aggregator-cli-$MDA_VERSION-bin.zip \
INC_MDQ_URL=https://github.internet2.edu/InCommon/inc-meta/archive/$INC_MDQ_BRANCH.zip \
Expand Down
2 changes: 1 addition & 1 deletion container_files/genMD.sh
Expand Up @@ -27,7 +27,7 @@ rm -f /tmp/inc-metadata.xml

# generate per-entity MD
cd ${MDQ_HOME}
/usr/bin/ant inc.generate.mdq
/usr/bin/ant inc.mdq.generate.localkey
if [ $? -eq 0 ]; then
echo "Per-Entity Metadata generation successful."
else
Expand Down