Skip to content

MDA update #2

merged 1 commit into from Jul 30, 2018
Merged
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
MDA update
pcaskey committed Jul 30, 2018
commit ffe42984e3076b78651accf673d5101b1b19a3b3
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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 \
2 changes: 1 addition & 1 deletion container_files/genMD.sh
@@ -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