X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwanna-build;fp=bin%2Fwanna-build;h=26456b6d540e2e311c6ee6900f3235be12a29717;hb=ac24b12e9b42c8c1b3c4430185a2b696aa7e4f17;hp=a41c7c75084bb2815ca03ccafe6a64183b6de806;hpb=bba2ff69221367576939b8085ae127034cd5dc33;p=wannabuild.git 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; }