1181: Wrong content of search-cron.conf after installation

msuchy%r*********@gtempacc******** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Aug. 22, 2009
1367
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.
chipx86
#1 chipx86
  • +Confirmed
  • +Milestone-Release1.0.x
chipx86
#2 chipx86
Up for review at http://reviews.review-board.org/r/972/
  • -Confirmed
    +Started
  • +PendingReview
  • +chipx86
chipx86
#3 chipx86
Fixed in r2115.
  • -Started
    +Fixed
  • -PendingReview