From 4a24363c334a36d96c84da61b1c5008697141538 Mon Sep 17 00:00:00 2001 From: Kevin Falcone Date: Thu, 4 Jun 2015 22:28:35 -0400 Subject: [PATCH] www.stage.edx.org is our Drupal site It also serves the production SSL cert (*.edx.org) meaning people who visit www.stage.edx.org get an SSL error. Send them to stage.edx.org instead. --- scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index ff8dc3a0a4..d4caf574ba 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -466,7 +466,7 @@ def generate_email(start_ref, end_ref, release_date=None): https://openedx.atlassian.net/wiki/display/ENG/{date}+Release - The staging server is: https://www.stage.edx.org + The staging server is: https://stage.edx.org Note that you are responsible for verifying any pull requests that you merged, whether you wrote the code or not. (If you didn't write the code,