Opened 15 years ago

Last modified 14 years ago

#95 closed defect

Onserver scripts hard-code deploy directory — at Initial Version

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

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?

Change History (0)

Note: See TracTickets for help on using tickets.