Releases/Firefox 3.6b2/BuildNotes: Difference between revisions

Line 69: Line 69:
* Sendchange was
* Sendchange was
  buildbot sendchange --username=nthomas --master=localhost:9010 --branch=releases/mozilla-1.9.2 -m "Firefox 3.6b2 build1" ShakeAndBakeBaby
  buildbot sendchange --username=nthomas --master=localhost:9010 --branch=releases/mozilla-1.9.2 -m "Firefox 3.6b2 build1" ShakeAndBakeBaby
==== Socorro product data updates ====
Filed bug against IT to add the following entries to the Socorro db:
INSERT INTO productdims (product, version, branch, release)
    VALUES ('Firefox','3.6b2', '1.9.2', 'milestone');
INSERT INTO productdims (product, version, branch, release)
    VALUES ('Firefox','3.6b3pre', '1.9.2', 'development');
INSERT INTO product_visibility (productdims_id,start_date,end_date)
    SELECT id, '2009-11-08' as start_date, '2010-02-06' as end_date
    FROM productdims
    WHERE product = 'Firefox' AND version = '3.6b2';
INSERT INTO product_visibility (productdims_id,start_date,end_date)
    SELECT id, '2009-11-08' as start_date, '2010-02-06' as end_date
    FROM productdims
    WHERE product = 'Firefox' AND version = '3.6b3pre';
{{bug|527613}}


==== Tag ====
==== Tag ====
Confirmed users
4,293

edits