From f2d40a082b7397ae2b05c00bb4dd2c831cba4d48 Mon Sep 17 00:00:00 2001 From: Fredrik Domeij Date: Tue, 18 Jan 2022 22:40:30 +0100 Subject: add-rpi.xsl added to get-metadata.sh to mimic make tidy --- scripts/get-metadata.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/get-metadata.sh b/scripts/get-metadata.sh index 04d83d8e..aa105e8e 100755 --- a/scripts/get-metadata.sh +++ b/scripts/get-metadata.sh @@ -98,6 +98,7 @@ case $x in echo "$metadata" > $entityidfn tmp=`mktemp` + xsltproc --stringparam regDate $(perl $script_cwd/../scripts/now_date.pl) $script_cwd/../xslt/add-rpi.xsl ${entityidfn} > ${tmp} && mv ${tmp} ${entityidfn} xsltproc $script_cwd/../xslt/clean-entitydescriptor.xsl ${entityidfn} > ${tmp} && mv ${tmp} ${entityidfn} if $new ; then -- cgit v1.2.3