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

Commit

Permalink
Fixes #2508 - Update the shavar lists to 93.0 (#2509) (#2515)
Browse files Browse the repository at this point in the history
(cherry picked from commit ceadeac)

Co-authored-by: Stefan Arentz <[email protected]>
mergify[bot] and st3fan authored Oct 1, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cfa4cf4 commit d5f71ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions checkout.sh
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit d5f71ed

Please sign in to comment.