b=477768
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:
@@ -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(
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user