]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Stop generating doc/CHANGES 530/head
authorTom Yu <tlyu@mit.edu>
Wed, 31 Aug 2016 17:40:22 +0000 (13:40 -0400)
committerTom Yu <tlyu@mit.edu>
Fri, 9 Sep 2016 17:00:39 +0000 (13:00 -0400)
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

index 6223cf1317a09c518afb56286508f5b1fb6ddd8d..d962a642e77aba1c100abab240c8647cf97b61e7 100755 (executable)
@@ -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 && \