Adding example auto scripts.

This commit is contained in:
Ben Armstrong 2010-11-27 18:48:13 -04:00 committed by Daniel Baumann
parent 32590cfdc7
commit aa456e33b5
4 changed files with 14 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = de
SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/*
SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
all: test build

3
examples/auto/build Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
lb build noauto "${@}" 2>&1 | tee binary.log

5
examples/auto/clean Executable file
View File

@ -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

5
examples/auto/config Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
lb config noauto \
--packages-lists "standard" \
"${@}"