Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 196)

Ticket Resolution Summary Owner Reporter
#90 fixed Upgrade SNI patch mitchb andersk
Description

https://sni.velox.ch/misc/httpd-2.2.x-sni.patch was updated 2009-04-08, so we should update our patched httpd.

#95 fixed Onserver scripts hard-code deploy directory ezyang
Description

All of the onserver scripts for autoinstallers hardcode the deploy directory:

use strict;
use lib "/mit/scripts/deploy/bin";
use onserver;

As a result, scriptsdev=dev doesn't result in deploydev onserver.pm being used.

Fix is somewhat unclear. Can we make Perl read out of the directory the script lives in?

#96 fixed parallel-find.pl will fail to find new-style autoinstalls ezyang
Description

New style autoinstalls will not have .scripts-version files in them; instead, they will have a .git directory in them. Parallel find should be updated for this fact. It's unclear if the presence of .git is enough information to say conclusively if it's an autoinstall.

Note: See TracQuery for help on using queries.