2014-09-30 15:06:08 +05:30
|
|
|
.Dd September 30, 2014
|
|
|
|
.Dt XBPS-RINDEX 8
|
2012-11-03 15:00:26 +05:30
|
|
|
.Sh NAME
|
|
|
|
.Nm xbps-rindex
|
2013-10-07 13:53:14 +05:30
|
|
|
.Nd XBPS utility to manage local binary package repositories
|
2012-11-03 15:00:26 +05:30
|
|
|
.Sh SYNOPSYS
|
|
|
|
.Nm xbps-rindex
|
|
|
|
.Op OPTIONS
|
|
|
|
.Ar MODE
|
|
|
|
.Op ARGUMENTS
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2012-11-05 14:09:10 +05:30
|
|
|
utility creates, updates and removes obsolete binary packages stored
|
2012-11-03 15:00:26 +05:30
|
|
|
in local repositories.
|
|
|
|
.Sh OPTIONS
|
2012-11-06 15:03:29 +05:30
|
|
|
.Bl -tag -width -x
|
2013-05-02 14:16:30 +05:30
|
|
|
.It Fl f -force
|
|
|
|
Forcefully register binary package into the local repository, overwriting existing entry.
|
|
|
|
This flag is only useful with the
|
|
|
|
.Em add
|
|
|
|
mode.
|
2012-11-03 15:00:26 +05:30
|
|
|
.It Fl h -help
|
|
|
|
Show the help usage.
|
|
|
|
.It Fl V -version
|
|
|
|
Show the XBPS version.
|
2013-10-07 13:53:14 +05:30
|
|
|
.It Sy --signedby Ar string
|
|
|
|
This is required to sign a repository, a description of the person signing the repository, i.e name and email.
|
|
|
|
.It Sy --privkey Ar key
|
|
|
|
Path to the private RSA key to sign the repository. If unset, defaults to
|
|
|
|
.Sy ~/.ssh/id_rsa .
|
2014-09-30 15:06:08 +05:30
|
|
|
.El
|
2012-11-03 15:00:26 +05:30
|
|
|
.Sh MODE
|
2012-11-06 15:03:29 +05:30
|
|
|
.Bl -tag -width x
|
2013-10-07 13:53:14 +05:30
|
|
|
.It Sy -a, --add Ar repository/binpkg.xbps ...
|
|
|
|
Registers the binary package into the local repository. The specified binary
|
|
|
|
package is only added to the index if its version is greater than the one
|
|
|
|
currently stored. Multiple binary packages can be specified as arguments.
|
2013-11-02 16:04:55 +05:30
|
|
|
.It Sy -c, --clean Ar repository
|
|
|
|
Removes obsolete entries found in the local repository.
|
2012-11-03 15:00:26 +05:30
|
|
|
.It Sy -r, --remove-obsoletes Ar repository
|
|
|
|
Removes obsolete packages from
|
|
|
|
.Ar repository .
|
|
|
|
Packages that are not currently registered in repository's index will
|
2012-12-15 15:43:32 +05:30
|
|
|
be removed (out of date, invalid archives, etc).
|
2013-10-07 13:53:14 +05:30
|
|
|
.It Sy -s, --sign Ar repository
|
2013-10-05 15:08:04 +05:30
|
|
|
Signs a repository with your specified RSA key. If
|
|
|
|
.Fl --privkey
|
|
|
|
argument not set, it defaults to
|
|
|
|
.Sy ~/.ssh/id_rsa .
|
2014-08-23 12:56:02 +05:30
|
|
|
.El
|
2013-02-20 16:12:06 +05:30
|
|
|
.Sh ENVIRONMENT
|
|
|
|
.Bl -tag -width XBPS_TARGET_ARCH
|
2014-01-09 16:11:25 +05:30
|
|
|
.It Sy XBPS_ARCH
|
2013-02-20 16:12:06 +05:30
|
|
|
Overrides
|
|
|
|
.Xr uname 2
|
2014-01-09 16:11:25 +05:30
|
|
|
machine result with this value. Useful to install packages with a fake
|
2013-02-20 16:12:06 +05:30
|
|
|
architecture.
|
2014-01-09 16:11:25 +05:30
|
|
|
.It Sy XBPS_TARGET_ARCH
|
|
|
|
Sets the target architecture to this value. This variable differs from
|
|
|
|
.Sy XBPS_ARCH
|
|
|
|
in that it allows you to install packages partially, because
|
|
|
|
configuration phase is skipped (the target binaries might not be compatible with
|
|
|
|
the native architecture).
|
|
|
|
.It Sy XBPS_PASSPHRASE
|
|
|
|
If this is set, it will use this passphrase for the RSA private key when signing
|
|
|
|
a repository. Otherwise it will ask you to enter the passphrase on the terminal.
|
2014-08-23 12:56:02 +05:30
|
|
|
.El
|
2012-11-03 15:00:26 +05:30
|
|
|
.Sh SEE ALSO
|
2014-04-07 15:52:55 +05:30
|
|
|
.Xr xbps-checkvers 8 ,
|
2012-11-03 15:00:26 +05:30
|
|
|
.Xr xbps-create 8 ,
|
|
|
|
.Xr xbps-dgraph 8 ,
|
|
|
|
.Xr xbps-install 8 ,
|
|
|
|
.Xr xbps-pkgdb 8 ,
|
|
|
|
.Xr xbps-query 8 ,
|
|
|
|
.Xr xbps-reconfigure 8 ,
|
2014-04-21 14:28:09 +05:30
|
|
|
.Xr xbps-remove 8 ,
|
|
|
|
.Xr xbps-uchroot 8
|
2012-11-03 15:00:26 +05:30
|
|
|
.Sh AUTHORS
|
|
|
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
|
|
|
.Sh BUGS
|
|
|
|
Probably, but I try to make this not happen. Use it under your own
|
|
|
|
responsability and enjoy your life.
|
|
|
|
.Pp
|
2013-12-17 20:08:56 +05:30
|
|
|
Report bugs in https://github.com/voidlinux/xbps/issues
|