-
Notifications
You must be signed in to change notification settings - Fork 257
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
emerge-webrsync: Create repo location with $PORTAGE_USERNAME:$PORTAGE_GRPNAME ownership #1390
base: master
Are you sure you want to change the base?
Conversation
Bug: https://bugs.gentoo.org/707980 Signed-off-by: David Sardari <[email protected]>
The commit message shouldn't be empty, but it also needs discussion of the: a) rationale, and b) trade-offs here at least. |
@thesamesam The commit message isn't empty:
|
I (obviously) meant the body needs text. |
Bug: https://bugs.gentoo.org/707980 Signed-off-by: David Sardari <[email protected]>
We really should not hard-code "portage:portage" for this. See https://bugs.gentoo.org/941605#c9. |
Agreed, |
…ortage) Both variables default to "portage" according to "man make.conf". But, this isn't the case. Therefore, I make use of Posix parameter expansion. Signed-off-by: David Sardari <[email protected]>
@floppym fyi, I implemented your suggestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's some code in sync_local()
that hard codes "portage:portage" as well. Would you mind fixing that up?
fyi, I created a bug for the missing definition of And, I am gonna take the Posix parameter expansion out again. The statement in I make this PR a draft as long as the bug isn't resolved. |
Both variables default to "portage" according to "man make.conf". This statement should hold true. Therefore, the parameter expansion is removed. Signed-off-by: David Sardari <[email protected]>
Signed-off-by: David Sardari <[email protected]>
Signed-off-by: David Sardari <[email protected]>
fyi, there is also: portage/misc/emerge-delta-webrsync Line 524 in fad3818
|
Bug: https://bugs.gentoo.org/707980