krb5 commit: Stop generating doc/CHANGES
Tom Yu
tlyu at mit.edu
Fri Sep 9 13:50:24 EDT 2016
https://github.com/krb5/krb5/commit/9c18f6c93b602ec69ca2640e27ab2ccbb7f45a3c
commit 9c18f6c93b602ec69ca2640e27ab2ccbb7f45a3c
Author: Tom Yu <tlyu at mit.edu>
Date: Wed Aug 31 13:40:22 2016 -0400
Stop generating doc/CHANGES
Shipping a 10MB+ doc/CHANGES file in the release tarball doesn't make
much sense in a modern context where historical information is readily
available in a distributed version control system.
ticket: 8488 (new)
src/util/mkrel | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/util/mkrel b/src/util/mkrel
index 6223cf1..d962a64 100755
--- a/src/util/mkrel
+++ b/src/util/mkrel
@@ -136,9 +136,6 @@ if test $newstyle = t; then
sed -e '/#[a-z ]*KRB5_RELDATE/c\
#define KRB5_RELDATE "'"$reldate"'"' patchlevel.h > patchlevel.h.new && \
mv patchlevel.h.new patchlevel.h)
- if test $checkout = t; then
- (cd $reldir && git log --stat $reltag > doc/CHANGES)
- fi
else
(cd $reldir/src/lib/krb5/krb && \
More information about the cvs-krb5
mailing list