Need convenience command for removing news fragment files
[email protected] Wed, 24 Feb 2010 18:30:16 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from jml <[email protected]>: 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' | xargs svn rm` This should be simpler. ---------- Type : enhancement Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4315