KIWI - Appliance Builder Next Generation EL8 fork
Go to file
Thomas Schraitle 3a225a92f4 Add requirements section in Quick Start
* Describe what KIWI needs to run, further requirements, and for development
* Introduce 'ghkiwi' as prefix in "extlinks" to shorten external links and
  to make linking to KIWI's GitHub repository more intuitive and consistent.
  For example, the string :ghkiwi:`tox.ini` is replaced with
  https://github.com/SUSE/kiwi/blob/master/tox.ini
2016-05-05 13:19:25 +02:00
.github First draft of issue#43 2016-03-10 13:33:50 +01:00
doc Add requirements section in Quick Start 2016-05-05 13:19:25 +02:00
helper Fixed completion generator 2016-04-28 11:36:06 +02:00
kiwi Bump version: 8.14.1 → 8.14.2 2016-05-04 11:47:50 +02:00
package Added python3-xattr dependency 2016-05-02 11:18:28 +02:00
test Move creation of mountpoint dir to setup method 2016-05-04 11:33:57 +02:00
tools Make kiwicompat understand --version | -v option 2016-04-26 09:20:42 +02:00
.bumpversion.cfg Bump version: 8.14.1 → 8.14.2 2016-05-04 11:47:50 +02:00
.fuzzy Consolidate use of Makefiles for locale setup 2015-12-17 15:41:56 +01:00
.gitattributes Set ident export-subst git attribute on version.py 2016-04-21 16:21:00 +02:00
.gitignore Ignore backup files 2016-02-21 14:38:57 +01:00
.landscape.yml Added landscap config file 2015-12-05 21:04:53 +01:00
.locale Consolidate use of Makefiles for locale setup 2015-12-17 15:41:56 +01:00
.travis.requirements.txt Use tox target for travis-sphinx 2016-04-18 17:47:38 +02:00
.travis.yml Make sure enchant library is present for travis 2016-04-18 18:29:49 +02:00
.virtualenv.dev-requirements.txt Update api documentation setup 2016-04-08 16:10:15 +02:00
.virtualenv.requirements.txt Added python3-xattr dependency 2016-05-02 11:18:28 +02:00
LICENSE Fix #5: Improve setup.py 2015-12-14 22:32:25 +01:00
Makefile Set ident export-subst git attribute on version.py 2016-04-21 16:21:00 +02:00
MANIFEST.in Refactor data subpackage 2016-03-17 10:42:08 +01:00
README.rst md -> rst, radically shortend README 2016-04-21 08:48:33 +02:00
setup.cfg Tox setup updates 2016-02-24 10:24:08 +01:00
setup.py Added python3-xattr dependency 2016-05-02 11:18:28 +02:00
tox.ini Try with latest version of travis-sphinx 2016-04-18 20:30:06 +02:00

KIWI—Next Generation
====================

.. |Build Status| image:: https://travis-ci.org/SUSE/kiwi.svg?branch=master
   :target: https://travis-ci.org/SUSE/kiwi
.. |Health| image:: https://landscape.io/github/SUSE/kiwi/master/landscape.svg?style=flat
   :target: https://landscape.io/github/SUSE/kiwi/master
.. |Doc| replace:: `Documentation <https://suse.github.io/kiwi>`__

|Build Status| |Health|

.. topic:: Abstract

    KIWI, the OS image and appliance builder.


* `Installation <https://suse.github.io/kiwi/quickstart.html#installation>`__

* `Contributing <https://suse.github.io/kiwi/quickstart.html#contributing>`__

* |Doc|