aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordancer <dancer>2003-09-18 21:28:31 +0000
committerdancer <dancer>2003-09-18 21:28:31 +0000
commit91273a8fc9d9af252286a860af7b7e95dacbd9b7 (patch)
tree8070299a21fc1e6b899f0e01582bbfaeb909cfdc /ChangeLog
parent63661df3676c0accda02bbee8f209594c627a7c6 (diff)
downloadpbuilder-91273a8fc9d9af252286a860af7b7e95dacbd9b7.tar
pbuilder-91273a8fc9d9af252286a860af7b7e95dacbd9b7.tar.gz
+ * Makefile (clean): remove testsuite/testimage, it's 1G.
+ (full-check): add new target to run the test program. + + * pbuilder-user-mode-linux (UML_EXITCODE): check for rootstrap.conf in the + current directory. + + * testsuite/run-test.sh (PBUILDER_UML): a test script to run pbuilder-uml and see if it's working. + + * testsuite/rootstrap.conf (interface): testsuite config +
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d26206..29d9ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-09-19 Junichi Uekawa <dancer@debian.org>
+
+ * Makefile (clean): remove testsuite/testimage, it's 1G.
+ (full-check): add new target to run the test program.
+
+ * pbuilder-user-mode-linux (UML_EXITCODE): check for rootstrap.conf in the
+ current directory.
+
+ * testsuite/run-test.sh (PBUILDER_UML): a test script to run pbuilder-uml and see if it's working.
+
+ * testsuite/rootstrap.conf (interface): testsuite config
+
2003-09-05 Junichi Uekawa <dancer@debian.org>
* pbuilder-uml.conf.5: document slirp here also.