Jetpack/Weekly Meeting/2012-3-6: Difference between revisions
< Jetpack | Weekly Meeting
Jump to navigation
Jump to search
(Created page with "= Agenda = * Flightdeck * SDK * Roundtable = Attendees = = Minutes = === Builder === === SDK === === Roundtable ===") |
(→Agenda) |
||
Line 1: | Line 1: | ||
= Agenda = | = Agenda = | ||
* | == Flightdeck == | ||
* | == SDK == | ||
* Roundtable | * 1.6b1 still hasn't been built. Should bugs 733134 and 730482 block it? | ||
** The files that are ready to be pushed are up on the staging server and could use some testing. If you want to help test, clone the repository, checkout stabilization branch, then run the following commands and report back the results: | |||
mkdir TEST_ZIP && cd TEST_ZIP && python ../bin/integration-scripts/integration-check --url https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/addon-sdk-1.6b1.zip | |||
cd .. | |||
mkdir TEST_TGZ && cd TEST_TGZ && python ../bin/integration-scripts/integration-check --url https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/addon-sdk-1.6b1.tar.gz | |||
cd .. | |||
*** It would be good to get a mix of platform results. | |||
== Roundtable == | |||
= Attendees = | = Attendees = |
Revision as of 06:39, 6 March 2012
Agenda
Flightdeck
SDK
- 1.6b1 still hasn't been built. Should bugs 733134 and 730482 block it?
- The files that are ready to be pushed are up on the staging server and could use some testing. If you want to help test, clone the repository, checkout stabilization branch, then run the following commands and report back the results:
mkdir TEST_ZIP && cd TEST_ZIP && python ../bin/integration-scripts/integration-check --url https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/addon-sdk-1.6b1.zip cd .. mkdir TEST_TGZ && cd TEST_TGZ && python ../bin/integration-scripts/integration-check --url https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/addon-sdk-1.6b1.tar.gz cd ..
- It would be good to get a mix of platform results.