mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Created a new changelog entry to include addition of the running-autopkgtests script. This includes a refactor of the original script resulting in a new module in ubuntutools, test cases, and the addition an argument parser to allow printing just the queued tests, just the running tests, or both (default).
Changelog generation and releasing ---------------------------------- The changelog is generated by the uploader using `gbp dch' from `git-buildpackage'. To invoke, just run $ gbp dch and then edit the changelog as appropriate - wrap lines, remove Signed-Off-By, and so on. Then finalise the changelog, e.g. $ dch -D unstable --release "" commit it $ git commit debian/changelog -m "Releasing 0.foo" and tag/sign this commit $ gbp buildpackage --git-tag-only then build using (for example) $ gbp buildpackage -S and test/upload as normal.