diff options
author | Oz Linden <oz@lindenlab.com> | 2016-02-26 10:04:47 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-02-26 10:04:47 -0500 |
commit | 0c94c3bbf000315869412a1c7ece02f2510d0e64 (patch) | |
tree | 3f4cbd68b292fa99af16720424923b740ec68587 /BuildParams | |
parent | 5a5c023e291990a463b1a91846ce82c70da8daab (diff) |
MAINT-5360: restore builds for the EDU package
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/BuildParams b/BuildParams index 15fb56ec17..aeea3b1246 100755 --- a/BuildParams +++ b/BuildParams @@ -70,15 +70,12 @@ additional_packages = "" # the viewer_channel_suffix is prefixed by a blank and then appended to the viewer_channel # for the package in a setting that overrides the compiled-in value ################################################################ -## Removed 2015-07-02 (MAINT-5360) until we fix packaging step in Team City -## additional_packages = "EDU" +additional_packages = "EDU" # The EDU package allows us to create a separate release channel whose expirations # are synchronized as much as possible with the academic year -## Removed 2015-07-02 (MAINT-5360) until we fix packaging step in Team City -## EDU_sourceid = "" -## Removed 2015-07-02 (MAINT-5360) until we fix packaging step in Team City -## EDU_viewer_channel_suffix = "edu" +EDU_sourceid = "" +EDU_viewer_channel_suffix = "edu" # Notifications - to configure email notices, add a setting like this: # <username>_<reponame>.email = <email-address> |