Mercurial > hg > orthanc-stone
changeset 1494:5a3ef478deb6
reverted useless change
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 25 Jun 2020 14:25:52 +0200 |
parents | c9bdf73a8817 |
children | fb74ed5d8c22 |
files | Samples/WebAssembly/docker-internal.sh |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Samples/WebAssembly/docker-internal.sh Thu Jun 25 14:08:10 2020 +0200 +++ b/Samples/WebAssembly/docker-internal.sh Thu Jun 25 14:25:52 2020 +0200 @@ -10,13 +10,9 @@ cd /tmp/ hg clone https://hg.orthanc-server.com/orthanc/ -# Make a copy of the source code in a writeable folder, because of -# "DownloadPackage.cmake" that writes to the "ThirdPartyDownloads" -# folder next to the "CMakeLists.txt". We don't use "hg archive", but -# "hg clone", as the "/source" folder might be created by a more -# recent version of Mercurial, triggering the error "repository -# requires features unknown to this Mercurial: sparserevlog!" -# (cf. https://www.mercurial-scm.org/wiki/MissingRequirement). +# Make a copy of the read-only folder containing the source code into +# a writeable folder, because of "DownloadPackage.cmake" that writes +# to the "ThirdPartyDownloads" folder next to the "CMakeLists.txt" cd /source hg clone /source /tmp/source-writeable