diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-20 18:43:23 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-20 18:43:23 -0700 |
commit | 00b78e597b6e3aa1fd65ffdd7ea1ff2a2ac019d5 (patch) | |
tree | fcb84cdd6185730b49f58621ed751dae9e790d51 /mkcl | |
parent | 64e83f470a7076b63bd9b76c7b6bb516cbe9bb92 (diff) | |
download | vyatta-op-00b78e597b6e3aa1fd65ffdd7ea1ff2a2ac019d5.tar.gz vyatta-op-00b78e597b6e3aa1fd65ffdd7ea1ff2a2ac019d5.zip |
merge ChangeLog generation, repo info and autoreconf into
debian/autogen.sh that is in turn run from debian/rules
Diffstat (limited to 'mkcl')
-rwxr-xr-x | mkcl | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -#!/bin/bash - -# generate GNU/Debian format ChangeLog from git log - -if type -t git2cl &>/dev/null ; then - git-log --pretty --numstat --summary | git2cl > ChangeLog -else - git-log --pretty=short > ChangeLog -fi |