Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
REPO2SOLV(1)			     LIBSOLV			    REPO2SOLV(1)

NAME
     repo2solv - convert repository metadata into a solv file

SYNOPSIS
     repo2solv [OPTIONS] DIR

DESCRIPTION
     The repo2solv tool converts repository metadata in the directory DIR into a
     solv file written to standard output.

     Note  that repo2solv does not verify signatures or checksum, it is expected
     that this is done by the tool that downloads the metadata.

     If no metadata is detected, repo2solv assumes  the  "plaindir"  format  and
     generates the solv file from all rpm files it finds.

     -o OUTFILE
	 Write the solv file to OUTFILE instead of stdout.

     -R
	 Also recurse into subdirectories in "plaindir" mode.

     -F
	 Put the complete filelist in the output. The default is to just include
	 the  "importent"  parts  of  the file list, except for "plaindir" mode,
	 which always includes all files.

     -C
	 Add changelog entires to the output.

     -A
	 Add appdata pseudo packages to the output. This is an experimental fea-
	 ture.

     -X
	 Autoexpand SUSE pattern and product provides into packages.

SEE ALSO
     dumpsolv(1)

AUTHOR
     Michael Schroeder <mls@suse.de>

libsolv 			   10/22/2018			    REPO2SOLV(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=repo2solv&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help