#42727: Server certificate verification failed: issuer is not trusted (https://svn.macports.org -----------------------------+------------------------- Reporter: ryandesign@… | Owner: wsiegrist@… Type: defect | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: Resolution: | Keywords: Port: | -----------------------------+------------------------- Comment (by jmr@…): Replying to [comment:7 jmr@…]:
Both builders are using `HOME=/buildbot/ports-slave` though, so I think svn will be looking there for its config. Accepting the cert permanently should create something under `$HOME/.subversion/auth/`. Sorry, I was actually wrong about this. The buildbase-* builders are using `HOME=/buildbot/base-slave`, while the buildports-* builders use `HOME=/buildbot/ports-slave`.
So the commands to run should actually be something like: {{{ sudo -u buildbot env HOME=/buildbot/base-slave svn info https://svn.macports.org/repository/macports/ sudo env HOME=/buildbot/ports-slave svn info https://svn.macports.org/repository/macports/ }}} -- Ticket URL: <https://trac.macports.org/ticket/42727#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X