From dd7d438c7682d988ab622eabe3e756163f419693 Mon Sep 17 00:00:00 2001 From: Connor Sheehan Date: Thu, 2 Aug 2018 11:57:23 -0700 Subject: [PATCH] Bug 1446453 - install Mercurial 4.7 in Non-Debian Linux Docker images; r=gps This commit points the `install_mercurial.sh` script at the newest Mercurial distributions uploaded to tooltool. Differential Revision: https://phabricator.services.mozilla.com/D2626 --HG-- extra : amend_source : a9cd500cc86106750aa5b5472e624a00128cac68 extra : histedit_source : 7a06d9c77b6f7a7b2110dc6bc15858c7aa3b7242 --- .../docker/recipes/install-mercurial.sh | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/taskcluster/docker/recipes/install-mercurial.sh b/taskcluster/docker/recipes/install-mercurial.sh index d32e58ce33c2..575036a302c0 100755 --- a/taskcluster/docker/recipes/install-mercurial.sh +++ b/taskcluster/docker/recipes/install-mercurial.sh @@ -16,13 +16,13 @@ if [ -f /etc/lsb-release ]; then if [ "${DISTRIB_ID}" = "Ubuntu" ] && [[ "${DISTRIB_RELEASE}" = "16.04" || "${DISTRIB_RELEASE}" = "17.10" || "${DISTRIB_RELEASE}" = "18.04" ]] then HG_DEB=1 - HG_DIGEST=e58ecb78fb6856161f8af1b7a50a024f1d6aa6efe50e18666aae0368ee1a44eead2f0c52e5088304b4c0e89dd74a058128e9bd184efab0142275a228aa8e0f45 - HG_SIZE=193382 - HG_FILENAME=mercurial_4.5.2_amd64.deb + HG_DIGEST=21a5ca8170bdb05527b04cbc93f00ecef39680a2c7b80aa625f9add8b7dba0a7bff0ad58e0ba40b1956ae310f681d04302d033e398eca0e001dce10d74d0dbdc + HG_SIZE=250748 + HG_FILENAME=mercurial_4.7_amd64.deb - HG_COMMON_DIGEST=b69d94c91ad78a26318e3bbd2f0fda7eb3f3295755a727cde677bf143312c5dfc27ac47e800772d624ea88c6f2576fa2f585c1b8b9930ba83ddc8356661627b8 - HG_COMMON_SIZE=2141554 - HG_COMMON_FILENAME=mercurial-common_4.5.2_all.deb + HG_COMMON_DIGEST=521e0c150b142d0bbb69fa100b96bac5bee7a108605eea1c484e8544540dcf764efffab2e3a9ad640f56674ad85c1b47647e3d504c96f7567d7d7c21299c2c25 + HG_COMMON_SIZE=2315590 + HG_COMMON_FILENAME=mercurial-common_4.7_all.deb elif [ "${DISTRIB_ID}" = "Ubuntu" ] && [ "${DISTRIB_RELEASE}" = "12.04" ] then echo "Ubuntu 12.04 not supported" @@ -106,15 +106,15 @@ elif [ -n "${PIP_PATH}" ]; then tooltool_fetch <