Revision 250982e6

View differences:

.mozconfig-orfox-release
1
# extras to force a release build (i.e. non-debug)
2

  
3
export BUILD_OFFICIAL=1
4
export MOZILLA_OFFICIAL=1
5
mk_add_options MOZILLA_OFFICIAL=1
6
mk_add_options BUILD_OFFICIAL=1
7
mk_add_options NIGHTLY_BUILD=0
8
mk_add_options MOZ_DEBUG=0
make-release-build
52 52

  
53 53
# set the mozconfig to be used
54 54
cd $WORKSPACE
55
export MOZCONFIG="$WORKSPACE/external/tor-browser/.mozconfig-orfox"
55
export MOZCONFIG="$WORKSPACE/external/tor-browser/.mozconfig-orfox-release"
56
cp $WORKSPACE/.mozconfig-orfox-release $MOZCONFIG
57
cat $WORKSPACE/external/tor-browser/.mozconfig-orfox >> $MOZCONFIG
56 58

  
57 59
# switch to gecko dev and build
58 60
cd external/tor-browser

Also available in: Unified diff