Opened 15 years ago

Closed 14 years ago

#95 closed defect (fixed)

Onserver scripts hard-code deploy directory

Reported by: ezyang Owned by:
Priority: normal Milestone:
Component: autoinstallers Keywords:
Cc:

Description (last modified by ezyang)

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?

Attachments (1)

fix-lib-deploydev.patch (3.7 KB) - added by ezyang 15 years ago.
Fixes issue

Download all attachments as: .zip

Change History (4)

comment:1 Changed 15 years ago by ezyang

  • Description modified (diff)

Changed 15 years ago by ezyang

Fixes issue

comment:2 Changed 14 years ago by adehnert

It seems like this got fixed?

comment:3 Changed 14 years ago by ezyang

  • Resolution set to fixed
  • Status changed from new to closed

Yup.

Note: See TracTickets for help on using tickets.