X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=blobdiff_plain;f=bin%2Fwanna-build;h=26456b6d540e2e311c6ee6900f3235be12a29717;hp=a41c7c75084bb2815ca03ccafe6a64183b6de806;hb=9492c06eb5cbf4a91e4ac38db34e9d7f6bd3dbad;hpb=fcbb4b0746185fe7cf502ae3f2a729fa5d57c7f2 diff --git a/bin/wanna-build b/bin/wanna-build index a41c7c7..26456b6 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -1808,7 +1808,7 @@ Options: --simulate: Do not actually execute the action. (Not yet implemented for all operations. Check the source.) -A arch: Architecture this operation is for. (REQUIRED) - -d dist: Distribution/suite this operation is for. (REQUIRED) + -d dist: Distribution/suite this operation is for. Defaults to unstable. --take: Take package for building [default operation] -f, --failed: Record in database that a build failed due to deficiencies in the package (that aren't fixable without a new @@ -1853,13 +1853,16 @@ Options: automatically choosen --import FILE: Import database from a ASCII file FILE --export FILE: Export database to a ASCII file FILE + --format string, --own-format name: specify how the listing of packages + should look like. Please check the source for details. Own-Format + definitions are in ~/.wanna-build.yaml within the format section. + +There are more options not relevant for normal usage - please check source +if you need them. The remaining arguments (depending on operation) usually start with "name_version", the trailer is ignored. This allows to pass the names of .dsc files, for which file name completion can be used. ---merge-packages and --merge-quinn take Package/quin--diff file names -on the command line or read stdin. --list needs nothing more on the -command line. --info takes source package names (without version). EOF exit 1; }