3297: Install fails with "AttributeError: 'Site' object has no attribute 'apache_auth'

kan***@gmai***** (Google Code) (Is this you? Claim this profile.)
March 25, 2014
What version are you running?
1.7.22


What's the URL of the page containing the problem?
During setup

What steps will reproduce the problem?
1. Run setup process
2. Pick lighttpd as server

What is the expected output? What do you see instead?
Building site directories ... OK
Building site configuration files ... Traceback (most recent call last):
  File "/usr/bin/rb-site", line 9, in <module>
    load_entry_point('ReviewBoard==1.7.22', 'console_scripts', 'rb-site')()
  File "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.22-py2.6.egg/reviewboard/cmdline/rbsite.py", line 2055, in main
    command.run()
  File "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.22-py2.6.egg/reviewboard/cmdline/rbsite.py", line 1496, in run
    self.show_install_status()
  File "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.22-py2.6.egg/reviewboard/cmdline/rbsite.py", line 1773, in show_install_status
    site.generate_config_files)
  File "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.22-py2.6.egg/reviewboard/cmdline/rbsite.py", line 967, in step
    func()
  File "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.22-py2.6.egg/reviewboard/cmdline/rbsite.py", line 319, in generate_config_files
    os.path.join(conf_dir, web_conf_filename))
  File "/usr/lib/python2.6/site-packages/ReviewBoard-1.7.22-py2.6.egg/reviewboard/cmdline/rbsite.py", line 652, in process_template
    'apache_auth': self.apache_auth,
AttributeError: 'Site' object has no attribute 'apache_auth'

What operating system are you using? What browser?
Redhad 6.4


Please provide any additional information below.
david
#1 david
This has been fixed in git (release-2.0.x, a6089ad), and will ship in 2.0 rc2. Thanks!
  • +Fixed