summaryrefslogtreecommitdiff
path: root/BuildParams
diff options
context:
space:
mode:
authorcallum_linden <none@none>2015-07-02 12:52:07 -0700
committercallum_linden <none@none>2015-07-02 12:52:07 -0700
commit16e750583137743099407d0280c87d2e9da7f551 (patch)
tree52c42a7fe7cd6510a1148ec0e75df07fbcddf831 /BuildParams
parent71406f1af805d0b88e348b81a67bcde3d0b3d885 (diff)
Removed EDU builds for this project via BuildParams change until we can fix TC packaging
Diffstat (limited to 'BuildParams')
-rwxr-xr-xBuildParams9
1 files changed, 6 insertions, 3 deletions
diff --git a/BuildParams b/BuildParams
index aeea3b1246..15fb56ec17 100755
--- a/BuildParams
+++ b/BuildParams
@@ -70,12 +70,15 @@ 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"
+## Removed 2015-07-02 (MAINT-5360) until we fix packaging step in Team City
+## 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"
+## 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"
# Notifications - to configure email notices, add a setting like this:
# <username>_<reponame>.email = <email-address>