diff --git a/metadata/org.mozilla.firefox.txt b/metadata/org.mozilla.firefox.txt index 1b94672f68..02413151ea 100644 --- a/metadata/org.mozilla.firefox.txt +++ b/metadata/org.mozilla.firefox.txt @@ -1,6 +1,5 @@ AntiFeatures:NonFreeAdd,Tracking,UpstreamNonFree Categories:Internet -# mostly... License:MPL-2.0 Web Site:https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements Source Code:http://hg.mozilla.org @@ -41,6 +40,30 @@ the ability to enable or disable the search suggestions. . 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 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/