From 9711778017995a765b23583fe637226435896a87 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Fri, 1 Dec 2023 14:40:38 +0100 Subject: [PATCH] Update of scripts --- _updatePublisher.sh | 3 +++ build-notes.txt | 2 +- publication-request.json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_updatePublisher.sh b/_updatePublisher.sh index f127f6612..0f9ecbed9 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then curl -L $gencont_sh_url -o /tmp/_gencontinuous.new cp /tmp/_gencontinuous.new _gencontinuous.sh + chmod +x _gencontinuous.sh rm /tmp/_gencontinuous.new curl -L $gen_sh_url -o /tmp/_genonce.new cp /tmp/_genonce.new _genonce.sh + chmod +x _genonce.sh rm /tmp/_genonce.new curl -L $update_sh_url -o /tmp/_updatePublisher.new cp /tmp/_updatePublisher.new _updatePublisher.sh + chmod +x _updatePublisher.sh rm /tmp/_updatePublisher.new fi diff --git a/build-notes.txt b/build-notes.txt index a235dcb32..bd9092989 100644 --- a/build-notes.txt +++ b/build-notes.txt @@ -1 +1 @@ -jkiddo@badSeed work % java -jar publisher.jar -go-publish -source /Users/jkiddo/work/dk-core -web /Users/jkiddo/work/website/fhir -temp /Users/jkiddo/work/temp -registry ig-registry/fhir-ig-list.json -history fhir-ig-history-template -templates /Users/jkiddo/work/website/fhir/templates +jkiddo@badSeed work % java -jar publisher.jar -go-publish -source /Users/jkiddo/work/dk-core -web /Users/jkiddo/work/dk-website/fhir -temp /Users/jkiddo/work/temp -registry ig-registry/fhir-ig-list.json -history fhir-ig-history-template -templates /Users/jkiddo/work/dk-website/fhir/templates diff --git a/publication-request.json b/publication-request.json index 09dc73c82..5a1d15dde 100644 --- a/publication-request.json +++ b/publication-request.json @@ -8,6 +8,7 @@ "title": "HL7 FHIR Implementation Guide: DK Core", "category": "National Core", "introduction": "A FHIR Implementation Guide for the Danish common needs across healthcare sectors", + "desc": "DK Core version 3.0.0", "descmd": "@release-notes.md", "first": false, "ci-build": "https://build.fhir.org/ig/hl7dk/dk-core"