]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/ntp/scripts/genCommitLog
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / ntp / scripts / genCommitLog
1 #! /bin/sh
2
3 set -e
4
5 . packageinfo.sh
6 bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
7 mv CommitLog.new CommitLog