Updated Branches: refs/heads/master c0e771683 -> 2b8539dbb
Removed checks, to include in release procedure Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b8539db Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2b8539db Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2b8539db Branch: refs/heads/master Commit: 2b8539dbb73f390d740deb93fa9b056be519f3b0 Parents: c0e7716 Author: Noah Slater <[email protected]> Authored: Sun Mar 3 20:55:14 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Sun Mar 3 20:55:14 2013 +0000 ---------------------------------------------------------------------- Makefile.am | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2b8539db/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 3beca4c..09a07ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,9 +158,6 @@ distcheck-hook: $(MAKE) -C bin distcheck-hook $(MAKE) -C src/couchdb/priv distcheck-hook $(MAKE) -C share/doc/build distcheck-hook - grep "not released" NEWS CHANGES; test "$$?" -eq 1 - grep "build" acinclude.m4.in; test "$$?" -eq 1 - grep "%revision%" acinclude.m4.in; test "$$?" -eq 1 grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \ | grep --include= -vEf license.skip; \ test "$$?" -eq 1
