On Wed, Feb 25, 2009 at 3:36 PM, Russell Miller <[email protected]> wrote: > I did get it to work, turns out the site_config.rb file to modify is > in /root/.cruise instead. This really isn't an acceptable solution > for the long term, but it'll at least let me go back and try to figure > out why all of the builds were stomping on each other without > everything being horribly broken.
All user-specific files are supposed to live in ~/.cruise. This is by design, so you can update the cruise application code without risk of losing any data. It also makes it easy to backup or migrate all your user data if necessary. In what way is this unacceptable? Also, looks like you are running as root. This is almost never a good idea - create a non-root user and run everything as that user, using sudo as necessary. -- Chad _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
