Ganesh Sittampalam <[email protected]> writes: > On Tue, 8 Sep 2009, Petr Rockai wrote: > >> The instructions are at the wiki: http://wiki.darcs.net/Development/BuildBot > > Do you have any advice for installing buildbot on Debian? It's in > Debian so it installs fine, but the buildbot gets a shell of > /bin/false and a home dir in /var/lib/buildbot which is a bit messy > for running cabal install as that user - in particular I can't seem to > trivially get a shell with the right $HOME set.
sudo -H -u buildbot bash -l (untested)? _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
