Actions
Architecture #12240
closedBug #12171: Normalize plugin build structure
Add top-level make file target to generate licensed plugins
Fix check:
Regression:
Description
We need to be able to build licenced file from the top level make, and be able to build the dependency library if needed.
Ideally, we want to be able to do:
# from .../rudder-plugins: # build plugins-common and each .rpkg plugin make # build only a given rpkg: make datasources # build plugins-common, plugins-common-private and each .rpkg licensed plugin # using the given licensed file and (the same) public key make licensed SIGNED_LICENSE_PATH="./license.sign" PUBLIC_KEY_PATH=/path/to/demo/public/key/demo.pub # only make datasources licensed plugin: make datasources-licensed SIGNED_LICENSE_PATH="./license.sign" PUBLIC_KEY_PATH=/path/to/demo/public/key/demo.pub
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/23
Updated by Rudder Quality Assistant over 6 years ago
- Assignee changed from Benoît PECCATTE to François ARMAND
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:rudder-plugins|fe378454e0eefa9c2b43a5b6ff3d12541d130bcb.
Updated by Alexis Mousset over 6 years ago
- Status changed from Pending release to Released
Updated by Vincent MEMBRÉ over 6 years ago
- Category set to Packaging
- Target version set to 4.1
Actions