Bram Plessers

Results 17 comments of Bram Plessers
trafficstars

I would, if I would know where to start :) Could you tell me what the alternative route would be in my case? cfr. "to have it explicitly called wherever...

``` ϟ ls -al mirrors/project-x/objects/pack/ total 744 drwxr-xr-x@ 4 webdevotion staff 136 Jul 13 17:38 . drwxr-xr-x@ 4 webdevotion staff 136 Jul 13 17:31 .. -r--r--r-- 1 webdevotion staff 40412...

``` ϟ whoami webdevotion ϟ id -u 501 ``` Changed the script to use `$(id -u)` and tried with a hardcoded `501` in there. Same result.

I tried your suggestions in a couple of flavours to no avail. Thank you for responding so swiftly. With my host system's user: ``` -e GITLAB_MIRROR_GITLAB_UID=501 \ -e GITLAB_MIRROR_GITLAB_USER=webdevotion \...

Just checked the users on the gitlab container: ``` $ cut -d: -f1 /etc/passwd root daemon bin sys sync games man lp mail news uucp proxy www-data backup list irc...

I've put the 'chown' command in the update script in comments now in a personal fork of this repo and am sailing smoothly atm. What's the purpose of the 'chown'?