Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#528): allow roundup group users to interact with git repos #530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JacobCoffee
Copy link
Member

Description

  • Adds group write bit for cloned repos

Closes

@JacobCoffee
Copy link
Member Author

@ewdurbin wdyt? will this be sufficient or did I misunderstand maybe?

@ewdurbin
Copy link
Member

I'm not entirely sure. The goal is that the following would work without error, note that rouilj is a member of the roundup group.

ee@bugs:~$ sudo su - rouilj 
rouilj@bugs:/srv/roundup/trackers/cpython$ groups
rouilj psf-admin roundup
rouilj@bugs:~$ cd /srv/roundup/trackers/cpython/
rouilj@bugs:/srv/roundup/trackers/cpython$ git status
fatal: detected dubious ownership in repository at '/srv/roundup/trackers/cpython'
To add an exception for this directory, call:

	git config --global --add safe.directory /srv/roundup/trackers/cpython

This should be reproducible locally for verification.

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.

Allow roundup group to interact with tracker config clones set by Salt
2 participants