aboutsummaryrefslogblamecommitdiff
path: root/scripts/genCommitLog
blob: 2a258add430166132f146e47468595c88aa3dd5e (plain) (tree)
1
2
3
4
5
6
7






                                                                     
#! /bin/sh

set -e

. packageinfo.sh
bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
mv CommitLog.new CommitLog