Skip to content

Conversation

@vmcj
Copy link
Member

@vmcj vmcj commented Nov 23, 2025

Needs another .gitignore entry and I'm not sure if we need to set an ACL to the symlink but this does work on my setup.

@Kevinjil
Copy link
Contributor

What does the Needs another .gitignore entry refer to, as no .gitignore are committed?

@vmcj
Copy link
Member Author

vmcj commented Nov 24, 2025

What does the Needs another .gitignore entry refer to, as no .gitignore are committed?

That I still need to add that.

Comment on lines +304 to +309
setfacl -m d:u:$(WEBSERVER_GROUP):x $(CURDIR)/doc
setfacl -m u:$(WEBSERVER_GROUP):x $(CURDIR)/doc
setfacl -m d:u:$(WEBSERVER_GROUP):x $(CURDIR)/doc/manual
setfacl -m u:$(WEBSERVER_GROUP):x $(CURDIR)/doc/manual
setfacl -m d:u:$(WEBSERVER_GROUP):x $(CURDIR)/doc/manual/build
setfacl -m u:$(WEBSERVER_GROUP):x $(CURDIR)/doc/manual/build
Copy link
Member

Choose a reason for hiding this comment

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

These should not be needed since the one below is recursive.

@vmcj vmcj added this pull request to the merge queue Nov 29, 2025
Merged via the queue into DOMjudge:main with commit 435d795 Nov 29, 2025
37 checks passed
@vmcj vmcj deleted the fix_doc_acls branch November 29, 2025 12:14
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.

3 participants