perform git2cl on local project only

This commit is contained in:
Frank Morgner
2014-11-11 09:35:29 +01:00
parent 4dd19dd484
commit 8c7718401e
5 changed files with 5 additions and 5 deletions

View File

@@ -8,5 +8,5 @@ distcheck-hook:
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d ../.git && \ test -d ../.git && \
git2cl > ChangeLog \ git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true || true

View File

@@ -5,5 +5,5 @@ distcheck-hook:
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d ../.git && \ test -d ../.git && \
git2cl > ChangeLog \ git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true || true

View File

@@ -41,5 +41,5 @@ distcheck-hook:
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d ../.git && \ test -d ../.git && \
git2cl > ChangeLog \ git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true || true

View File

@@ -8,5 +8,5 @@ distcheck-hook:
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d ../.git && \ test -d ../.git && \
git2cl > ChangeLog \ git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true || true

View File

@@ -8,5 +8,5 @@ distcheck-hook:
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \ svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true || true
test -d ../.git && \ test -d ../.git && \
git2cl > ChangeLog \ git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true || true