Where to find buildbot's home folder and .subversion/config?
Ryan Schmidt
ryandesign at macports.org
Fri Jun 16 14:52:01 UTC 2017
On Jun 16, 2017, at 06:05, Mojca Miklavec wrote:
> I installed a buildbot slave using MacPorts (for stuff unrelated to to
> buildbot used for MacPorts itself) and I want to use the "buildbot"
> user created by the package manager.
>
> The problem is that I cannot figure out where to set
> use-commit-times = yes
>
> To start with, I don't know where to locate
> $HOME/.subversion/config
> for the user "buildbot".
>
> I consulted:
>
>> dscacheutil -q user
>
> name: buildbot
> password: *
> uid: 513
> gid: 512
> dir: /var/empty
> shell: /usr/bin/false
> gecos: buildbot
>
> but /var/empty doesn't really help me here.
>
> Any suggestions?
>
> Thank you,
> Mojca
On my buildbot servers, I set the HOME environment variable when I run twistd:
https://github.com/ryandesign/macports-infrastructure/blob/master/ports/sysutils/net.macports.buildmaster/files/net.macports.buildmaster.plist.in
https://github.com/ryandesign/macports-infrastructure/blob/master/ports/sysutils/net.macports.buildworker/files/net.macports.buildworker.base.plist.in
https://github.com/ryandesign/macports-infrastructure/blob/master/ports/sysutils/net.macports.buildworker/files/net.macports.buildworker.ports.plist.in
So, that's the directory in which the .subversion directory would be located.
More information about the macports-dev
mailing list