xref: /trueos/contrib/ntp/scripts/genCommitLog (revision b3db078f21c6b171ca87f55006f0195783756e42)
1#! /bin/sh
2
3set -e
4
5. packageinfo.sh
6bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
7mv CommitLog.new CommitLog
8