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

This commit is contained in:
rhelmer%mozilla.com 2008-03-10 04:35:51 +00:00
Родитель 1111210a1d
Коммит 569a9f219b
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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"

Просмотреть файл

@ -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/"

Просмотреть файл

@ -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"

Просмотреть файл

@ -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/"