diff options
author | Oz Linden <oz@lindenlab.com> | 2016-04-19 10:00:25 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-04-19 10:00:25 -0400 |
commit | 85c9754a63cddca39b25d48504337d4e4c674a4f (patch) | |
tree | 8cb7413ecb4106755617e367d67bd0b4581774a1 /BuildParams | |
parent | 1b83b4c8dab481494321ec0705b7ec1d6f6b9818 (diff) |
disable additional_packages for Linux in the BuildParams
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildParams b/BuildParams index 1c5b1e0862..264f6f8a53 100755 --- a/BuildParams +++ b/BuildParams @@ -62,7 +62,7 @@ viewer_channel = "Second Life Test" # the default sourceid should always be a null string: sourceid = "" # the additional_packages variable is a blank separated list of package prefixes: -additional_packages = "" +# additional_packages = "" # to set the special values for a package, create variables using each prefix: # additional_packages = "Foo Bar" # Foo_sourceid = "bingo" @@ -73,6 +73,7 @@ additional_packages = "" # for the package in a setting that overrides the compiled-in value ################################################################ additional_packages = "EDU" +Linux.additional_packages = "" # The EDU package allows us to create a separate release channel whose expirations # are synchronized as much as possible with the academic year |