Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 1181 by [email protected]: Wrong content of search-cron.conf after installation http://code.google.com/p/reviewboard/issues/detail?id=1181
What version are you running? ReviewBoard-1.0 What's the URL of the page containing the problem? installation What steps will reproduce the problem? 1. install ReviewBoard (RB) on Linux 2. create new sit in /www/spacewalk-reviewboard and url will be /spacewalk/reviews 3. check /www/spacewalk-reviewboard/conf/search-cron.conf What is the expected output? What do you see instead? Actuall content: # Incremental indices every 10 minutes 0,10,20,30,40,50 * * * * "/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/cmdline/rbsite.pyc manage "/www/spacewalk-reviewboard" index # Do a full index once a week on Sunday at 2am * 2 * * 0 "/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/cmdline/rbsite.pyc" manage "/www/spacewalk-reviewboard" index -- --full Expected content: # Incremental indices every 10 minutes 0,10,20,30,40,50 * * * * python "/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/cmdline/rbsite.py" manage "/www/spacewalk-reviewboard" index # Do a full index once a week on Sunday at 2am * 2 * * 0 python "/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/cmdline/rbsite.py" manage "/www/spacewalk-reviewboard" index -- --full What operating system are you using? What browser? Debian Please provide any additional information below. Please note missing " on first line. Pyc is not runnable by default. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en -~----------~----~----~----~------~----~------~--~---
