Updating auto example scripts.
This commit is contained in:
parent
6e10198b6a
commit
67167af1da
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
lb build noauto "${@}" 2>&1 | tee binary.log
|
lb build noauto "${@}" 2>&1 | tee build.log
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
lb clean noauto "${@}"
|
lb clean noauto "${@}"
|
||||||
|
|
||||||
rm -f config/binary config/bootstrap config/chroot config/common config/source
|
rm -f config/binary config/bootstrap config/chroot config/common config/source
|
||||||
rm -f binary.log
|
rm -f build.log
|
||||||
|
|
Loading…
Reference in New Issue