diff options
author | Ben Armstrong <synrg@debian.org> | 2010-11-27 18:48:13 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:29 +0100 |
commit | c5ed3375b5528ddf3811154fadb13fbe074cd6d6 (patch) | |
tree | 79ed9d338f3fc28551f6177f43a10fb4630b347a /examples | |
parent | c588c0fcbedde2ba43b41480bb16b8d3ed488b78 (diff) | |
download | vyos-live-build-c5ed3375b5528ddf3811154fadb13fbe074cd6d6.tar.gz vyos-live-build-c5ed3375b5528ddf3811154fadb13fbe074cd6d6.zip |
Adding example auto scripts.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/auto/build | 3 | ||||
-rwxr-xr-x | examples/auto/clean | 5 | ||||
-rwxr-xr-x | examples/auto/config | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/examples/auto/build b/examples/auto/build new file mode 100755 index 000000000..34956c13d --- /dev/null +++ b/examples/auto/build @@ -0,0 +1,3 @@ +#!/bin/sh + +lb build noauto "${@}" 2>&1 | tee binary.log diff --git a/examples/auto/clean b/examples/auto/clean new file mode 100755 index 000000000..436f52d9d --- /dev/null +++ b/examples/auto/clean @@ -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 diff --git a/examples/auto/config b/examples/auto/config new file mode 100755 index 000000000..e67a471c7 --- /dev/null +++ b/examples/auto/config @@ -0,0 +1,5 @@ +#!/bin/sh + +lb config noauto \ + --packages-lists "standard" \ + "${@}" |