summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-07-17 22:32:23 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-07-17 22:32:23 +0000
commit63d6f9e527746ed65d73531534be07ac24ac366a (patch)
tree1fdcca760bec144c61cf5fea013431306d85f8f1
parentmake sunrise-commit avn add the files before generating the ChangeLog (diff)
downloadsunrise-63d6f9e527746ed65d73531534be07ac24ac366a.tar.gz
sunrise-63d6f9e527746ed65d73531534be07ac24ac366a.tar.bz2
sunrise-63d6f9e527746ed65d73531534be07ac24ac366a.zip
make echangelog even work when no vcs is there
svn path=/sunrise/; revision=645
-rwxr-xr-xscripts/echangelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/echangelog b/scripts/echangelog
index 4b4bd8269..9e4cff8ec 100755
--- a/scripts/echangelog
+++ b/scripts/echangelog
@@ -37,8 +37,8 @@ my %vcs = ( cvs => { diff => "cvs -f -U0 diff",
add => "git add",
skip => 0,
entries => "wtf" },
- nov => { diff => "echo M $(ls -tr *.ebuild | tail -n 1)",
- status => "echo M $(ls -tr *.ebuild | tail -n 1)",
+ nov => { diff => "",
+ status => "",
add => "",
skip => 0,
entries => "wtf" }