|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
1 |
{
|
2 |
'pkgs' => { |
|
3 |
'mozilla-devscripts' => { |
|
4 |
'branch' => 'mozilla-devscripts', |
|
5 |
'lp' => 'lp:~mozillateam/mozilla-devscripts/mozilla-devscripts', |
|
6 |
},
|
|
|
36
by Fabien Tassin
firefox 3.7-> 4.0 transition |
7 |
'xulrunner-2.0' => { |
8 |
'branch' => 'xulrunner-2.0.head', |
|
9 |
'lp' => 'lp:~mozillateam/xulrunner/xulrunner-2.0.head', |
|
|
45
by Fabien Tassin
* Commit all remaining changes |
10 |
'upstream' => 'upstream/mozilla-2.0', |
11 |
'local_init' => 'hg clone http://hg.mozilla.org/releases/mozilla-2.0', |
|
|
36
by Fabien Tassin
firefox 3.7-> 4.0 transition |
12 |
'vpattern' => '^2\.0(\~|\.)', |
|
12
by Fabien Tassin
* Add xulrunner-1.9.3 and firefox-3.7 to the umd pocket |
13 |
},
|
|
45
by Fabien Tassin
* Commit all remaining changes |
14 |
'firefox-trunk' => { |
15 |
'branch' => 'firefox-trunk.head', |
|
16 |
'lp' => 'lp:~mozillateam/firefox/firefox-trunk.head', |
|
|
12
by Fabien Tassin
* Add xulrunner-1.9.3 and firefox-3.7 to the umd pocket |
17 |
'upstream' => 'upstream/mozilla-central', |
18 |
'local_init' => 'hg clone http://hg.mozilla.org/mozilla-central', |
|
19 |
},
|
|
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
20 |
'xulrunner-1.9.2' => { |
21 |
'branch' => 'xulrunner-1.9.2.head', |
|
22 |
'lp' => 'lp:~mozillateam/xulrunner/xulrunner-1.9.2.head', |
|
|
12
by Fabien Tassin
* Add xulrunner-1.9.3 and firefox-3.7 to the umd pocket |
23 |
'upstream' => 'upstream/mozilla-1.9.2', |
24 |
'local_init' => 'hg clone http://hg.mozilla.org/releases/mozilla-1.9.2', |
|
|
11
by Fabien Tassin
* Add a version pattern to all versioned mozilla products to protect them |
25 |
'vpattern' => '^1\.9\.2(\~|\.)', |
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
26 |
},
|
|
28
by Fabien Tassin
* Rename 'firefox-3.6' into 'firefox' |
27 |
'firefox' => { |
|
17
by Fabien Tassin
* Rename 3.1/3.2 to 3.5/3.6, at last |
28 |
'branch' => 'firefox-3.6.head', |
29 |
'lp' => 'lp:~mozillateam/firefox/firefox-3.6.head', |
|
|
12
by Fabien Tassin
* Add xulrunner-1.9.3 and firefox-3.7 to the umd pocket |
30 |
'upstream' => 'upstream/mozilla-1.9.2', |
31 |
'local_init' => 'hg clone http://hg.mozilla.org/releases/mozilla-1.9.2', |
|
|
11
by Fabien Tassin
* Add a version pattern to all versioned mozilla products to protect them |
32 |
'vpattern' => '^3\.6(\~|\.)', |
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
33 |
},
|
|
45
by Fabien Tassin
* Commit all remaining changes |
34 |
'thunderbird' => { |
|
22
by Fabien Tassin
* Add thunderbird-3.1 to the umd pocket |
35 |
'branch' => 'thunderbird-3.1.head', |
36 |
'lp' => 'lp:~mozillateam/thunderbird/thunderbird-3.1.head', |
|
37 |
'vpattern' => '^3\.1(\~|\.)', |
|
38 |
},
|
|
|
45
by Fabien Tassin
* Commit all remaining changes |
39 |
'thunderbird-3.3' => { |
40 |
'branch' => 'thunderbird-trunk.head', |
|
41 |
'lp' => 'lp:~mozillateam/thunderbird/thunderbird-trunk.head', |
|
42 |
'vpattern' => '^3\.3(\~|\.)', |
|
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
43 |
},
|
44 |
},
|
|
45 |
||
46 |
'order' => [ |
|
47 |
'mozilla-devscripts', |
|
|
36
by Fabien Tassin
firefox 3.7-> 4.0 transition |
48 |
'xulrunner-2.0', |
|
45
by Fabien Tassin
* Commit all remaining changes |
49 |
'firefox-trunk', |
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
50 |
'xulrunner-1.9.2', |
|
28
by Fabien Tassin
* Rename 'firefox-3.6' into 'firefox' |
51 |
'firefox', |
|
32
by Fabien Tassin
* Rename thunderbird-3.0 into thunderbird |
52 |
'thunderbird', |
|
45
by Fabien Tassin
* Commit all remaining changes |
53 |
'thunderbird-3.3', |
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
54 |
],
|
55 |
||
56 |
'deps' => { # bin => src |
|
|
36
by Fabien Tassin
firefox 3.7-> 4.0 transition |
57 |
'xulrunner-2.0-dev' => 'xulrunner-2.0', |
|
1
by Fabien Tassin
* Initial revision with gwibber, ucd (chromium) and umd (mozilla) |
58 |
'xulrunner-1.9.2-dev' => 'xulrunner-1.9.2', |
59 |
'xulrunner-1.9.1-dev' => 'xulrunner-1.9.1', |
|
60 |
},
|
|
61 |
||
62 |
# Don't update dependencies for those packages |
|
63 |
'nodeps' => [ |
|
64 |
],
|
|
65 |
}
|
|
66 |