
createrepo
List of commands for createrepo:
-
createrepo:tldr:690cb createrepo: Initialize a repository, exclude test RPMs and display verbose logs.$ createrepo -v -x ${test_*-rpm} ${path-to-directory}try on your machineexplain this command
-
createrepo:tldr:a61c2 createrepo: Initialize a repository, using SHA1 as the checksum algorithm, and ignoring symbolic links.$ createrepo -S -s ${sha1} ${path-to-directory}try on your machineexplain this command
-
createrepo:tldr:cb605 createrepo: Initialize a basic repository in a directory.$ createrepo ${path-to-directory}try on your machineexplain this command