diff --git a/_gencontinuous.bat b/_gencontinuous.bat new file mode 100644 index 00000000..ca2867a5 --- /dev/null +++ b/_gencontinuous.bat @@ -0,0 +1,2 @@ +@ECHO OFF +CALL ./_genonce.bat -watch \ No newline at end of file diff --git a/_gencontinuous.sh b/_gencontinuous.sh new file mode 100755 index 00000000..b9ac5933 --- /dev/null +++ b/_gencontinuous.sh @@ -0,0 +1,2 @@ +#!/bin/bash +./_genonce.sh -watch diff --git a/_genonce.sh b/_genonce.sh old mode 100644 new mode 100755 diff --git a/_updatePublisher.sh b/_updatePublisher.sh old mode 100644 new mode 100755 index f127f661..0f9ecbed --- 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/sushi-config.yaml b/sushi-config.yaml index 17983645..d08c9470 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -23,7 +23,7 @@ dependencies: # This IG leverages subscription constructs pre-adopted from R4B. Importing this IG makes the relevant terminologies available. hl7.fhir.uv.crmi: id: crmi - version: 1.0.0-ballot + version: dev reason: This IG uses content management profiles and capabilities provided by CRMI hl7.fhir.uv.cpg: id: cpg @@ -52,9 +52,6 @@ meta: - SGImplementationGuide # - http://smart.who.int/base/ImplementationGuide-SMARTImplementationGuide -dependencies: - hl7.fhir.uv.crmi: dev - # ╭───────────────────────────Less Common Implementation Guide Properties──────────────────────────╮ # │ Uncomment the properties below to configure additional properties on the ImplementationGuide │