mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 397940, Tb2009 config
This commit is contained in:
parent
12ac8be5e0
commit
f65c77444c
@ -1,15 +1,16 @@
|
|||||||
productTag = THUNDERBIRD_2_0_0_6
|
|
||||||
# We're tagging manually, so the next three entries are only placeholders
|
|
||||||
# GECKO181_20070712_RELBRANCH is the place to look, dates are for cutting that
|
|
||||||
branchTag = MOZILLA_1_8_BRANCH
|
branchTag = MOZILLA_1_8_BRANCH
|
||||||
pullDate = 2007-07-12 13:15 PDT
|
# this won't actually be used, it's a record-keeping placeholder
|
||||||
l10n_pullDate = 2007-07-12 13:15 PDT
|
# (sure we pull MOZILLA_1_8_BRANCH with it, but then cvs up -r <RELBRANCH> and that
|
||||||
# END_PLACEHOLDER
|
# clobbers the sticky date)
|
||||||
milestone = 1.8.1.6
|
pullDate = 2007-10-31 03:30 PDT
|
||||||
version = 2.0.0.6
|
l10n_pullDate = 2007-10-31 03:30 PDT
|
||||||
rc = 2
|
RelbranchOverride = GECKO181_20071004_RELBRANCH
|
||||||
oldVersion = 2.0.0.5
|
milestone = 1.8.1.9
|
||||||
oldRc = 1
|
version = 2.0.0.9
|
||||||
|
rc = 1
|
||||||
|
productTag = THUNDERBIRD_2_0_0_9
|
||||||
|
oldVersion = 2.0.0.6
|
||||||
|
oldRc = 2
|
||||||
appName = mail
|
appName = mail
|
||||||
product = thunderbird
|
product = thunderbird
|
||||||
linux_buildDir = /builds/tinderbox/Tb-Mozilla1.8-Release
|
linux_buildDir = /builds/tinderbox/Tb-Mozilla1.8-Release
|
||||||
@ -24,6 +25,7 @@ win32_logDir = /cygdrive/e/builds/release/logs
|
|||||||
mozillaCvsroot = :ext:cltbld@cvs.mozilla.org:/cvsroot
|
mozillaCvsroot = :ext:cltbld@cvs.mozilla.org:/cvsroot
|
||||||
l10nCvsroot = :ext:cltbld@cvs.mozilla.org:/l10n
|
l10nCvsroot = :ext:cltbld@cvs.mozilla.org:/l10n
|
||||||
mofoCvsroot = :ext:cltbld@cvs.mozilla.org:/mofo
|
mofoCvsroot = :ext:cltbld@cvs.mozilla.org:/mofo
|
||||||
|
anonCvsroot = :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||||
stageHome = /data/cltbld
|
stageHome = /data/cltbld
|
||||||
updateDir = /builds/updates
|
updateDir = /builds/updates
|
||||||
verifyDir = /builds/verify
|
verifyDir = /builds/verify
|
||||||
@ -35,8 +37,8 @@ win32_buildPlatform = WINNT_5.0_Depend
|
|||||||
linux_l10n_buildPlatform = Linux_2.4.20-28.8_Depend
|
linux_l10n_buildPlatform = Linux_2.4.20-28.8_Depend
|
||||||
macosx_l10n_buildPlatform = Darwin_8.7.0_Depend
|
macosx_l10n_buildPlatform = Darwin_8.7.0_Depend
|
||||||
win32_l10n_buildPlatform = WINNT_5.2_Depend
|
win32_l10n_buildPlatform = WINNT_5.2_Depend
|
||||||
from = build@mozilla.org
|
from = bootstrap@mozilla.org
|
||||||
to = preed@gmail.com
|
to = nrthomas@gmail.com
|
||||||
# cc = null@coop.sigkill.com
|
# cc = null@coop.sigkill.com
|
||||||
patcherConfig = moz18-branch-patcher2.cfg
|
patcherConfig = moz18-branch-patcher2.cfg
|
||||||
patcherToolsRev = MOZILLA_1_9a2_RELEASE
|
patcherToolsRev = MOZILLA_1_9a2_RELEASE
|
||||||
@ -46,9 +48,20 @@ win32_verifyConfig = moz18-thunderbird-win32.cfg
|
|||||||
blat = /cygdrive/c/moztools/bin/blat.exe
|
blat = /cygdrive/c/moztools/bin/blat.exe
|
||||||
sendmail = /usr/lib/sendmail
|
sendmail = /usr/lib/sendmail
|
||||||
dumpLogs = 1
|
dumpLogs = 1
|
||||||
# username and server to push builds
|
|
||||||
sshUser = cltbld
|
|
||||||
sshServer = stage.mozilla.org
|
|
||||||
# username and server to push update snippets to
|
# username and server to push update snippets to
|
||||||
ausUser = cltbld
|
ausUser = cltbld
|
||||||
ausServer = aus2-staging.mozilla.org
|
ausServer = aus2-staging.mozilla.org
|
||||||
|
# Tinderbox server tree that clients should report to
|
||||||
|
buildTree = MozillaRelease
|
||||||
|
# where QA updates/builds go
|
||||||
|
stagingUser = cltbld
|
||||||
|
stagingServer = build-console.build.mozilla.org
|
||||||
|
externalStagingUser = cltbld
|
||||||
|
externalStagingServer = stage.mozilla.org
|
||||||
|
# where beta updates/builds go
|
||||||
|
ftpServer = ftp.mozilla.org
|
||||||
|
# where release updates/builds go
|
||||||
|
bouncerServer = download.mozilla.org
|
||||||
|
# username and server to push builds
|
||||||
|
sshUser = cltbld
|
||||||
|
sshServer = build-console.build.mozilla.org
|
||||||
|
Loading…
Reference in New Issue
Block a user