Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 196)

Ticket Resolution Summary Owner Reporter
#98 fixed athrun should exist on scripts servers ezyang
Description

It doesn't. The Athena 9.4 rpms might work.

#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.

#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?

Note: See TracQuery for help on using queries.