[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.7-1-3-geacf474

Ben Armstrong synrg at debian.org
Sat Nov 27 22:48:40 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit eacf4744b2e8e5344edb3210fcf2ee144198c3ad
Author: Ben Armstrong <synrg at debian.org>
Date:   Sat Nov 27 18:48:13 2010 -0400

    Adding example auto scripts.

diff --git a/Makefile b/Makefile
index aeb8318..39807b8 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
diff --git a/examples/auto/build b/examples/auto/build
new file mode 100755
index 0000000..34956c1
--- /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 0000000..436f52d
--- /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 0000000..e67a471
--- /dev/null
+++ b/examples/auto/config
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+lb config noauto \
+	--packages-lists "standard" \
+	"${@}"

-- 
live-build



More information about the debian-live-changes mailing list