From 080450d5b27ab08012f6766014cc3fb5931f31e0 Mon Sep 17 00:00:00 2001 From: christopher lee Date: Wed, 8 Jul 2015 11:22:48 -0400 Subject: [PATCH] Added more descripted release script message --- scripts/release.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index f4389aa4f0..4410d653cd 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -38,6 +38,7 @@ git = repo.git PEOPLE_YAML = "https://raw.githubusercontent.com/edx/repo-tools/master/people.yaml" + class memoized(object): """ Decorator. Caches a function's return value each time it is called. @@ -518,7 +519,7 @@ def main(): print(generate_pr_table(args.previous, args.current)) return - print("EMAIL:") + print("Generating email and it's list of recipients for stage verification. This may take around a minute...") print(generate_email(args.previous, args.current, release_date=args.date).encode('UTF-8')) print("\n") print("Wiki Table:")