summaryrefslogtreecommitdiff
path: root/src/mozclient
diff options
context:
space:
mode:
authorAlexander Sack <asac@jwsdot.com>2008-08-28 12:58:30 +0200
committerAlexander Sack <asac@jwsdot.com>2008-08-28 12:58:30 +0200
commitf4678f22028611c1576f58109659e674b4669364 (patch)
tree7fd7138939aae99e3471433371472b516524740b /src/mozclient
parent716933266f41d1fb7571e847b2bd2b65deea8958 (diff)
* inject awesome-browser branding into firefox source tree by
adding appropriate MOZCLIENT_POSTCOCMD to the mozclient configs - update src/mozclient/firefox-3.0.conf - update src/mozclient/firefox-3.1.conf - update src/mozclient/firefox-4.0.conf
Diffstat (limited to 'src/mozclient')
-rw-r--r--src/mozclient/firefox-3.0.conf1
-rw-r--r--src/mozclient/firefox-3.1.conf1
-rw-r--r--src/mozclient/firefox-4.0.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/mozclient/firefox-3.0.conf b/src/mozclient/firefox-3.0.conf
index 7e5de7c..4543122 100644
--- a/src/mozclient/firefox-3.0.conf
+++ b/src/mozclient/firefox-3.0.conf
@@ -25,3 +25,4 @@ MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3
MOZCLIENT_EMBEDDED = 1
MOZCLIENT_WANTMOZDIR = 1
MOZCLIENT_WANTPATCH = 1
+MOZCLIENT_POSTCOCMD = bzr branch lp:~mozillateam/firefox/awesome-browser-branding && mv awesome-browser-branding mozilla/browser/branding/awesome-browser
diff --git a/src/mozclient/firefox-3.1.conf b/src/mozclient/firefox-3.1.conf
index a6231e5..b16ce73 100644
--- a/src/mozclient/firefox-3.1.conf
+++ b/src/mozclient/firefox-3.1.conf
@@ -25,3 +25,4 @@ MOZCLIENT_GETVERSION = sed -e 's/pre//; s/\([ab]\)\([0-9]*\)/~\1\2/' mozilla/bro
MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 http://hg.mozilla.org/index.cgi/mozilla-central/log 2> /dev/null | grep cite | head -1 | sed -e 's,.*</cite>,,' | perl -e '$m = { "Jan" => 1, "Feb" => 2, "Mar" => 3, "Apr" => 4, "May" => 5, "Jun" => 6, "Jul" => 7, "Aug" => 8, "Sep" => 9, "Oct" => 10, "Nov" => 11, "Dec" => 12 } ; $a = <>; $a =~ m/^ - \S+,\s+(\d+) (\S+) (\d+) \S+ \S+ - rev (\d+)/ && do { printf "%04d%02d%02dr%d\n", $3, $$m{$2}, $1, $4 }; '
MOZCLIENT_EMBEDDED = 1
MOZCLIENT_WANTMOZDIR = 1
+MOZCLIENT_POSTCOCMD = bzr branch lp:~mozillateam/firefox/awesome-browser-branding && mv awesome-browser-branding mozilla/browser/branding/awesome-browser
diff --git a/src/mozclient/firefox-4.0.conf b/src/mozclient/firefox-4.0.conf
index e41d47c..8f4c27c 100644
--- a/src/mozclient/firefox-4.0.conf
+++ b/src/mozclient/firefox-4.0.conf
@@ -25,3 +25,4 @@ MOZCLIENT_POSTCOCMD = cd mozilla && python client.py checkout
MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 http://hg.mozilla.org/index.cgi/mozilla-central/log 2> /dev/null | grep cite | head -1 | sed -e 's,.*</cite>,,' | perl -e '$m = { "Jan" => 1, "Feb" => 2, "Mar" => 3, "Apr" => 4, "May" => 5, "Jun" => 6, "Jul" => 7, "Aug" => 8, "Sep" => 9, "Oct" => 10, "Nov" => 11, "Dec" => 12 } ; $a = <>; $a =~ m/^ - \S+,\s+(\d+) (\S+) (\d+) \S+ \S+ - rev (\d+)/ && do { printf "%04d%02d%02dr%d\n", $3, $$m{$2}, $1, $4 }; '
MOZCLIENT_EMBEDDED = 1
MOZCLIENT_WANTMOZDIR = 1
+MOZCLIENT_POSTCOCMD = bzr branch lp:~mozillateam/firefox/awesome-browser-branding && mv awesome-browser-branding mozilla/browser/branding/awesome-browser