diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2022-01-18 22:40:30 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2022-01-18 22:40:30 +0100 |
commit | f2d40a082b7397ae2b05c00bb4dd2c831cba4d48 (patch) | |
tree | 528eb9ce451324978ad14afed1f465f05f47d723 | |
parent | f4297c618fb167c117b803d7f23169015e621a5a (diff) |
add-rpi.xsl added to get-metadata.sh to mimic make tidy
-rwxr-xr-x | scripts/get-metadata.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |