summaryrefslogtreecommitdiff
path: root/src/mozclient/thunderbird-3.0.conf
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-06 15:21:22 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-06 15:21:22 +0200
commit705330e592cd154dddf882c8ab6699f2be8aa087 (patch)
tree3212f5925b8b27cb68c347b8184bdcde9e3a9408 /src/mozclient/thunderbird-3.0.conf
parenta6ad8b5bb1899b8526457f1eb9c54f0f4d1b94e4 (diff)
* [mozclient] Change MOZCLIENT_CVS_LOC and MOZCLIENT_HG_LOC into a common
MOZCLIENT_VCS_LOC and make it mandatory - update src/mozclient.pl - update src/src/mozclient/*.conf - update README
Diffstat (limited to 'src/mozclient/thunderbird-3.0.conf')
-rw-r--r--src/mozclient/thunderbird-3.0.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mozclient/thunderbird-3.0.conf b/src/mozclient/thunderbird-3.0.conf
index 8af133e..91c97a3 100644
--- a/src/mozclient/thunderbird-3.0.conf
+++ b/src/mozclient/thunderbird-3.0.conf
@@ -18,6 +18,7 @@
MOZCLIENT_APPNAME = thunderbird-3.0
MOZCLIENT_PROJECT = mail
MOZCLIENT_VCS = cvs
+MOZCLIENT_VCS_LOC = :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
MOZCLIENT_FILE = mozilla/mail/config/version.txt
MOZCLIENT_GETVERSION = tail -1 mozilla/mail/config/version.txt | sed -e 's/pre//; s/\([ab]\)\([0-9]*\)/~\1\2/'
MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 'http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyMailNews&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=week&mindate=&maxdate=&cvsroot=%2Fcvsroot' 2> /dev/null | grep "href='http://webtools" | head -1 | tr '<>' '@' | cut -d@ -f5 | tr -d ':-' | sed -e 's/&nbsp;/t/'