diff options
author | Ben Armstrong <synrg@debian.org> | 2010-11-27 18:48:13 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-11-29 19:15:12 +0100 |
commit | e453296201292a9487ca65eb4fe222890580d977 (patch) | |
tree | 0cc74ffb591b16286bf88c0909e18df822c26f3f /examples | |
parent | 886c51b83be30e829671e01d6345ffb0d952e1bf (diff) | |
download | vyos-live-build-e453296201292a9487ca65eb4fe222890580d977.tar.gz vyos-live-build-e453296201292a9487ca65eb4fe222890580d977.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" \ + "${@}" |