diff options
author | dancer <dancer> | 2003-12-15 23:23:29 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-12-15 23:23:29 +0000 |
commit | 091894173cb71295ebd3464d8ade56974266f57b (patch) | |
tree | 9f8ab479211f8d2f781df6eb53d5e38f101328e3 /ChangeLog | |
parent | 3fdded3fc5eb40db58398662f60969aa7d450ee2 (diff) | |
download | pbuilder-091894173cb71295ebd3464d8ade56974266f57b.tar pbuilder-091894173cb71295ebd3464d8ade56974266f57b.tar.gz |
pbuilder execute with command-line options support.
Documentation, and mass-install script.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2003-12-16 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: Document execute_installtest.sh + + * examples/execute_installtest.sh: Install testing script. Calls apt. + + * testsuite/run-test.sh (PBUILDER_UML): add regression test on execute script. + + * pbuilder-user-mode-linux.1: update manual page on + passing on of the command-line on 'execute'. + + * pbuilder.8: update manual page on passing on of the + command-line on 'execute' + + * pbuilder-user-mode-linux (UML_EXECUTE_EXTRAOPT): added new option + for appending parameters to the end of the pbuilder-command-line. + + * examples/execute_paramtest.sh: sample execute script; + to give what is given as a parameter. + + * pbuilder-user-mode-linux: || true on unset. + + * pbuilder: Accept command-line options for 'execute' command + 2003-12-15 Junichi Uekawa <dancer@debian.org> * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): document problem with /dev/null |