|
|
@ -8,53 +8,55 @@ sde-list - produce lists needed by other commands |
|
|
|
|
|
|
|
SYNOPSIS |
|
|
|
-------- |
|
|
|
'sde list' [DISCRIMINATOR] [OPTIONS] [ITEMS...] |
|
|
|
*sde list* ['DISCRIMINATOR'] ['OPTIONS'] ['ITEMS'] |
|
|
|
|
|
|
|
DISCRIMINATORS |
|
|
|
-------------- |
|
|
|
|
|
|
|
package, pkg:: |
|
|
|
*package, pkg*:: |
|
|
|
packages |
|
|
|
|
|
|
|
download:: |
|
|
|
*download*:: |
|
|
|
downloadable files of a list of packages, or all |
|
|
|
if no package is given |
|
|
|
|
|
|
|
OPTIONS FOR PACKAGES |
|
|
|
-------------------- |
|
|
|
|
|
|
|
-a, --arch:: |
|
|
|
*-a, --arch*:: |
|
|
|
list the packages available for the specified architecture, ignoring |
|
|
|
the given items and other options. |
|
|
|
|
|
|
|
-c, --cfg:: |
|
|
|
*-c, --cfg*:: |
|
|
|
use an specified config to see the active packages, instead of all of them. |
|
|
|
|
|
|
|
-r, --repositories:: |
|
|
|
*-r, --repositories*:: |
|
|
|
the given list is a list of repositories, not packages. |
|
|
|
|
|
|
|
-e, --extenders:: |
|
|
|
*-e, --extenders*:: |
|
|
|
include the packages which extend the given items. |
|
|
|
|
|
|
|
OPTIONS FOR DOWNLOAD |
|
|
|
-------------------- |
|
|
|
|
|
|
|
-c, --cfg:: |
|
|
|
*-c, --cfg*:: |
|
|
|
list the download files needed for a given config. |
|
|
|
|
|
|
|
-r, --repositories:: |
|
|
|
*-r, --repositories*:: |
|
|
|
the given list is a list of repositories, not packages. |
|
|
|
|
|
|
|
-e, --extenders:: |
|
|
|
*-e, --extenders*:: |
|
|
|
include the download files of the active extenders on the |
|
|
|
specified config. |
|
|
|
|
|
|
|
-p,--package:: |
|
|
|
*-p,--package*:: |
|
|
|
include the package name when listing |
|
|
|
|
|
|
|
-k, --checksum:: |
|
|
|
*-k, --checksum*:: |
|
|
|
include the checksum value when listing. |
|
|
|
|
|
|
|
-l, --location:: |
|
|
|
*-l, --location*:: |
|
|
|
include the download location when listing. |
|
|
|
|
|
|
|
AUTHOR |
|
|
|
------ |
|
|
|
Written by Minto van der Sluis (misl). |
|
|
|
|
|
|
|
REPORTING BUGS |
|
|
|
-------------- |
|
|
|
Report bugs to <list@opensde.org>. |
|
|
|
|
|
|
|
COPYRIGHT |
|
|
|
--------- |
|
|
|
Copyright (C) 2007 The OpenSDE project. |
|
|
|
This is free software; see the source for copying conditions. There is |
|
|
|
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR |
|
|
|
PURPOSE. |