pull SEAMONKEY_2_0a2_RELEASE tag and remove 'pre' version postfix for SeaMonkey
COMM_20081202_RELBRANCH SEAMONKEY_2_0a2_BUILD1 SEAMONKEY_2_0a2_RELEASE
--- a/client.py
+++ b/client.py
@@ -1,34 +1,34 @@
#!/usr/bin/python
-EXTENSION_CO_TAG = 'HEAD'
+EXTENSION_CO_TAG = 'SEAMONKEY_2_0a2_RELEASE'
LDAPCSDK_CO_TAG = 'LDAPCSDK_6_0_6_RTM'
-CHATZILLA_CO_TAG = 'HEAD'
-VENKMAN_CO_TAG = 'HEAD'
+CHATZILLA_CO_TAG = 'SEAMONKEY_2_0a2_RELEASE'
+VENKMAN_CO_TAG = 'SEAMONKEY_2_0a2_RELEASE'
EXTENSION_DIRS = ('extensions/wallet',)
LDAPCSDK_DIRS = ('directory/c-sdk',)
CHATZILLA_DIRS = ('extensions/irc',)
VENKMAN_DIRS = ('extensions/venkman',)
-DEFAULT_COMM_REV = "default"
+DEFAULT_COMM_REV = "SEAMONKEY_2_0a2_RELEASE"
# URL of the default hg repository to clone for Mozilla.
DEFAULT_MOZILLA_REPO = 'http://hg.mozilla.org/releases/mozilla-1.9.1/'
-DEFAULT_MOZILLA_REV = "default"
+DEFAULT_MOZILLA_REV = "SEAMONKEY_2_0a2_RELEASE"
# REGEX to match against, $1 should refer to protocol scheme
MOZILLA_TRUNK_REPO_REGEXP = "(ssh|http|https):\/\/hg\.mozilla\.org\/mozilla-central\/$"
MOZILLA_BASE_REV = "GECKO_1_9_1_BASE"
# URL of the default hg repository to clone for inspector.
DEFAULT_INSPECTOR_REPO = 'http://hg.mozilla.org/dom-inspector/'
-DEFAULT_INSPECTOR_REV = "default"
+DEFAULT_INSPECTOR_REV = "SEAMONKEY_2_0a2_RELEASE"
import os
import sys
import datetime
from optparse import OptionParser
topsrcdir = os.path.dirname(__file__)
if topsrcdir == '':
--- a/suite/config/version.txt
+++ b/suite/config/version.txt
@@ -1,1 +1,1 @@
-2.0a2pre
\ No newline at end of file
+2.0a2
\ No newline at end of file