[27364] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix typo

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Dec 10 13:16:13 2012

Date: Mon, 10 Dec 2012 13:15:48 -0500
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201212101815.qBAIFmKj017245@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/db26cd1b6f422c20c062385e0daeb8c95137428d
commit db26cd1b6f422c20c062385e0daeb8c95137428d
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Wed Nov 28 19:15:05 2012 -0500

    Fix typo
    
    We do not have any files with extension "rxt".
    
    ticket: 7471 (new)
    title: typo in exclude_patterns for notice build
    tags: pullup
    target_version: 1.11

 doc/conf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 1fb48ad..53898ae 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -252,7 +252,7 @@ rst_epilog = '\n'
 if 'notice' in tags:
     exclude_patterns = [ 'admin', 'appdev', 'basic', 'build',
                          'plugindev', 'user' ]
-    exclude_patterns += [ 'about.rst', 'build_this.rxt', 'index.rst',
+    exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst',
                           'mitK5*.rst', 'resources.rst' ]
     rst_epilog += '.. |copy| replace:: \(C\)'
 else:
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post