diff options
author | Oz Linden <oz@lindenlab.com> | 2015-06-08 17:37:56 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-06-08 17:37:56 -0400 |
commit | 3034a5b2703f61dd33f2a5acbf6b3b6b40767080 (patch) | |
tree | 73570aa2c14fe3f83a91eb6bee5f90b3d26fa0ff /BuildParams | |
parent | 1fce3cc89eca7edf05ef550707e955af3d4d5fc7 (diff) |
add edu release channel
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index 74bd2b4923..aeea3b1246 100755 --- a/BuildParams +++ b/BuildParams @@ -70,6 +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 ################################################################ +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 +EDU_sourceid = "" +EDU_viewer_channel_suffix = "edu" # Notifications - to configure email notices, add a setting like this: # <username>_<reponame>.email = <email-address> |