diff options
Diffstat (limited to 'BuildParams')
| -rwxr-xr-x | BuildParams | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/BuildParams b/BuildParams index 9180ae9092..1c5b1e0862 100755 --- a/BuildParams +++ b/BuildParams @@ -79,6 +79,11 @@ additional_packages = "EDU"  EDU_sourceid = ""  EDU_viewer_channel_suffix = "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  # environment variable 'email' to a space-separated list of email addresses | 
