-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.sh
67 lines (54 loc) · 2.93 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#!/bin/bash -v
#BUILD_ID="BonEcho"
#BUILD_ID="GranParadiso"
#BUILD_ID="Shiretoko"
#BUILD_ID="Namoroka"
#BUILD_ID="Tumucumaque"
#BUILD_ID="FF5"
#BUILD_ID="FF6"
#BUILD_ID="FF8"
#BUILD_ID="FF9"
#BUILD_ID="FF11"
BUILD_ID="FF13"
MozBuilder=$MOZBUILDPFPATCHDIR/toolkit/MozBuilder.py
##############################################################################################
$MozBuilder fx ${BUILD_ID} p3 en_US branding release public
$MozBuilder fx ${BUILD_ID} p2 en_US branding release public
$MozBuilder fx ${BUILD_ID} p1 en_US branding release public
##############################################################################################
$MozBuilder fx ${BUILD_ID} p3 zh_TW branding release public
$MozBuilder fx ${BUILD_ID} p2 zh_TW branding release public
$MozBuilder fx ${BUILD_ID} p1 zh_TW branding release public
##############################################################################################
$MozBuilder fx ${BUILD_ID} p3 zh_CN branding release public
$MozBuilder fx ${BUILD_ID} p2 zh_CN branding release public
$MozBuilder fx ${BUILD_ID} p1 zh_CN branding release public
##############################################################################################
$MozBuilder fx ${BUILD_ID} p3 ja branding release public
$MozBuilder fx ${BUILD_ID} p2 ja branding release public
$MozBuilder fx ${BUILD_ID} p1 ja branding release public
##############################################################################################
#$MozBuilder fx ${BUILD_ID} p3 de branding release public
#$MozBuilder fx ${BUILD_ID} p2 de branding release public
#$MozBuilder fx ${BUILD_ID} p1 de branding release public
##############################################################################################
#$MozBuilder fx ${BUILD_ID} p3 fr branding release public
#$MozBuilder fx ${BUILD_ID} p2 fr branding release public
#$MozBuilder fx ${BUILD_ID} p1 fr branding release public
##############################################################################################
#$MozBuilder fx ${BUILD_ID} p3 it branding release public
#$MozBuilder fx ${BUILD_ID} p2 it branding release public
#$MozBuilder fx ${BUILD_ID} p1 it branding release public
##############################################################################################
#$MozBuilder fx ${BUILD_ID} p3 ru branding release public
#$MozBuilder fx ${BUILD_ID} p2 ru branding release public
#$MozBuilder fx ${BUILD_ID} p1 ru branding release public
##############################################################################################
#$MozBuilder fx ${BUILD_ID} p3 sl branding release public
#$MozBuilder fx ${BUILD_ID} p2 sl branding release public
#$MozBuilder fx ${BUILD_ID} p1 sl branding release public
##############################################################################################
#$MozBuilder fx ${BUILD_ID} p3 tr branding release public
#$MozBuilder fx ${BUILD_ID} p2 tr branding release public
#$MozBuilder fx ${BUILD_ID} p1 tr branding release public
cd ..