Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 196)

Ticket Resolution Summary Owner Reporter
#226 wontfix /usr/kerberos/bin is gone in F15 geofft
Description

Has anyone hard-coded this? Do we care enough to make a compatibility symlink to /usr/bin?

#250 fixed F15 comes with Rails 3 geofft
Description

Our Rails autoinstaller doesn't work any more, since it assumes Rails 2 command lines.

Rails 2 sites don't work any more.

#252 fixed TurboGears FCGI stub needs to be updated for F15 geofft
Description

Apparently commands.py is now command.py, so you need this tiny patch to flup.fcgi and everything works:

  • flup.fcgi

     
    1616
    1717sys.path.append(code_dir)
    1818
    19 __import__(package_name+'.commands') # Make sure its requirements get satisfied
     19__import__(package_name+'.command') # Make sure its requirements get satisfied
    2020
    2121# -- END USER EDIT SECTION

But it looks like flup.fcgi is in /mit/scripts/deploy/turbogears.tar.gz and not particularly versioned?

Also, in any case, the app seems to think its root directory is /, not the directory you installed it into.

Note: See TracQuery for help on using queries.