зеркало из https://github.com/mozilla/pjs.git
bug 359336: should have an x86_64 Linux tinderbox with new gcc - add a new cvsroot for linux64 builds. r=rhelmer, patch=me
This commit is contained in:
Родитель
2435f536db
Коммит
0d67c2d166
|
@ -108,6 +108,7 @@ c['sources'].append(PBChangeSource())
|
|||
####### BUILDERS
|
||||
|
||||
cvsroot = ":ext:cltbld@cvs.mozilla.org:/cvsroot"
|
||||
stgbld_cvsroot = ":ext:cltbld@cvs.mozilla.org:/cvsroot"
|
||||
cvsmodule = "mozilla/tools/release"
|
||||
ftpserver = "stage.mozilla.org"
|
||||
automation_tag = "RELEASE_AUTOMATION_M7_2"
|
||||
|
@ -207,13 +208,13 @@ c['builders'].append({ 'name': 'macosx_shark_build',
|
|||
linux64BuildFactory = factory.BuildFactory()
|
||||
linux64BuildFactory.addStep(ShellCommand, description='checkout client.mk',
|
||||
workdir=".",
|
||||
command=['cvs', '-d', cvsroot, 'co', '-d', 'mozilla',
|
||||
command=['cvs', '-d', stgbld_cvsroot, 'co', '-d', 'mozilla',
|
||||
'mozilla/client.mk'],
|
||||
haltOnFailure=1
|
||||
)
|
||||
linux64BuildFactory.addStep(ShellCommand, description='checkout mozconfig',
|
||||
workdir="mozilla",
|
||||
command=['cvs', '-d', cvsroot, 'co', '-d', 'tinderbox-configs',
|
||||
command=['cvs', '-d', stgbld_cvsroot, 'co', '-d', 'tinderbox-configs',
|
||||
'mozilla/tools/tinderbox-configs/firefox/linux'],
|
||||
haltOnFailure=1
|
||||
)
|
||||
|
@ -272,13 +273,13 @@ linux64NightlyFactory.addStep(ShellCommand, description='clobber',
|
|||
)
|
||||
linux64NightlyFactory.addStep(ShellCommand, description='checkout client.mk',
|
||||
workdir=".",
|
||||
command=['cvs', '-d', cvsroot, 'co', '-d', 'mozilla',
|
||||
command=['cvs', '-d', stgbld_cvsroot, 'co', '-d', 'mozilla',
|
||||
'mozilla/client.mk'],
|
||||
haltOnFailure=1
|
||||
)
|
||||
linux64NightlyFactory.addStep(ShellCommand, description='checkout mozconfig',
|
||||
workdir="mozilla",
|
||||
command=['cvs', '-d', cvsroot, 'co', '-d', 'tinderbox-configs',
|
||||
command=['cvs', '-d', stgbld_cvsroot, 'co', '-d', 'tinderbox-configs',
|
||||
'mozilla/tools/tinderbox-configs/firefox/linux'],
|
||||
haltOnFailure=1
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче