Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit d5f71ed

Browse files
mergify[bot]st3fan
andauthored
Fixes #2508 - Update the shavar lists to 93.0 (#2509) (#2515)
(cherry picked from commit ceadeac) Co-authored-by: Stefan Arentz <[email protected]>
1 parent cfa4cf4 commit d5f71ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

checkout.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7+
set -x
8+
79
git clone https://github.com/mozilla-services/shavar-prod-lists.git || exit 1
810

9-
# This revision is taken from the original Cartfile.resolved
10-
(cd shavar-prod-lists && git checkout -q 3910527004252af3aa9dd701566a2cb3b78e5c3a)
11+
# Grab the las known (pinned) commit on the 93.0 branch
12+
(cd shavar-prod-lists && git checkout -q 352f772269f13e70893d0d112d26aed1f079ce6e)
1113

1214
(cd content-blocker-lib-ios/ContentBlockerGen && swift run)

0 commit comments

Comments
 (0)