PTU5KAS/kas
Jan Kiszka 2a618686f1 Switch to separate config file version
Use a separately incremented integer to track the configuration file
format version. We start with 2 due to the change that 23c3a951f6
introduced. 1 is declared to be equivalent to the original '0.10'.

The separate versioning has the advantage of being able to increment it
already during the development cycle, and using it with config files
that test/exploit the new format.

Using an integer has the advantages of a) differentiating it clearly
from the now independent kas version and b) simplifying the version
parsing. We can now also remove the string type restriction.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2017-07-20 15:31:23 +02:00
..
__init__.py Switch to separate config file version 2017-07-20 15:31:23 +02:00
__main__.py run pylint3 and fixed report 2017-06-21 17:30:51 +02:00
__version__.py Switch to separate config file version 2017-07-20 15:31:23 +02:00
build.py Fix overwriting of target via command line with static configs 2017-07-08 22:08:47 +02:00
config.py config: ConfigStatic should only try to fetch missing known repos 2017-07-12 10:22:15 +02:00
includehandler.py Switch to separate config file version 2017-07-20 15:31:23 +02:00
kas.py Ignore SIGINT/TERM at kas level, let sub-processes handle it 2017-07-06 09:05:52 +02:00
libcmds.py libkas: Rework repo_fetch to parallelized repos_fetch 2017-06-28 14:51:29 +02:00
libkas.py libkas: Fix false positive of pylint 2017-07-07 16:57:21 +02:00
repos.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
shell.py Added and fixed documentation for kas command line 2017-06-28 15:12:15 +02:00