Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 802710 - Add support for armv6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Oct 19, 2012
1 parent 4d8db2c commit c468729
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/eideticker/eideticker/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ def get_build(self, product, date=None):
"latest": "http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly/latest-mozilla-central-android/",
"appname": "org.mozilla.fennec"
},
{
"name": "nightly-armv6",
"platform": "android",
"buildregex": ".*android-arm-armv6.apk",
"reponame": "mozilla-central-android-armv6",
"latest": "http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly/latest-mozilla-central-android-armv6/",
"appname": "org.mozilla.fennec"
},
{
"name": "stock",
"platform": "android",
Expand Down

0 comments on commit c468729

Please sign in to comment.