From d5f71edd76e4fad9908e99c59b9eed15a92d2cb3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 16:48:41 -0400 Subject: [PATCH] Fixes #2508 - Update the shavar lists to 93.0 (#2509) (#2515) (cherry picked from commit ceadeac89e5e26be16806acaa73184d32f98d242) Co-authored-by: Stefan Arentz --- checkout.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/checkout.sh b/checkout.sh index 8699e74ab7..29be37c376 100755 --- a/checkout.sh +++ b/checkout.sh @@ -4,9 +4,11 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +set -x + git clone https://github.com/mozilla-services/shavar-prod-lists.git || exit 1 -# This revision is taken from the original Cartfile.resolved -(cd shavar-prod-lists && git checkout -q 3910527004252af3aa9dd701566a2cb3b78e5c3a) +# Grab the las known (pinned) commit on the 93.0 branch +(cd shavar-prod-lists && git checkout -q 352f772269f13e70893d0d112d26aed1f079ce6e) (cd content-blocker-lib-ios/ContentBlockerGen && swift run)