Release v3.02

This release enables the build-all option which will generate all content
for a mix; this means: chroots, all update content (manifests, packs, etc),
and auto-increments the mixversion number so it can be run consecutively
without any user intervention between mixes.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2017-03-03 14:12:50 -08:00
parent ad408edaef
commit 78460c05c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PROJECT_ROOT := src/
VERSION = 3.01
VERSION = 3.02
.DEFAULT_GOAL := all
+1 -1
View File
@@ -33,7 +33,7 @@ func SetupBuilder(conf string, config interface{}) {
}
func main() {
fmt.Println("Mixer 3.01")
fmt.Println("Mixer 3.02")
os.Setenv("LD_PRELOAD", "/usr/lib64/nosync/nosync.so")
addcmd := flag.NewFlagSet("add-rpms", flag.ExitOnError)