Inlined FF version upgrade description

This commit is contained in:
Stefan Zabka 2020-02-04 14:07:16 +01:00
Родитель 8a57029bea
Коммит cdee74956c
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -29,7 +29,10 @@ CFLAGS='-mmacosx-version-min=10.7 -stdlib=libc++ -std=c++11' pip install --force
brew install node || true
# Use the Unbranded build that corresponds to a specific Firefox version
# To upgrade https://github.com/mozilla/OpenWPM/issues/381#issuecomment-576805132
# To upgrade:
# 1. Go to: https://hg.mozilla.org/releases/mozilla-release/tags.
# 2. Find the commit hash for the Firefox release version you'd like to upgrade to.
# 3. Update the `TAG` variable below to that hash.
brew install wget || true
TAG=25e0edbb0a613c3bf794c93ba3aa0985d29d5ef4

Просмотреть файл

@ -49,7 +49,10 @@ if [ "$flash" = true ]; then
fi
# Use the Unbranded build that corresponds to a specific Firefox version
# To upgrade https://github.com/mozilla/OpenWPM/issues/381#issuecomment-576805132
# To upgrade:
# 1. Go to: https://hg.mozilla.org/releases/mozilla-release/tags.
# 2. Find the commit hash for the Firefox release version you'd like to upgrade to.
# 3. Update the `TAG` variable below to that hash.
TAG=25e0edbb0a613c3bf794c93ba3aa0985d29d5ef4
UNBRANDED_RELEASE_LINUX_BUILD="https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.mozilla-release.revision.$TAG.firefox.linux64-add-on-devel/artifacts/public/build/target.tar.bz2"
wget "$UNBRANDED_RELEASE_LINUX_BUILD"