On Tue, Sep 28, 2010 at 7:07 AM, Christopher Gaudig <[email protected]> wrote: > Hi! > > When I run my build script manually (in a shell) everything works fine. But > when I try to let CruiseControl.rb run it, I get a permission error. > > It seems as though CC has different user permissions when running the script > from the ones I have when running it manually. > > A dirty fix is to start CC with sudo, but I would like to run it as a normal > user, if possible. > > Any ideas would be greatly appreciated! Thanks!
It should run as whatever user you started it as. Look closely and understand how it is starting, and as what user. Make a dummy build which drops files in /tmp, and inspect permissions. Check your umask. _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
