summaryrefslogtreecommitdiff
path: root/src/mozclient
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-09 00:19:22 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-09 00:19:22 +0200
commit16a7e5a969cdba9750936c9e359a6a38885afa89 (patch)
tree8a00580a01edaec3aa173816f78388c568b9ef12 /src/mozclient
parent198bc5a0f495aae0d30a0f5b937ea0b83691111f (diff)
* [mozclient] Disable MOZCLIENT_POSTCOCMD for xulrunner-1.9.1 and firefox-3.1
now that upstream made it obsolete - udpate src/mozclient/xulrunner-1.9.1.conf - update src/mozclient/firefox-3.1.conf
Diffstat (limited to 'src/mozclient')
-rw-r--r--src/mozclient/firefox-3.1.conf2
-rw-r--r--src/mozclient/xulrunner-1.9.1.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mozclient/firefox-3.1.conf b/src/mozclient/firefox-3.1.conf
index 1a0e487..a6231e5 100644
--- a/src/mozclient/firefox-3.1.conf
+++ b/src/mozclient/firefox-3.1.conf
@@ -21,7 +21,7 @@ MOZCLIENT_VCS = hg
MOZCLIENT_VCS_LOC = http://hg.mozilla.org/
MOZCLIENT_FILE = mozilla/browser/config/version.txt
MOZCLIENT_GETVERSION = sed -e 's/pre//; s/\([ab]\)\([0-9]*\)/~\1\2/' mozilla/browser/config/version.txt
-MOZCLIENT_POSTCOCMD = cd mozilla && python client.py checkout
+#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
diff --git a/src/mozclient/xulrunner-1.9.1.conf b/src/mozclient/xulrunner-1.9.1.conf
index 22bdc65..b986b04 100644
--- a/src/mozclient/xulrunner-1.9.1.conf
+++ b/src/mozclient/xulrunner-1.9.1.conf
@@ -21,7 +21,7 @@ MOZCLIENT_FILE = mozilla/config/milestone.txt
MOZCLIENT_GETVERSION = tail -1 mozilla/config/milestone.txt | sed -e 's/pre//; s/\([ab]\)\([0-9]*\)/~\1\2/'
MOZCLIENT_VCS = hg
MOZCLIENT_VCS_LOC = http://hg.mozilla.org/
-MOZCLIENT_POSTCOCMD = cd mozilla && python client.py checkout
+#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