boulder: Add convenient %install_licenses macro#781
Open
ermo wants to merge 1 commit into
Open
Conversation
In most cases, it will only be necessary to add `%install_licenses` to
recipes to be in compliance with recipe requirements.
If the automation fails, it is possible to explicitly specify the license
files to install with e.g.
%install_licenses LICENSE1 LICENSE2 COPYING*
If the macro is specified in a recipe, but no license files are found,
the script will exit 1, which will cause the install phase to fail and
the build to abort abnormally.
Signed-off-by: Rune Morling <ermo@aerynos.com>
f9e2c33 to
2786c0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In most cases, it will only be necessary to add
%install_licensesto recipes to be in compliance with license requirements.If the automation is unsatisfactory, it is possible to explicitly specify the license files to install with e.g.
Test Plan
%install_licenses=> check that build completes and licenses found are being installed%install_licenses <existing file>=> check that build completes and file is installed%install_licenses <missing file>=> check that build fails and error is reportedjust chrootand runa_install_licenses=> check that informative output is printed