George T Kramer 4afdbd6c8e Filter yum output for parsing with yum plugins
Dependeing if plugins are enabled when yum is directed to honor plugin
usage, the output from yum list changes, and has the potential to break
the creation of the versions file.  Suppressing this additional plugin
output by operating yum in quiet mode avoids this risk.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2018-02-01 11:19:01 -08:00
2016-03-22 13:36:15 -07:00
2018-01-17 13:53:49 -08:00
2016-03-22 13:36:15 -07:00
2016-03-22 13:36:15 -07:00
2018-01-04 10:15:43 -08:00

Building this Project
=====================
For help using automake see
http://www.gnu.org/software/automake/manual/html_node/index.html

Configure:
    aclocal
    autoconf
    automake --add-missing
    # Defaults to /usr/local or specific --prefix=/usr
    # to overwrite the installed version
    ./configure

Build:
    make

Install:
    make -n install
    sudo make install

Configuration File
==================
Please update the configuration file paths to point to where your
bundle-chroot-builder and clr-bundles directories are on the system.

The builder configuration file can be found in:
	/usr/share/defaults/bundle-chroot-builder/
By default, the builder will use the config in here, but can be overridden by
one placed in /etc/bundle-chroot-builder/, or specified with -c/--config.

Running The Builder
===================
To build version 10 chroots:
	./bundle-chroot-builder.py 10

To build version 10 chroots using a custom configuration file
	./bundle-chroot-builder -c /path/to/builder.conf 10
S
Description
No description provided
Readme 152 KiB
Languages
Python 97.8%
M4 1.3%
Makefile 0.9%