diff options
author | dancer <dancer> | 2003-02-13 08:51:36 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-02-13 08:51:36 +0000 |
commit | 609105c1b19b92a526751f84264c79b87878411d (patch) | |
tree | 4106abfb445510657b0f6a560193339a8b98cf8a /pbuilder-modules | |
parent | 9bbc9cb948a45ca4e58f7988c33d6a69bba0fbb2 (diff) | |
download | pbuilder-609105c1b19b92a526751f84264c79b87878411d.tar pbuilder-609105c1b19b92a526751f84264c79b87878411d.tar.gz |
+2003-02-13 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: document an example script to
+ start up ssh inside pbuilder-uml.
+
+ * pbuilder-checkparams: support execute option.
+
+ * Documentation/pbuilder-doc.xml: document pbuilder-uml more,
+ and execute command.
+
+ * pbuilder-modules: update copyright statement.
+ document "execute"
+
+ * pbuilder-user-mode-linux.1: document "execute" command
+
+ * pbuilder-user-mode-linux: implement execute command.
+
+ * pbuilder.8: document "execute"
+
+ * pbuilder: "execute" command.
+
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index d9007cc..d4d9abc 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -1,7 +1,7 @@ #! /bin/bash # common modules for pbuilder. # pbuilder -- personal Debian package builder -# Copyright (C) 2001,2002 Junichi Uekawa +# Copyright (C) 2001-2003 Junichi Uekawa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ function showhelp () { cat <<EOF pbuilder - a personal builder -Copyright 2001,2002 Junichi Uekawa +Copyright 2001-2003 Junichi Uekawa Distributed under GNU Public License version 2 or later pbuilder [operation] [pbuilder-options] @@ -40,7 +40,8 @@ pbuilder clean Cleans the temporal build directory. pbuilder login - Logs in to the build environment +pbuilder execute [command] + Logs in to the build environment and execute command. pbuilder-options: --basetgz [base.tgz location] |