Actions
Action Item #294
closedNeed a changelog script to generate a changelog for all repos
Start date:
14 Mar 2014
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
This will be based on using the cdtools scripts to bounce around to all repos, generate the changelog for each and combine them into a single file.
This should be added to the PiBox repo for now, lacking any place better for it.
Files
Updated by Hammel over 10 years ago
- File MakeChangelog.sh MakeChangelog.sh added
- Status changed from New to Closed
- % Done changed from 0 to 100
Wrote a shell script to generate the logs. It's fairly generic and takes an input file with the path to the cdtools shell function file and the function in that file to call. More than one repo can be processed for each changelog, which is how I do it with PiBox and its companion opkgs.
To use it:
Makechangelog.sh -r ./docs/rpi.repos -s v0.7 -e v0.8 -t "Bump to version 0.8"
The repos list is in the PiBox repository.
I've attached the file here for reference. This issue can be closed.
Actions