make project names more readable b=417779 r=rhelmer p=joduinn

git-svn-id: svn://10.0.0.236/trunk@247462 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com 2008-03-10 04:35:51 +00:00
parent e86ca746be
commit d8d08cafdc
4 changed files with 4 additions and 4 deletions

View File

@ -450,6 +450,6 @@ c['status'].append(MailNotifier(
# "admin", "password")
####### PROJECT IDENTITY
c['projectName'] = "Release Automation - Trunk/1.9"
c['projectName'] = "1.9 Production Master"
c['projectURL'] = "http://www.mozilla.org/"
c['buildbotURL'] = "http://production-1.9-master.build.mozilla.org:8810"

View File

@ -446,6 +446,6 @@ c['status'].append(MailNotifier(
# "admin", "password")
####### PROJECT IDENTITY
c['projectName'] = "Release Automation Production"
c['projectName'] = "1.8 Production Master"
c['projectURL'] = "http://www.mozilla.org/"
c['buildbotURL'] = "http://production-1.8-master.build.mozilla.org:8810/"

View File

@ -640,6 +640,6 @@ c['status'].append(MailNotifier(
# "admin", "password")
####### PROJECT IDENTITY
c['projectName'] = "Release Automation Test"
c['projectName'] = "1.9 Staging Master"
c['projectURL'] = "http://www.mozilla.org/"
c['buildbotURL'] = "http://staging-1.9-master.build.mozilla.org:8810"

View File

@ -544,6 +544,6 @@ c['status'].append(MailNotifier(
# "admin", "password")
####### PROJECT IDENTITY
c['projectName'] = "Release Automation Test"
c['projectName'] = "1.8 Staging Master"
c['projectURL'] = "http://www.mozilla.org/"
c['buildbotURL'] = "http://staging-1.8-master.build.mozilla.org:8810/"