зеркало из https://github.com/openwpm/OpenWPM.git
Inlined FF version upgrade description
This commit is contained in:
Родитель
8a57029bea
Коммит
cdee74956c
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче