Jetpack/Weekly Meeting/2012-3-6: Difference between revisions
< Jetpack | Weekly Meeting
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
=== Builder === | === Builder === | ||
* A couple of relatively small issues came up this week. We'll push a new version this week. | |||
* Next week, we'll add the ability to add key-value pairs to package.json, so users can add icons for their add-ons. It won't yet be possible to define preferences, but we're working on a UI to enable that, too. | |||
=== SDK === | === SDK === | ||
=== Roundtable === | === Roundtable === |
Revision as of 23:43, 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.
Roundtable
Attendees
Jorge Villalobos dveditz Brian Warner Irakli Gozalshvili Matteo Ferretti Dave Townsend Wes Kocher Dave Mason Will Bamberg Gabor Krizsanits Alex Poirot Daniel Buchner Dietrich Ayala
Minutes
Builder
- A couple of relatively small issues came up this week. We'll push a new version this week.
- Next week, we'll add the ability to add key-value pairs to package.json, so users can add icons for their add-ons. It won't yet be possible to define preferences, but we're working on a UI to enable that, too.