Mercurial > hg > sonic-visualiser
changeset 2546:015806046ebb
Subrepo and git config updates
author | Chris Cannam |
---|---|
date | Mon, 18 May 2020 13:19:35 +0100 |
parents | 928d7ddfaf80 |
children | 367561a2ac85 |
files | deploy/linux/docker/Dockerfile_appimage.in deploy/linux/docker/Dockerfile_deb.in repoint-lock.json |
diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in Fri May 15 17:24:25 2020 +0100 +++ b/deploy/linux/docker/Dockerfile_appimage.in Mon May 18 13:19:35 2020 +0100 @@ -51,7 +51,7 @@ RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser -RUN git config --global http.postBuffer 2M +RUN git config --global http.postBuffer 4M RUN git clone https://github.com/sandstorm-io/capnproto WORKDIR capnproto RUN git checkout v0.6.1
--- a/deploy/linux/docker/Dockerfile_deb.in Fri May 15 17:24:25 2020 +0100 +++ b/deploy/linux/docker/Dockerfile_deb.in Mon May 18 13:19:35 2020 +0100 @@ -41,6 +41,7 @@ RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser +RUN git config --global http.postBuffer 4M RUN git clone https://github.com/sandstorm-io/capnproto WORKDIR capnproto RUN git checkout v0.6.1