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

fix #286: configure a home directory for git #297

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

Conversation

dsamx
Copy link

@dsamx dsamx commented Apr 4, 2019

Having a home directory allows to store global git settings for the
service if required, for example this allows to store git credentials
if a generally used private git-backend requires a login which the
scm-service should use.
The only other solution would be to store the login credentials in the
_service file which is unacceptable.

Having a home directory allows to store global git settings for the
service if required, for example this allows to store git credentials
if a generally used private git-backend requires a login which the
scm-service should use.
The only other solution would be to store the login credentials in the
_service file which is unacceptable.
@dsamx
Copy link
Author

dsamx commented Apr 4, 2019

The python 2.7 build creates a warning:
"W: 18, 8: String statement has no effect (pointless-string-statement)"
I don't get it - if I add the os.environ setting then the git credentials work, so it is not a pointless statement.

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.

1 participant