Updated Branches: refs/heads/master c4cda3e24 -> 8e538807f
changelog.rst is now whatsnew/*.rst Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/8e538807 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/8e538807 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/8e538807 Branch: refs/heads/master Commit: 8e538807f5c7f15257954692316bf33956849192 Parents: c4cda3e Author: Jan Lehnardt <[email protected]> Authored: Tue Oct 8 13:23:19 2013 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Tue Oct 8 13:23:19 2013 +0200 ---------------------------------------------------------------------- release/build_candidate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/8e538807/release/build_candidate.sh ---------------------------------------------------------------------- diff --git a/release/build_candidate.sh b/release/build_candidate.sh index 0e43b99..cab3a8d 100755 --- a/release/build_candidate.sh +++ b/release/build_candidate.sh @@ -130,7 +130,7 @@ check: check-files check-files: check-diff cd \$(TMP_DIR)/\$(PACKAGE) && \ - grep "not released" share/doc/src/changelog.rst; test "\$\$?" -eq 1 + grep "not released" share/doc/src/whatsnew/*.rst; test "\$\$?" -eq 1 cd \$(TMP_DIR)/\$(PACKAGE) && \ grep "build" acinclude.m4; test "\$\$?" -eq 1 cd \$(TMP_DIR)/\$(PACKAGE) && \
