fixed location of .git
This commit is contained in:
@@ -7,6 +7,6 @@ distcheck-hook:
|
|||||||
test -d .svn && \
|
test -d .svn && \
|
||||||
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 \
|
git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ distcheck-hook:
|
|||||||
test -d .svn && \
|
test -d .svn && \
|
||||||
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 \
|
git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ distcheck-hook:
|
|||||||
test -d .svn && \
|
test -d .svn && \
|
||||||
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 \
|
git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ distcheck-hook:
|
|||||||
test -d .svn && \
|
test -d .svn && \
|
||||||
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 \
|
git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ distcheck-hook:
|
|||||||
test -d .svn && \
|
test -d .svn && \
|
||||||
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 \
|
git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
Reference in New Issue
Block a user