Changes between Initial Version and Version 1 of Ticket #95


Ignore:
Timestamp:
Jun 30, 2009, 1:46:35 AM (15 years ago)
Author:
ezyang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #95 – Description

    initial v1  
    11All of the onserver scripts for autoinstallers hardcode the deploy directory:
    22
    3 {{{use strict;
     3{{{
     4use strict;
    45use lib "/mit/scripts/deploy/bin";
    5 use onserver;}}}
     6use onserver;
     7}}}
    68
    79As a result, scriptsdev=dev doesn't result in deploydev onserver.pm being used.