r=bhearsum
- adds build step to touch upload dir after file upload for 1.9.0 l10n builds


git-svn-id: svn://10.0.0.236/trunk@256311 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com
2009-02-24 19:44:39 +00:00
parent 463ab72594
commit 540e093ad9
2 changed files with 18 additions and 0 deletions

View File

@@ -402,6 +402,15 @@ L10nNightlyFactory.addStep(ShellCommand,
descriptionDone="uploaded packages",
workdir="mozilla/dist/upload/latest"
)
# This step makes sure we can use nagios monitoring on the latest dir
# to tell when l10n builds stop working altogether.
L10nNightlyFactory.addStep(ShellCommand,
name = "touch upload dir",
command=['/bin/sh', '-c', "ssh "+ftpserver+" touch "+uploadPath],
description="touching upload dir",
descriptionDone="touched upload dir",
workdir="mozilla/dist/upload/latest"
)
c['builders'].append(
{

View File

@@ -416,6 +416,15 @@ L10nNightlyFactory.addStep(ShellCommand,
descriptionDone="uploaded packages",
workdir="mozilla/dist/upload/latest"
)
# This step makes sure we can use nagios monitoring on the latest dir
# to tell when l10n builds stop working altogether.
L10nNightlyFactory.addStep(ShellCommand,
name = "touch upload dir",
command=['/bin/sh', '-c', "ssh "+ftpserver+" touch "+uploadPath],
description="touching upload dir",
descriptionDone="touched upload dir",
workdir="mozilla/dist/upload/latest"
)
c['builders'].append(
{