Ticket #4315 enhancement closed fixed
Need convenience command for removing news fragment files
| Reported by: | jml | Owned by: | therve |
|---|---|---|---|
| Priority: | normal | Milestone: | regular-releases |
| Component: | release management | Keywords: | |
| Cc: | thijs | Branch: | branches/delete-news-fragments-4315 |
| Author: | therve | Launchpad Bug: |
Description (last modified by therve) (diff)
After running build-news as part of the ReleaseProcess and then reviewing and committing the changes, we need to delete the news fragment files (e.g. 2155.bugfix).
Unfortunately, doing this correctly is a bit of a pain. My best guess...
find . -name '*.bugfix' -or -name '*.misc' -or -name '*.feature' -or -name '*.removal' -or -name '*.doc' | xargs svn rm
This should be simpler.
Change History
Note: See
TracTickets for help on using
tickets.
