mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 05:01:28 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
PROJECT_ROOT := src/
|
||||
VERSION = 3.01
|
||||
VERSION = 3.02
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user