unused: Write .git/annex/unused etc files with appropriate permissions for the core.sharedRepository config.

This commit was sponsored by an anonymous bitcoin donor.
This commit is contained in:
Joey Hess 2018-01-02 16:25:27 -04:00
parent 75366d3c34
commit edd25f04d9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 18 additions and 1 deletions

View file

@ -69,3 +69,5 @@ This is somewhat expected, because the permissions of `unused`, `badunused` and
-rw------- 1 ele testgroup 101 dic 19 14:50 unused
If this is the intended behavior, could you please explain me how to use `git annex unused` and `dropunused` in a shared repository?
> Fixed all of this I was able to reproduce. [[done]] --[[Joey]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2018-01-02T20:17:03Z"
content="""
Fixed, but I was not able to reproduce the part where dropunused failed
with a permissions error involving .git/annex/misctmp, despite having it
set up the same as you did.
"""]]