]> git.ipfire.org Git - thirdparty/collectd.git/commit
Cleanup version-gen.sh 2635/head
authorWilliam Pursell <williamp@wepay.com>
Thu, 28 Dec 2017 18:45:28 +0000 (10:45 -0800)
committerWilliam Pursell <williamp@wepay.com>
Thu, 28 Dec 2017 18:59:55 +0000 (10:59 -0800)
commit50dd5baeebfe66cc64100c8209b28760439299e6
tree4c92288190a09e0492d1e79b0a82296ea3ffdcd4
parent77ca1a45bab2f6adf9301723d0db68e5813a6d98
Cleanup version-gen.sh

Existing script matches too generously.  eg, an annotated
tag 'foo-connectd-bar' will not be filtered.  Effectively,
this commit replaces 'grep collectd' with 'grep ^collectd-',
but removes the grep and does the filtering directly in sed.
version-gen.sh