Socorro:FennecAndroid: Difference between revisions

Jump to navigation Jump to search
ftp plan
(correction)
(ftp plan)
Line 38: Line 38:
* how we're getting data from FTP scraping.
* how we're getting data from FTP scraping.
** rhelmer working on this
** rhelmer working on this
*** tentative - The releases_raw.platform column will contain "android" (for native) or "android-xul"
*** see "FTP scraper/releases raw info" below
* what Lars needs out of an appid table - call it ProductID please
* what Lars needs out of an appid table - call it ProductID please
** e.g. Products (ProductID, ProductName) - there will be only five rows in this table atm.  It will load at processor startup and be cached locally on the processors.  The data will change very very rarely (e.g. once a year).
** e.g. Products (ProductID, ProductName) - there will be only five rows in this table atm.  It will load at processor startup and be cached locally on the processors.  The data will change very very rarely (e.g. once a year).
Line 44: Line 44:


QUESTION: Camino does not have a GUID?  What should we do about it?
QUESTION: Camino does not have a GUID?  What should we do about it?
== FTP scraper/releases raw info ==
Per {{bug|706711}} we will not have consistent platform names across nightly/release in time. Current plan is to use the following columns to identify the builds as they are currently laid out on FTP:
* Native release/beta
** platform: android
** repository: mozilla-release
** build_type: Release/Beta
* Native nightly/aurora
** platform: android-arm
** repository: mozilla-central-android
** build_type: Nightly/Aurora
* XUL release/beta
** platform: android-xul
** repository: mozilla-release
** build_type: Release/Beta
* XUL nightly/aurora
** platform: android
** repository: mozilla-central-android-xul
** build_type: Nightly/Aurora
canmove, Confirmed users
1,511

edits

Navigation menu