Adding example auto scripts.
This commit is contained in:
parent
886c51b83b
commit
e453296201
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ SHELL := sh -e
|
||||||
|
|
||||||
LANGUAGES = de
|
LANGUAGES = de
|
||||||
|
|
||||||
SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/*
|
SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
|
||||||
|
|
||||||
all: test build
|
all: test build
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
lb build noauto "${@}" 2>&1 | tee binary.log
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
lb clean noauto "${@}"
|
||||||
|
rm -f config/binary config/bootstrap config/chroot config/common config/source
|
||||||
|
rm -f binary.log
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
lb config noauto \
|
||||||
|
--packages-lists "standard" \
|
||||||
|
"${@}"
|
Loading…
Reference in New Issue