Skip to content

fix: adding the owner-write bit to bundled files#8541

Open
fstagni wants to merge 1 commit into
DIRACGrid:integrationfrom
fstagni:fix_bundles_ownership
Open

fix: adding the owner-write bit to bundled files#8541
fstagni wants to merge 1 commit into
DIRACGrid:integrationfrom
fstagni:fix_bundles_ownership

Conversation

@fstagni
Copy link
Copy Markdown
Contributor

@fstagni fstagni commented May 18, 2026

solves #8534

BEGINRELEASENOTES

*Framework
FIX: BundleDelivery: adding the owner-write bit to bundled files

ENDRELEASENOTES

)
gLogger.info(f"Bundle will have {len(filesToBundle)} files with common path {commonParent}")

def _makeWritable(tarinfo):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it needed ? In principle, the permission of the files are preserved. This means that they are wrong on the source server ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's explained in the issue: this is for solving the case the inputs are read-only on the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: BundleDelivery of CA certificates fails if certificates are read-only on the server

2 participants