Add tasks for generating component info and adding to changelog #72
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.
This adds some tasks for generating and updating a component_info.json file. This contains a JSON blob that, for each tag, shows the list of components and their version (choosing the latest version in cases where we choose different versions based on different criteria), and then for each project, showing which version of which components are included for each platform.
This is then used to generate a table and some text for the changelog. The existing changelog task is modified a bit to support this mechanism.
This also removes the branching for augeas version for Solaris, since we aren't building for Solaris and if we ever do, we'll likely want to fix things to build for latest augeas.