# HG changeset patch # User Sebastien Jodogne # Date 1593087952 -7200 # Node ID 5a3ef478deb665840f96f026eab1219ff50032b0 # Parent c9bdf73a8817ebf1d73c3a5234da06098a8fd36f reverted useless change diff -r c9bdf73a8817 -r 5a3ef478deb6 Samples/WebAssembly/docker-internal.sh --- 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