--pkglist
can't be used with non-regular files
#381
Labels
Triaged
Someone on the DNF team has read the issue and determined the next steps to take
I ran a command similar to following:
createrepo_c \ --no-database \ --unique-md-filenames \ --retain-old-md-by-age=180d \ --update \ --pkglist <(find /rpms -type f -name '*.rpm') \ --recycle-pkglist \ /rpms
(Put aside for the moment that I could make createrepo_c traverse the directory to find packages; maybe I have another command that outputs the pkglist.)
It printed
pkglist file "/dev/fd/63" doesn't exists
and exited. It appears--pkglist
requires that its arg be a regular file:createrepo_c/src/cmd_parser.c
Line 511 in f4854bb
The text was updated successfully, but these errors were encountered: