diff options
author | Oz Linden <oz@lindenlab.com> | 2015-07-10 09:12:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-07-10 09:12:54 -0400 |
commit | 66bf21c32d64422f9fdc56161acc83b53923735b (patch) | |
tree | bdd1e565308fb97d7b8b2c97f9cd16489a1b285d /BuildParams | |
parent | dc5960d3930efa482b7de205fc9b8d08785da4c8 (diff) | |
parent | 657944cda7228ba824239d94b270160ac0460934 (diff) |
merge up to 3.8.0-release (and fix for unit tests with a proxy enabled)'
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index 35a737a191..22b13ff6b6 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 use the TeamCity parameter # setting screen for your project or build configuration to set the |