snake-tree

Langue: en

Autres versions - même langue

Version: 2008-03-18 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

snake-tree -- Query or modifiy a SNAKE tree database

SYNOPSIS

snake-tree [options] [command] [command-options ...]

DESCRIPTION

The snake-tree utility is used to query or modify SNAKE tree information. Unless specified, snake-tree will operate on a local database of trees.

command is one of:

*
list [TREESPEC]
*
info [URI|TREEID|all] [...]
*
add [URI] [...]
*
check [URI|TREEID|all] [...]
*
update [TREEID|all] [...]
*
remove [URI|TREEID|all] [...]

Unless the --help or -h option is given, one of the above commands must be present.

GENERAL OPTIONS

The following command line options are permitted.
-h, --help
Help; display a help message and then quit.
-v, --verbose
Verbose; output more information.
-s, --server
Server; rather than query the local system, communicate with a snake-server
-p, --port
Port; Use the specified port when communicating with the snake-server (defaults to 2903).

URI SYNTAX

snake-tree understands http, ftp, and nfs URI's. Some examples of valid URI's might be:
snake-tree add http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/i386/os
Add the tree referenced by the given URI.
snake-tree check ftp://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/ppc/os
Check the validity of the given URI.
snake-tree update nfs:tree-server.localdomain:/path/to/FedoraCore/6/i386/os
Update cached tree information using the given URI. Note, use of nfs URI's requires that both the client and server will already have read access to that volume.

TREEID SYNTAX

Several snake-tree commands accept a TREEID as an argument. A TREEID is typically the timestamp recorded in the .treeinfo file. This timestamp records when the tree was composed and is considered a unique identifier. To find a list of valid TREEID's hosted on your snake-server, use the snake-tree list command.

TREESPEC SYNTAX

When querying available trees, the list and info commands offer several filters to limit your results. The available filters are typically the contents of a .treeinfo file, and include:
*
family
*
time
*
variant
*
uri
*
version
*
arch
*
id

Any arguments not matching the above filters will be ignored. sample list command might look like:

snake-tree list family=Fedora arch=i386 version=8
List all Fedora 8 i386 trees
snake-tree list family=Red Hat Enterprise Linux arch=ppc
List all ``Red Hat Enterprise Linux'' ppc trees
snake-tree info uri=http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/i386/os
Provide detailed information about the tree containing the given URI.

ADDITONAL RESOURCES

See https://fedorahosted.org/snake for more information, including information on scripting snake from Python.

See also the manpages for snake-ks, snake-install, snake-install-tui, and snake-server

AUTHOR

Various. See https://fedorahosted.org/snake