Skip to content

Commit

Permalink
use find-refactoring branch to build DB plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Sep 9, 2024
1 parent 5f33ba0 commit 21414fb
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-clean /orthanc
hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r find-refactoring /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-clean /orthanc
hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r find-refactoring /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-clean /orthanc
hg clone https://orthanc.uclouvain.be/hg/orthanc/ -r find-refactoring /orthanc

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

0 comments on commit 21414fb

Please sign in to comment.