Commit Graph

23 Commits

Author SHA1 Message Date
Marcus Schäfer
5dacaad9cb
Adapt schema generator to rtd doc schema 2016-12-06 18:55:37 +01:00
Marcus Schäfer
aae06d011a
Prevent any type from attribute recursion
The schema parser to create the documentation run into
an endless recursion for the new k.any type. As any could
be anything there is not much do document for this type.
Thus it is now skipped from the traversal
2016-12-05 11:43:20 +01:00
Marcus Schäfer
f26a62ded9 Merge pull request #158 from SUSE/nitpicking_schema_parser
Modified few code lines to match landscape's quality standards
2016-10-07 15:51:00 +02:00
Marcus Schäfer
43114aa9ea Fix attributes_not_used helper script
The script is used to check which parts of the XML schema
are not used by the new (kiwi v8) version. The information
is helpful to find missing or obsolete attribute handling
in v8 vs. v7
2016-10-07 11:46:46 +02:00
David Cassany
57c0e12d17 Modified few code lines to match landscape's quality standards 2016-10-06 16:24:46 +02:00
Marcus Schäfer
2f7a957b7a Schema docs generation helper
A simple script to parse the RelaxNG schema that grabs relevant
information in order to produce autogenerated documentation from
the schema inline comments.
2016-09-12 16:31:48 +02:00
Marcus Schäfer
62b21ce449
Fixed changelog generator 2016-07-18 12:12:30 +02:00
Marcus Schäfer
75458c9e12
Fixed completion generator
In addition cleanup the main docopt definition
2016-05-26 00:33:13 +02:00
Marcus Schäfer
22bd4e4dcb
Fixed completion generator
complete for kiwi and kiwi-ng
2016-04-28 11:36:06 +02:00
Marcus Schäfer
7de75965ea
Move program name from kiwi-py3 to kiwi-ng 2016-04-19 11:02:43 +02:00
Marcus Schäfer
349d1a3387
Fixed completion generator
Some global options were missing
2016-03-09 12:16:04 +01:00
Marcus Schäfer
8fc71a4e34
Fixed completion generator
The generated completion code was confused by the -py3 in the
program name if used with kiwi-py3
2016-03-08 16:40:06 +01:00
Marcus Schäfer
1ab40fa33a
Continue Refactor into subpackage
Move task classes into tasks namespace
2016-03-08 16:21:00 +01:00
Marcus Schäfer
3c3ad79cfd
Sort output from helper/kiwi-boot-packages 2016-03-03 11:20:15 +01:00
Marcus Schäfer
9c2b77e0b5
Fixed helper/kiwi-boot-packages
Take care for packages marked for a specific architecture
2016-02-24 12:09:09 +01:00
Marcus Schäfer
066ad4d8de
Delete unused helper/run-pep8 2016-02-24 11:49:31 +01:00
Thomas Schraitle
4929c206aa Replace helper/coverage-check with coverage
Use --fail-under=99 option which fails for tests under 100%
2016-02-24 11:11:34 +01:00
Marcus Schäfer
bd0449bc49 Tox setup updates
Integrate with Makefile, delete pep8 target from Makefile,
use flake8, update travis script, delete coverage reference,
we want 100% anywhere
2016-02-24 10:24:08 +01:00
Marcus Schäfer
13743b7ff5
Port helper tools to python3
Also fixes completion to correctly parse the toplevel --compat option
2016-02-18 11:40:51 +01:00
Marcus Schäfer
40e6308aa9 Port application from python 2.7 to 3.4
For new applications like this kiwi version and its use cases
it is better to base it on a more recent python version
2016-02-17 22:38:38 +01:00
Marcus Schäfer
474262413f
Added kiwi-boot-requires buildservice meta package 2016-02-12 21:17:06 +01:00
Marcus Schäfer
8ce43af5b4 Prepare for package building 2016-02-02 23:26:17 +01:00
Marcus Schäfer
09daca60c0
KIWI - appliance builder next generation
a rewrite of the current kiwi from https://github.com/openSUSE/kiwi
2015-12-05 16:17:10 +01:00