mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
use release automation for nightly builds b=401936 r=bhearsum
This commit is contained in:
parent
179fc867ca
commit
8e638ab410
82
tools/release/configs/fx-moz19-nightly-bootstrap.cfg
Normal file
82
tools/release/configs/fx-moz19-nightly-bootstrap.cfg
Normal file
@ -0,0 +1,82 @@
|
||||
version = nightly
|
||||
milestone = 1.9b2
|
||||
# _RCn and _RELEASE will be appended as-needed
|
||||
productTag = FIREFOX_3_0b2
|
||||
# Branch name and pull dates to use for base tag
|
||||
branchTag = HEAD
|
||||
#RelbranchOverride = GECKO190_20071207_RELBRANCH
|
||||
pullDate = 2007-12-07 18:00 PST
|
||||
l10n_pullDate = 2007-12-07 18:00 PST
|
||||
rc = 1
|
||||
# oldVersion and oldRc refer to the previous release
|
||||
oldVersion = 3.0b1
|
||||
oldRc = 3
|
||||
appName = browser
|
||||
product = firefox
|
||||
# Absolute path to tinderbox build directory
|
||||
# The win32 ones are kept short because of a long path issue detailed in
|
||||
# bug# 400846
|
||||
linux_buildDir = /builds/tinderbox/Fx-Mozilla1.9-Nightly
|
||||
macosx_buildDir = /builds/tinderbox/Fx-Mozilla1.9-Nightly
|
||||
win32_buildDir = /e/fx19nit
|
||||
linux_l10n_buildDir = /builds/tinderbox/Fx-Mozilla1.9-l10n-Nightly
|
||||
macosx_l10n_buildDir = /builds/tinderbox/Fx-Mozilla1.9-l10n-Nightly
|
||||
win32_l10n_buildDir = /e/fx19l10nit
|
||||
# Absolute path to store bootstrap's logs
|
||||
linux_logDir = /builds/logs.nightly
|
||||
macosx_logDir = /builds/logs.nightly
|
||||
win32_logDir = /builds/logs.nightly
|
||||
mozillaCvsroot = staging-trunk-automation.build.mozilla.org:/builds/cvsmirror/cvsroot
|
||||
l10nCvsroot = staging-trunk-automation.build.mozilla.org:/builds/cvsmirror/l10n
|
||||
mofoCvsroot = staging-trunk-automation.build.mozilla.org:/builds/cvsmirror/mofo
|
||||
anonCvsroot = staging-trunk-automation.build.mozilla.org:/builds/cvsmirror/cvsroot
|
||||
# private staging area
|
||||
stageHome = /data/cltbld
|
||||
updateDir = /builds/updates
|
||||
verifyDir = /builds/verify
|
||||
tagDir = /builds/tags
|
||||
configBumpDir = /builds/config
|
||||
# Build platform, as specified by tinderbox
|
||||
linux_buildPlatform = Linux_2.6.18-8.el5_Depend
|
||||
macosx_buildPlatform = Darwin_8.8.4_Depend
|
||||
win32_buildPlatform = WINNT_5.2_Depend
|
||||
linux_l10n_buildPlatform = Linux_2.6.18-8.el5_Depend
|
||||
macosx_l10n_buildPlatform = Darwin_8.8.4_Depend
|
||||
win32_l10n_buildPlatform = WINNT_5.2_Depend
|
||||
from = staging-bootstrap@mozilla.org
|
||||
to = rhelmer@mozilla.com
|
||||
cc = nobody@mozilla.com
|
||||
patcherConfig = moz19-patcher2.cfg
|
||||
# Tag to use for building MAR/MBSDIFF and other update tools
|
||||
patcherToolsRev = MOZILLA_1_9a8_RELEASE
|
||||
linux_verifyConfig = moz19-firefox-linux.cfg
|
||||
win32_verifyConfig = moz19-firefox-win32.cfg
|
||||
macosx_verifyConfig = moz19-firefox-mac.cfg
|
||||
blat = /d/mozilla-build/blat261/full/blat.exe
|
||||
sendmail = /usr/sbin/sendmail
|
||||
# dump Log output to stdout
|
||||
dumpLogs = 1
|
||||
# symbol server variables
|
||||
symbolServer = staging-trunk-automation.build.mozilla.org
|
||||
symbolServerUser = cltbld
|
||||
symbolServerPath = /data/symbols
|
||||
symbolServerKey = /home/cltbld/.ssh/id_dsa
|
||||
# username and server to push update snippets to
|
||||
ausUser = cltbld
|
||||
ausServer = staging-trunk-automation.build.mozilla.org
|
||||
ausServerUrl = http://staging-trunk-automation.build.mozilla.org
|
||||
buildTree = MozillaTest
|
||||
# where QA updates/builds go
|
||||
stagingUser = cltbld
|
||||
stagingServer = staging-trunk-automation.build.mozilla.org
|
||||
externalStagingUser = cltbld
|
||||
externalStagingServer = fx-linux-1.9-slave1.build.mozilla.org
|
||||
# where beta updates/builds go
|
||||
ftpServer = staging-trunk-automation.build.mozilla.org
|
||||
# where release updates/builds go
|
||||
bouncerServer = staging-trunk-automation.build.mozilla.org
|
||||
# username and server to push builds
|
||||
sshUser = cltbld
|
||||
sshServer = staging-trunk-automation.build.mozilla.org
|
||||
useTalkback = 0
|
||||
useCvsCompression = 1
|
Loading…
x
Reference in New Issue
Block a user