createrepo
createrepo copied to clipboard
Hi, Just want to confirm the createrepo could only be used for python2, and python3 doesn't work, right? How should I do If I want to use it in python3?...
Sometimes command fails with error ``` createrepo --workers 8 --update . Traceback (most recent call last): File "/usr/share/createrepo/genpkgmetadata.py", line 292, in main(sys.argv[1:]) File "/usr/share/createrepo/genpkgmetadata.py", line 266, in main mdgen.doPkgMetadata() File...
I'm trying to install createrepo version-0.9.9 on ubuntu-16.04 LTS system using below method. Downloaded from GitHub Link Untar the file createrepo-0.9.9.tar.gz On terminal getting below error. $:~/createrepo/createrepo-0.9.9/bin# ./createrepo -h Traceback...
[os.rename](https://docs.python.org/3/library/os.html#os.rename) is unable to handle rename across file systems, or [renames across read-only Docker overlayfs layers](https://github.com/moby/moby/issues/25409). The following statement may fail with error EXDEV (18). https://github.com/rpm-software-management/createrepo/blob/73afabbd0d3357bc24a82126acc3a4bc96bcd7c7/createrepo/__init__.py#L1406 [shutil.move](https://docs.python.org/3/library/shutil.html#shutil.move) is able to...
This is to prevent "Invalid cross device link" errors especially inside docker containers with various overlayfs layers.
The --skip-symlinks option doesn't work. It looks like a pull request was submitted that fixed this issue 7d15b5722db547ef6d61736641e4e47f255b34b0 however another pull request right after 73400ac4a9717bcedb73902c7a510f3282e1a47b to fix another issue reverted...
This allows to create repodata reproducibly (together with 'revision' option). One use case is setting this to [SOURCE_DATE_EPOCH](https://reproducible-builds.org/specs/source-date-epoch/) during installation iso compose, to make it reproducible. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1430662
Closes #7
The `__version__` line in `createrepo/__init__.py` hasn't been changed since 2011. Is that intended or should it report the current released version?