[Erp5-report] r33974 lucas - /erp5/trunk/utils/rpmgen/templates/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Mar 22 23:46:20 CET 2010
Author: lucas
Date: Mon Mar 22 23:46:18 2010
New Revision: 33974
URL: http://svn.erp5.org?rev=33974&view=rev
Log:
Fixed wrong paths.
Modified:
erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
Modified: erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in?rev=33974&r1=33973&r2=33974&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] Mon Mar 22 23:46:18 2010
@@ -54,7 +54,7 @@
%post
crontab -u erp5 -l > erp5.crontab
-grep bin/timmy erp5.crontab || echo '*/5 * * * * bin/timmy -k server.key -s https://www.tiolive.com/grid/ -b timmy-base.cfg -t local-eggs/erp5.timmy/src/erp5/timmy/examples/ -o timmy-controller.cfg -d timmy-instances -r bin/buildout -p timmy.pid' >> erp5.crontab
+grep bin/timmy erp5.crontab || echo '*/5 * * * * %{instancehome}/bin/timmy -k %{instancehome}/server.key -s https://www.tiolive.com/grid/ -b %{instancehome}/timmy-base.cfg -t %{instancehome}/local-eggs/erp5.timmy/src/erp5/timmy/examples/ -o %{instancehome}/timmy-controller.cfg -d %{instancehome}/timmy-instances -r %{instancehome}/bin/buildout -p %{instancehome}/timmy.pid' >> erp5.crontab
crontab -u erp5 erp5.crontab
rm -f erp5.crontab
%{instancehome}/bin/timmy-keygen -k %{instancehome}/server.key
More information about the Erp5-report
mailing list