diff options
author | Rider Linden <rider@lindenlab.com> | 2016-03-07 10:24:39 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-03-07 10:24:39 -0800 |
commit | d51a5a615ab4c1c52b4e8c2eaa1f88bf785f3f66 (patch) | |
tree | cb22850d39b2ac4240279c1b7b6c0bb70248de70 /BuildParams | |
parent | 6a20679c683f8da7888e7569a6e3f96eb6ba7a15 (diff) | |
parent | 8c7a8bdc4a795a158dc8a47928245b0dd74df3f5 (diff) |
Merge
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/BuildParams b/BuildParams index 0d3d1922e9..7aff447dda 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> |