Skip to content

Commit

Permalink
fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Sep 25, 2024
1 parent 2e44c18 commit d830c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/orthanc/build-or-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ elif [[ $target == "orthanc-pg" ]]; then

if [[ $dl != 0 ]]; then

hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r find-refactoring /orthanc
hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r attach-custom-data /orthanc

hg clone https://orthanc.uclouvain.be/hg/orthanc-databases/ -r $commitId $sourcesRootPath
pushd $buildRootPath
Expand All @@ -179,7 +179,7 @@ elif [[ $target == "orthanc-mysql" ]]; then

if [[ $dl != 0 ]]; then

hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r find-refactoring /orthanc
hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r attach-custom-data /orthanc

hg clone https://orthanc.uclouvain.be/hg/orthanc-databases/ -r $commitId $sourcesRootPath
pushd $buildRootPath
Expand All @@ -198,7 +198,7 @@ elif [[ $target == "orthanc-odbc" ]]; then

if [[ $dl != 0 ]]; then

hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r find-refactoring /orthanc
hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r attach-custom-data /orthanc

hg clone https://orthanc.uclouvain.be/hg/orthanc-databases/ -r $commitId $sourcesRootPath
pushd $buildRootPath
Expand Down

0 comments on commit d830c4c

Please sign in to comment.