aboutsummaryrefslogtreecommitdiff
path: root/sheriff_rotation.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2014-03-25 13:45:05 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-03-26 22:56:00 +0000
commit91b5599aa5c8875a65b8fa1a1d6f2ba382e1451c (patch)
tree0c37d8095f492b203696d1f193b441ec5a4414b3 /sheriff_rotation.py
parent42bb3ad0094669f0b9eae95e8da5fa278175f0a5 (diff)
downloadtoolchain-utils-91b5599aa5c8875a65b8fa1a1d6f2ba382e1451c.tar.gz
Update Sheriff email to point to new web page.
Update the weekly sheriff rotation email to point the sheriff to the new team Sheriff Duty Details page. BUG=None TEST=None Change-Id: I0278186dbf1f004869e4956e546117cd6efa85c7 Reviewed-on: https://chrome-internal-review.googlesource.com/158315 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'sheriff_rotation.py')
-rwxr-xr-xsheriff_rotation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheriff_rotation.py b/sheriff_rotation.py
index 1c38a46c..05824b68 100755
--- a/sheriff_rotation.py
+++ b/sheriff_rotation.py
@@ -19,7 +19,7 @@ from utils import email_sender
class SheriffHandler(object):
SHERIFF_FILE = "/home/mobiletc-prebuild/sheriffs.txt"
SUBJECT = "You (%s) are the sheriff for the week: %s - %s"
- BODY = "Please see instructions here: https://sites.google.com/a/google.com/compiler-chromeos-workflows/sheriff-corner/sheriff-duties."
+ BODY = "Please see instructions here: https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/sheriff-s-corner/sheriff-duties"
def GetWeekInfo(self, day=datetime.datetime.today()):
"""Return week_start, week_end."""