diff options
author | dancer <dancer> | 2006-05-24 09:02:25 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-05-24 09:02:25 +0000 |
commit | 9b44a68736399dd78eb9c04d3aba96f80ca70ac3 (patch) | |
tree | f74a35c27333695311508d6b8f954d13d1a4ce88 /pbuilder-modules | |
parent | b7c56c52272f7fd1d26efd5c8c8773307c8837c4 (diff) | |
download | pbuilder-9b44a68736399dd78eb9c04d3aba96f80ca70ac3.tar pbuilder-9b44a68736399dd78eb9c04d3aba96f80ca70ac3.tar.gz |
initial cowbuilder support in pdebuild
pbuilder supports pdebuild/cowbuilder
login/execute/update/create etc. can also be --login/--execute/--update/--create etc.
to cater for cowbuilder
documentation updates / XML typesetting fixes.
manpage fixes / spellchecking
generally what I did while I was on plane trip from Debconf Mexico to Japan.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 2f864cd..16fb4ce 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -27,10 +27,10 @@ pbuilder [operation] [pbuilder-options] pdebuild [pdebuild-options] -- [pbuilder-options] command lines: -pbuilder create [--basetgz base.tgz-path] [--distribution potato|woody|sarge|etch|sid|experimental] +pbuilder create [--basetgz base.tgz-path] [--distribution sarge|etch|sid|experimental] Creates a base.tgz -pbuilder update [--basetgz base.tgz-path] [--distribution potato|woody|sarge|etch|sid|experimental] +pbuilder update [--basetgz base.tgz-path] [--distribution sarge|etch|sid|experimental] Updates a base.tgz pbuilder build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc @@ -40,7 +40,7 @@ pbuilder clean Cleans the temporal build directory. pbuilder login -pbuilder execute [command] +pbuilder execute -- [command] [command-options] Logs in to the build environment and execute command. pbuilder dumpconfig @@ -52,7 +52,7 @@ pbuilder-options: --mirror [mirror location] --othermirror [other mirror location in apt deb-line format, delimited with | signs] --http-proxy [proxy] - --distribution [distribution(potato|woody|sarge|sid|etch|experimental)] + --distribution [distribution(sarge|sid|etch|experimental)] --buildresult [location-to-copy-build-result] --aptcache [location of retrieved package files] --removepackages [packages-to-remove on pbuilder create] |