krbcontext / python-krbcontext

A Kerberos context manager
https://krbcontext.github.io/
GNU General Public License v3.0
25 stars 10 forks source link

Fix and enhance maintanence scripts #15

Closed tkdchen closed 7 years ago

tkdchen commented 7 years ago

Add new script publish-doc.sh. It requires to build documentation with `make doc' in advance. Built documentation is not gathered into release directory in make_release.sh.

Fix script publish-packages.sh, add missing SPEC file.

Each time to make a release, delete whole release directory.

Be able to publish packages and documentation from Makefile.

Signed-off-by: Chenxiong Qi qcxhome@gmail.com

codecov-io commented 7 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #15   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         109    109           
=====================================
  Hits          109    109

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e61a591...d81e952. Read the comment docs.