krb5 commit: Update CHANGES file generation for Git

Tom Yu tlyu at MIT.EDU
Mon May 14 19:18:33 EDT 2012


https://github.com/krb5/krb5/commit/6d204bc466e2038bacf3e2e3a4b4f5bdc56e6b5e
commit 6d204bc466e2038bacf3e2e3a4b4f5bdc56e6b5e
Author: Tom Yu <tlyu at mit.edu>
Date:   Mon May 14 19:14:54 2012 -0400

    Update CHANGES file generation for Git
    
    Use the correct git log invocation for generating the CHANGES file.

 src/util/mkrel |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/mkrel b/src/util/mkrel
index 0725963..0f69eff 100755
--- a/src/util/mkrel
+++ b/src/util/mkrel
@@ -137,7 +137,7 @@ if test $newstyle = t; then
 #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 $repository/$reltag > doc/CHANGES)
+		(cd $reldir && git log --stat $reltag > doc/CHANGES)
 	fi
 else
 


More information about the cvs-krb5 mailing list