pulp / pulp-docs

Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc.
https://pedro-psb.github.io/pulp-docs/
2 stars 4 forks source link

FileExistsError: [Errno 17] File exists: '/tmp/pulp-docs-tmp/repo_sources/pulp-oci-images' #7

Closed dkliban closed 7 months ago

dkliban commented 7 months ago

When I run the pulp-docs build (or serve) for a second time, I get the following error:

FileExistsError: [Errno 17] File exists: '/tmp/pulp-docs-tmp/repo_sources/pulp-oci-images'

The issue occurs only if I have directories in the pulp-oci-images repository that were mounted as volumes to containers. The user and group ownership of those directories are not my user or group. Once I remove these directories I am once again able to build the docs as many times as I want.