Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 196)

Ticket Resolution Summary Owner Reporter
#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.

#253 fixed Django admin media missing on F15 geofft geofft
Description

http://scripts-test.mit.edu/__scripts/django/media/css/base.css and friends don't exist.

achernya says, "I think the django thing is fixed by copying new files from F15."

#274 fixed OpenAFS systemd script doesn't have "AFS in use" check for restart geofft
Description

Every other initscript I used carefully avoids Thing Horrible if you try to restart OpenAFS on package upgrade. This one doesn't.

Note: See TracQuery for help on using queries.