You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to check in enterprise licensed code that doesn't get built from the AGPL entrypoints. We also need to include the enterprise license itself so that people can understand what rights they do and do not have if they use this code.
Implementation notes
We will add an enterprise/ directory that contains new main() entrypoints for all released binaries. For the purpose of this ticket, these binaries are functionally identical to the AGPL binaries, and the main() functions in enterprise should call into AGPL packages.
Acceptance Criteria
New make targets that build enterprise variants of all the binaries we currently release. (We don't need enterprise variants of utilities in this issue.) Includes cross platform builds.
Release scripts are switched to use enterprise builds. AGPL "release" is not required, only the ability to build binary targets for all supported platforms.
The text was updated successfully, but these errors were encountered:
Problem
We need to be able to check in enterprise licensed code that doesn't get built from the AGPL entrypoints. We also need to include the enterprise license itself so that people can understand what rights they do and do not have if they use this code.
Implementation notes
We will add an
enterprise/
directory that contains newmain()
entrypoints for all released binaries. For the purpose of this ticket, these binaries are functionally identical to the AGPL binaries, and themain()
functions in enterprise should call into AGPL packages.Acceptance Criteria
The text was updated successfully, but these errors were encountered: