From 03100c8ad82aa716bdd56691102a4f91586a517f Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 16 Apr 2007 07:50:28 +0900 Subject: B92test-pkg clarification --- ChangeLog | 2 ++ examples/B92test-pkg | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e64487..921ed3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-04-16 Junichi Uekawa + * examples/B92test-pkg: change comment to clarify. + * pdebuild.1: documentation update: note --debbuildopts and --debootstrapopts have different ways of specifying multiple options. This probably needs really fixing, but that will happen sometime later. diff --git a/examples/B92test-pkg b/examples/B92test-pkg index 926d46a..5a2aba4 100644 --- a/examples/B92test-pkg +++ b/examples/B92test-pkg @@ -1,8 +1,10 @@ #!/bin/bash # example file to be used with --hookdir # -# run tests -# 2005 Junichi Uekawa +# run tests. Current directory is top of source-code. +# +# 2005, 2007 Junichi Uekawa +# set -e echo "Installing the prerequisites" @@ -20,7 +22,7 @@ COUNT=0 unset FAIL || true NOFAIL=1 -# make current directory a better place to live. +# The current directory is the top of the source-tree. cd /tmp/buildd/*/debian/.. for SCRIPT in $(run-parts --test /tmp/buildd/*/debian/pbuilder-test) ; do -- cgit v1.2.3