Skip to content

Commit

Permalink
v 0.2.4 (2016_01_15) : --mirroronly, logfiles are now sliced if too l…
Browse files Browse the repository at this point in the history
…arge

    o new option : -si/--sourceinfos
    o fixed the way log files are backuped when too large :
      added a constant in the configuration files : [log file]maximal size
      log files are now opened with the "a" mode by the logfile_opening() function

    o added the LOGFILE_SIZE constant
    o added the LOGFILE_DTIMEFORMATSTR constant, used by the backup_logfile() function
    o added a function by refactoring the code : backup_logfile()
    o refactoring the code : added function get_logfile_fullname()
    o fixed create_faked_target.sh and took in account the --configfile option
    o in main_warmup(), 'path' > 'cfg_path'
    o in logfile_opening(), 'fullname' > 'logfile_fullname'
    o improved the documentation in README.md
    o improved messages in various functions

    o updated pylintrc (max-branches=17)

    o 6 tests, pylint=10.0 for the three Python scripts
    o version packaged and sent to Pypi (https://pypi.python.org/pypi/Katal)
  • Loading branch information
suizokukan committed Jan 15, 2016
1 parent ba5d618 commit 363d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katal/katal.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# see https://pypi.python.org/pypi?%3Aaction=list_classifiers
__licensepipy__ = 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
# see https://www.python.org/dev/peps/pep-0440/ e.g 0.1.2.dev1
__version__ = "0.2.4a"
__version__ = "0.2.4"
__maintainer__ = "Xavier Faure (suizokukan)"
__email__ = "suizokukan @T orange D@T fr"
__status__ = "Beta"
Expand Down

0 comments on commit 363d38e

Please sign in to comment.