Mac OSX 10.5 on server and client.
Cap 2.1 & svn
The application is getting copied onto the server but I'm getting rake
aborted. he problem seems to be a undefined directory but I don't know
in what script the path is being defined. Below is the output I get.
There are two things that bother me:
1) ** [out] MANPATH: Undefined variable.
2) ** [out :: 192.168.1.97] sh: line 0: cd: /u/apps/fitzgallery/
releases/variable.: No such file or directory
In the path "/variable" ? I have no idea where this is coming from
but it is causing the failure (see end of listing)
paul-fitzgeralds-computer-2:fitzgallery paul$ cap deploy:cold
[DEPRECATION] Capistrano.configuration is deprecated. Use
Capistrano::Configuration.instance instead
* executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
* executing "svn checkout -q -r10 svn://192.168.1.97/Volumes/
programming/fitzgallery_site/trunk/fitzgallery /u/apps/fitzgallery/
releases/20071201221959 && (echo 10 > /u/apps/fitzgallery/releases/
20071201221959/REVISION)"
servers: ["192.168.1.97"]
Password:
[192.168.1.97] executing command
** [out] MANPATH: Undefined variable.
command finished
* executing `deploy:finalize_update'
* executing "chmod -R g+w /u/apps/fitzgallery/releases/20071201221959"
servers: ["192.168.1.97"]
[192.168.1.97] executing command
** [out :: 192.168.1.97] MANPATH: Undefined variable.
command finished
* executing "rm -rf /u/apps/fitzgallery/releases/20071201221959/log /
u/apps/fitzgallery/releases/20071201221959/public/system /u/apps/
fitzgallery/releases/20071201221959/tmp/pids &&\n mkdir -p /u/
apps/fitzgallery/releases/20071201221959/public &&\n mkdir -p /u/
apps/fitzgallery/releases/20071201221959/tmp &&\n ln -s /u/apps/
fitzgallery/shared/log /u/apps/fitzgallery/releases/20071201221959/log
&&\n ln -s /u/apps/fitzgallery/shared/system /u/apps/fitzgallery/
releases/20071201221959/public/system &&\n ln -s /u/apps/
fitzgallery/shared/pids /u/apps/fitzgallery/releases/20071201221959/
tmp/pids"
servers: ["192.168.1.97"]
[192.168.1.97] executing command
** [out :: 192.168.1.97] MANPATH: Undefined variable.
command finished
* executing "find /u/apps/fitzgallery/releases/20071201221959/public/
images /u/apps/fitzgallery/releases/20071201221959/public/stylesheets /
u/apps/fitzgallery/releases/20071201221959/public/javascripts -exec
touch -t 200712012220.07 {} ';'; true"
servers: ["192.168.1.97"]
[192.168.1.97] executing command
** [out :: 192.168.1.97] MANPATH: Undefined variable.
command finished
* executing `deploy:symlink'
* executing "rm -f /u/apps/fitzgallery/current && ln -s /u/apps/
fitzgallery/releases/20071201221959 /u/apps/fitzgallery/current"
servers: ["192.168.1.97"]
[192.168.1.97] executing command
** [out :: 192.168.1.97] MANPATH: Undefined variable.
command finished
** transaction: commit
* executing `deploy:migrate'
* executing "ls -x /u/apps/fitzgallery/releases"
servers: ["192.168.1.97"]
[192.168.1.97] executing command
command finished
* executing "cd /u/apps/fitzgallery/releases/variable.; rake
RAILS_ENV=production db:migrate"
servers: ["192.168.1.97"]
[192.168.1.97] executing command
** [out :: 192.168.1.97] MANPATH: Undefined variable.
** [out :: 192.168.1.97] sh: line 0: cd: /u/apps/fitzgallery/releases/
variable.: No such file or directory
** [out :: 192.168.1.97] rake aborted!
** [out :: 192.168.1.97] No Rakefile found (looking for: rakefile,
Rakefile, rakefile.rb, Rakefile.rb)
** [out :: 192.168.1.97] /Library/Ruby/Gems/1.8/gems/rake-0.7.3/lib/
rake.rb:1934:in `raw_load_rakefile'
** [out :: 192.168.1.97] (See full trace by running task with --trace)
command finished
command "cd /u/apps/fitzgallery/releases/variable.; rake
RAILS_ENV=production db:migrate" failed on 192.168.1.97
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---