diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-26 12:38:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:19:23 +0100 |
commit | c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a (patch) | |
tree | 44a6d3a12cd11067aea2a4d43eb9133cc25bad2f /examples/auto | |
parent | 941a47be0ca3061f54a237583092357d1ff80f7c (diff) | |
download | vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.tar.gz vyos-live-build-c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a.zip |
Adding debian version 3.0~a1-1.
Diffstat (limited to 'examples/auto')
-rwxr-xr-x | examples/auto/build | 3 | ||||
-rwxr-xr-x | examples/auto/clean | 5 | ||||
-rwxr-xr-x | examples/auto/config | 5 |
3 files changed, 0 insertions, 13 deletions
diff --git a/examples/auto/build b/examples/auto/build deleted file mode 100755 index 34956c13d..000000000 --- a/examples/auto/build +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -lb build noauto "${@}" 2>&1 | tee binary.log diff --git a/examples/auto/clean b/examples/auto/clean deleted file mode 100755 index 436f52d9d..000000000 --- a/examples/auto/clean +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 deleted file mode 100755 index e67a471c7..000000000 --- a/examples/auto/config +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -lb config noauto \ - --packages-lists "standard" \ - "${@}" |