build: add the fsp-debug build command.
This commit is contained in:
parent
1118d2ffc5
commit
390a8b1b01
1 changed files with 7 additions and 2 deletions
9
Justfile
9
Justfile
|
|
@ -90,6 +90,11 @@ fsp: build
|
||||||
fsp-complain: build
|
fsp-complain: build
|
||||||
@./{{build}}/prebuild --complain --full
|
@./{{build}}/prebuild --complain --full
|
||||||
|
|
||||||
|
[group('build')]
|
||||||
|
[doc('Prebuild the profiles in FSP mode (debug)')]
|
||||||
|
fsp-debug: build
|
||||||
|
@./{{build}}/prebuild --complain --full --debug
|
||||||
|
|
||||||
[group('build')]
|
[group('build')]
|
||||||
[doc('Install prebuild profiles')]
|
[doc('Install prebuild profiles')]
|
||||||
install:
|
install:
|
||||||
|
|
@ -312,13 +317,13 @@ integration dist flavor:
|
||||||
@bats --recursive --timing --print-output-on-failure Projects/integration/
|
@bats --recursive --timing --print-output-on-failure Projects/integration/
|
||||||
|
|
||||||
|
|
||||||
[group('internal')]
|
[private]
|
||||||
get_ip dist flavor:
|
get_ip dist flavor:
|
||||||
@virsh --quiet --readonly {{c}} domifaddr {{prefix}}{{dist}}-{{flavor}} | \
|
@virsh --quiet --readonly {{c}} domifaddr {{prefix}}{{dist}}-{{flavor}} | \
|
||||||
head -1 | \
|
head -1 | \
|
||||||
grep -E -o '([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}'
|
grep -E -o '([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}'
|
||||||
|
|
||||||
[group('internal')]
|
[private]
|
||||||
get_osinfo dist:
|
get_osinfo dist:
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
osinfo = {
|
osinfo = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue