Firefox: Add proposal for last-resort updater
This commit is contained in:
parent
fc25d5f1ba
commit
f5becc5b26
|
@ -1,6 +1,5 @@
|
||||||
AntiFeatures:NonFreeAdd,Tracking,UpstreamNonFree
|
AntiFeatures:NonFreeAdd,Tracking,UpstreamNonFree
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
# mostly...
|
|
||||||
License:MPL-2.0
|
License:MPL-2.0
|
||||||
Web Site:https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements
|
Web Site:https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements
|
||||||
Source Code:http://hg.mozilla.org
|
Source Code:http://hg.mozilla.org
|
||||||
|
@ -41,6 +40,30 @@ the ability to enable or disable the search suggestions.
|
||||||
.
|
.
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
|
|
||||||
|
We can try to automated binary updates like this...
|
||||||
|
|
||||||
|
** LAST RESORT **
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/krt16s/ffupdater
|
||||||
|
Binaries:http://download.cdn.mozilla.net/pub/mobile/releases/%v/android-api-15/multi/fennec-%v.multi.android-arm.apk
|
||||||
|
|
||||||
|
Build:51.0,2015466281
|
||||||
|
commit=51.0
|
||||||
|
output=binary/firefox.apk
|
||||||
|
build=mkdir -p binary && \
|
||||||
|
cd binary && \
|
||||||
|
wget -O firefox.apk http://download.cdn.mozilla.net/pub/mobile/releases/$$VERSION$$/android-api-15/multi/fennec-$$VERSION$$.multi.android-arm.apk && \
|
||||||
|
unzip firefox.apk && \
|
||||||
|
rm -fR META-INF firefox.apk && \
|
||||||
|
zip -r firefox.apk *
|
||||||
|
|
||||||
|
** LAST RESORT**
|
||||||
|
|
||||||
|
... and have a text file with %v and %c to keep it updated... or have a script to poke
|
||||||
|
the "always" working https://download.mozilla.org/?product=fennec-latest&os=android&lang=multi.
|
||||||
|
|
||||||
Binaries in repo for now, build process is large and complex. The binaries are
|
Binaries in repo for now, build process is large and complex. The binaries are
|
||||||
very well hidden - Mozilla appear very keen to force use of the proprietary market.
|
very well hidden - Mozilla appear very keen to force use of the proprietary market.
|
||||||
They come from here: https://ftp.mozilla.org/pub/mobile/releases/
|
They come from here: https://ftp.mozilla.org/pub/mobile/releases/
|
||||||
|
|
Loading…
Reference in a new issue