OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

109 lines
2.3 KiB

.\" Title: sde-download
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
.\" Date: 07/28/2007
.\" Manual:
.\" Source:
.\"
.TH "SDE\-DOWNLOAD" "1" "07/28/2007" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
sde\-download \- Downloads stuff
.SH "SYNOPSIS"
\fIsde download\fR [DISCRIMINATOR] [OPTIONS] [ITEMS\]
.sp
.SH "DESCRIPTION"
sde\-download downloads one or more packages indicated or belonging to the specified name (items). Multiple items can be specified.
.sp
.SH "DISCRIMINATORS"
.PP
config, cfg
.RS 4
Downloads all packages in the config specified by item.
.RE
.PP
package, pkg
.RS 4
Downloads the packages specified by item. (this is the default if none is given)
.RE
.PP
repository, repo
.RS 4
Downloads all packages in the repositories specified by item.
.RE
.SH "OPTIONS"
.PP
\-q, \-\-quiet
.RS 4
Gives minimal feedback.
.RE
.PP
\-v, \-\-verbose
.RS 4
Gives extra feedback.
.RE
.PP
\-n, \-\-dry\-run
.RS 4
No real download is performed but the list of missing files is output.
.RE
.PP
\-c, \-\-cfg
.RS 4
Specify a config to restrict
\fIpackage\fR
and
\fIrepository\fR
discriminators.
.RE
.PP
\-\-timeout
.RS 4
Defines how tolerat to download delay are we. The default value is
\fInormal\fR, but you can choose between
\fIno\fR
and
\fIlong\fR
too.
.RE
.PP
\-\-check
.RS 4
Defines when will the tool validate the downloaded file against the checksum in the database. The default value is
\fIalways\fR, but you can choose between
\fIdownload\fR, meaning that it wont validate when using the alternative download location, or
\fInever\fR.
.RE
.PP
\-\-mirror
.RS 4
Defines which mirror to use since now, replacing the value stored on the global config. Alternatively you can use
\fI'none\fR', or auto to detect again the best mirror for your location.
.RE
.PP
\-\-alt\-dir
.RS 4
Defines a local place where look initially for the files, and then includes on the current working tree by the choosen mode. (see \-\-mode)
.RE
.PP
\-m, \-\-mode
.RS 4
Defines what to do when taking a file from
\fI$altdir\fR. By default it makes a
\fIhardlink\fR, but you can also choose
\fIcopy\fR
or
\fImove\fR.
.RE
.PP
\-e, \-\-extenders
.RS 4
When using
\fIpackage\fR
or
\fIrepository\fR
discriminators, download the active extenders considering the specified config id.
.RE