diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-03-07 18:45:12 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-03-07 18:45:12 +0200 |
commit | 37809faefa44ebf4add323328a3c6d15a0d8e31b (patch) | |
tree | 7325d2c60203a631e78ae28504dda7d51d892f22 /BuildParams | |
parent | 3ce373be1b4d19528ca5459ac80c61d48de57b12 (diff) | |
parent | b0afd16e42c1836ac9339cfe0d4ee1e5dcf97622 (diff) |
Merged in lindenlab/viewer-lynx
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> |