-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

createrepo


> Initializes an RPM repository in the given directory, including all XML and SQLite files.

More information.


Initialize a basic repository in a directory:

createrepo {path/to/directory}

Initialize a repository, exclude test RPMs and display verbose logs:

createrepo -v -x {test_*.rpm} {path/to/directory}

Initialize a repository, using SHA1 as the checksum algorithm, and ignoring symbolic links:

createrepo -S -s {sha1} {path/to/directory}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:59:04 2024