Updated Branches: refs/heads/master 8e538807f -> ec4eea37d
kxepal reports that we no longer manually set this value, so no need to check it Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/ec4eea37 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/ec4eea37 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/ec4eea37 Branch: refs/heads/master Commit: ec4eea37dec81f707f72ae75588487c68595fe1e Parents: 8e53880 Author: Jan Lehnardt <[email protected]> Authored: Tue Oct 8 13:30:27 2013 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Tue Oct 8 13:30:27 2013 +0200 ---------------------------------------------------------------------- release/build_candidate.sh | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/ec4eea37/release/build_candidate.sh ---------------------------------------------------------------------- diff --git a/release/build_candidate.sh b/release/build_candidate.sh index cab3a8d..138007a 100755 --- a/release/build_candidate.sh +++ b/release/build_candidate.sh @@ -135,10 +135,6 @@ check-files: check-diff grep "build" acinclude.m4; test "\$\$?" -eq 1 cd \$(TMP_DIR)/\$(PACKAGE) && \ grep `date +%Y` NOTICE - cd \$(TMP_DIR)/\$(PACKAGE) && \ - if test -f share/doc/src/conf.py; then \ - grep `date +%Y` share/doc/src/conf.py; \ - fi check-diff: check-file-size cd \$(GIT_DIR) && git archive \
