From c322fc7478506c62487bff04a92ff90a7f954635 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Mon, 6 Nov 2023 16:02:15 +0100 Subject: Handled by rsync in mdqp --- metadata/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metadata/Makefile b/metadata/Makefile index dee07c1a..e4fe6cf4 100644 --- a/metadata/Makefile +++ b/metadata/Makefile @@ -1,10 +1,7 @@ -DEST := /opt/published-metadata SRCDIRS=swamid-2.0 swamid-edugain swamid-testing NOW=$(shell perl scripts/now_date.pl) -SITE := site/md.swamid.se -TOU := swamid-tou-en.txt swamid-tou-sv.txt tag: cd ..; make tag @@ -13,9 +10,6 @@ EDUGAINXML=$(patsubst swamid-edugain/%.xml,.time/%.time,$(wildcard swamid-edugai SWAMID20XML=$(patsubst swamid-2.0/%.xml,.time/%.time,$(wildcard swamid-2.0/*.xml)) TESTINGXML=$(patsubst swamid-testing/%.xml,.time/%.time,$(wildcard swamid-testing/*.xml)) -web: $(SITE) $(TOU) - rsync -avz $(TOU) $(SITE)/ $(DEST) - testRefedsRnS: @echo "Checking for refeds R&S compatibillity for entities exported to eduGAIN" @for x in `grep -l SPSSODescriptor swamid-edugain/*` ; do \ -- cgit v1.2.3