Skip Menu |
 

Subject: Sphinx doc build leaves python bytecode (.pyc) in release tarball
The clean target in src/doc failed to remove some compiled python bytecode files, when then
escape into the release tarball.
This was fixed on master in 424bed7b2943e0bc32a3feab4c55a4ea056bfa21 but not pulled up
to 1.11.
From: tlyu@mit.edu
Subject: git commit

Clean up python bytecode from doc build

Otherwise they escape into the release tarball.

(cherry picked from commit 424bed7b2943e0bc32a3feab4c55a4ea056bfa21)

https://github.com/krb5/krb5/commit/8a3d375f6b85db6faa223b207d1970cffe85842a
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 8a3d375f6b85db6faa223b207d1970cffe85842a
Branch: krb5-1.11
src/doc/Makefile.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)