From 8c7718401e42deb0ec823213a81c201785351842 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 11 Nov 2014 09:35:29 +0100 Subject: [PATCH] perform git2cl on local project only --- ccid/Makefile.am | 2 +- eID_gui/Makefile.am | 2 +- npa/Makefile.am | 2 +- pcsc-relay/Makefile.am | 2 +- virtualsmartcard/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ccid/Makefile.am b/ccid/Makefile.am index 9e5aae3..cf804f3 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -8,5 +8,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/eID_gui/Makefile.am b/eID_gui/Makefile.am index ed86fab..7d684ae 100644 --- a/eID_gui/Makefile.am +++ b/eID_gui/Makefile.am @@ -5,5 +5,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/npa/Makefile.am b/npa/Makefile.am index 4109515..793aae5 100644 --- a/npa/Makefile.am +++ b/npa/Makefile.am @@ -41,5 +41,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/pcsc-relay/Makefile.am b/pcsc-relay/Makefile.am index 9edb360..1da072e 100644 --- a/pcsc-relay/Makefile.am +++ b/pcsc-relay/Makefile.am @@ -8,5 +8,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true diff --git a/virtualsmartcard/Makefile.am b/virtualsmartcard/Makefile.am index 40f9816..daf6964 100644 --- a/virtualsmartcard/Makefile.am +++ b/virtualsmartcard/Makefile.am @@ -8,5 +8,5 @@ distcheck-hook: svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ || true test -d ../.git && \ - git2cl > ChangeLog \ + git log --pretty --numstat --summary . | git2cl > ChangeLog \ || true