actually try to make all the packages also
This commit is contained in:
parent
38a0f70c78
commit
721ee08ad2
|
@ -125,7 +125,7 @@ func findNext() bool {
|
||||||
log.Info("cd", wit.GetFullPath())
|
log.Info("cd", wit.GetFullPath())
|
||||||
os.Chdir(wit.GetFullPath())
|
os.Chdir(wit.GetFullPath())
|
||||||
shell.Exec([]string{"ls", "-l"})
|
shell.Exec([]string{"ls", "-l"})
|
||||||
shell.Exec([]string{"echo", "make", "debian-release-force"})
|
shell.Exec([]string{"make", "debian-release-force"})
|
||||||
}
|
}
|
||||||
okExit("")
|
okExit("")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue