[SCM] live-build branch, debian-next, updated. debian/3.0_a49-1-1-g67167af

Daniel Baumann daniel at debian.org
Mon Jun 4 19:40:44 UTC 2012


The following commit has been merged in the debian-next branch:
commit 67167af1daf8753c9684ea108e6599b4c2224943
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jun 4 21:40:39 2012 +0200

    Updating auto example scripts.

diff --git a/examples/auto/build b/examples/auto/build
index 34956c1..6d559e8 100755
--- a/examples/auto/build
+++ b/examples/auto/build
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-lb build noauto "${@}" 2>&1 | tee binary.log
+lb build noauto "${@}" 2>&1 | tee build.log
diff --git a/examples/auto/clean b/examples/auto/clean
index 436f52d..3e24032 100755
--- a/examples/auto/clean
+++ b/examples/auto/clean
@@ -1,5 +1,6 @@
 #!/bin/sh
 
 lb clean noauto "${@}"
+
 rm -f config/binary config/bootstrap config/chroot config/common config/source
-rm -f binary.log
+rm -f build.log

-- 
live-build



More information about the debian-live-changes mailing list