16 Commits
Author SHA1 Message Date
Tudor Marcu 05f08e2bab Release v1.04
This release applies fixes to sanitize input read from the builder.conf and cmd
line, adds cmd line options to the init-mix.sh script, and forces nosync on
chroot creation.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
v1.04
2016-03-29 22:43:24 -07:00
Tudor Marcu e01a8c4eca Add nosync to building chroots
Yum naturally does a lot of sync() calls for reliability and stability,
but we do not care if chroot building is killed by something as it can be
re-run without problems.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-29 22:40:07 -07:00
Tudor Marcu aef1f61808 Add options to supply config and buildversion
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-29 18:18:02 -07:00
Tudor Marcu 14a8e7c2f4 Properly strip whitepace and read in format value
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-29 17:55:21 -07:00
Tudor Marcu 964725c6b3 Properly strip whitespace on variables
A user could enter FORMAT=4 , in builder.conf, which would get read with a space
and thus create a 'format4 ' directory including the space. This sanitizes the
input so only valid strings are used in the script.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-29 17:53:09 -07:00
Tudor Marcu c456042f80 Release v1.03
This release fixes the help menu and checks /etc for the config file as a
2nd step down from /usr/share/defaults/.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
v1.03
2016-03-29 11:58:58 -07:00
Tudor Marcu 6a01aab979 Check for config in /etc as well
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-25 16:58:43 -07:00
Tudor Marcu 215142e133 Add prefix option to help menu
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-24 16:02:46 -07:00
Tudor Marcu 6f0d9d3d04 Release v1.02
This release includes changes to supply various options to the builder scripts,
allowing for a more configurable mixer setup.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
v1.02
2016-03-24 01:14:35 -07:00
Tudor Marcu e2394792b3 Add option to provide which swupd binaries to use
For testing or custom configurations it may be desirable to use swupd
binaries that are not the system installed ones.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-24 01:13:18 -07:00
Tudor Marcu f98416365b Add options to create-update.sh
To support more configurations, the script now supports passing a specific
builder.conf and format name to use when creating the update content.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-24 00:49:28 -07:00
Tudor Marcu 99c281ba45 Add options to build-chroots.sh
To support more cases and add versatility, the script now supports passing args
to tell which builder.conf should be used. If no options are passed, then it
will read from the one provided in /usr/share/defaults/bundle-chroot-builder/.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-03-24 00:39:04 -07:00
Tudor Marcu 8b83d71322 Release v1.01
This release fixes the makefile to install the init-mix.sh script to auto
generate the starting version.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
v1.01
2016-03-23 15:38:22 -07:00
tmarcu 396b62c906 Merge pull request #1 from phmccarty/install-init-mix
Install the init-mix.sh script
2016-03-22 14:20:55 -07:00
Patrick McCarty 44433d527f Install the init-mix.sh script
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2016-03-22 14:17:10 -07:00
Tudor Marcu 739c08988c Initial code drop.
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
v1.00
2016-03-22 13:16:03 -07:00