Skip to content

Commit

Permalink
hotfix to previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: mereolog <[email protected]>
  • Loading branch information
mereolog committed Jul 22, 2024
1 parent 559b0d0 commit dd4e58a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publisher/product/ontology/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function runHygieneTests() {
if [ -s "${source_family_root}/${SPEC}" ] && [ ! -d "${source_family_root}/${SPEC}" ] ; then
rm -f ${TMPDIR}/output.json
logItem "${SPEC}" "$(getOntologyIRI < "${source_family_root}/${SPEC}")"
timeout --foreground -s KILL ${CONSISTENCY_CHECK_TIMEOUT:-1h} ${ONTOVIEWER_TOOLKIT_JAVA} -Xmx16G --data "${source_family_root}/${SPEC}" \
timeout --foreground -s KILL ${CONSISTENCY_CHECK_TIMEOUT:-1h} ${ONTOVIEWER_TOOLKIT_JAVA} Xmx16G --data "${source_family_root}/${SPEC}" \
--output ${TMPDIR}/output.json $(test -s "${source_family_root}/catalog-v001.xml" && echo "--ontology-mapping ${source_family_root}/catalog-v001.xml") \
--goal consistency-check &>> "${hygiene_product_tag_root}/consistency-check.log"
local ret=$?
Expand Down Expand Up @@ -788,7 +788,7 @@ function createQuickVersions() {
log "Merging all dev ontologies into one RDF file"

${ONTOVIEWER_TOOLKIT_JAVA} \
-Xmx16G \
Xmx16G \
--goal merge-imports \
--data "${source_family_root}/${DEV_SPEC}" $(test -s "${source_family_root}/catalog-v001.xml" && echo "--ontology-mapping \"${source_family_root}/catalog-v001.xml\"") \
--ontology-iri "${product_root_url}/Quick${ONTPUB_FAMILY^^}Dev/" --ontology-version-iri "${tag_root_url}/Quick${ONTPUB_FAMILY^^}Dev/" \
Expand All @@ -800,7 +800,7 @@ function createQuickVersions() {
log "Merging all prod ontologies into one RDF file"
${ONTOVIEWER_TOOLKIT_JAVA} \
--goal merge-imports \
-Xmx16G \
Xmx16G \
--data "${source_family_root}/${PROD_SPEC}" $(test -s "${source_family_root}/catalog-v001.xml" && echo "--ontology-mapping \"${source_family_root}/catalog-v001.xml\"") \
--ontology-iri "${product_root_url}/Quick${ONTPUB_FAMILY^^}Prod/" --ontology-version-iri "${tag_root_url}/Quick${ONTPUB_FAMILY^^}Prod/" \
--output "${tag_root}/Quick${ONTPUB_FAMILY^^}Prod.rdf" &>/dev/null
Expand Down

0 comments on commit dd4e58a

Please sign in to comment.