Opened 16 years ago
Last modified 15 years ago
#95 closed defect
Onserver scripts hard-code deploy directory — at Version 1
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?
Change History (2)
comment:1 Changed 16 years ago by ezyang
- Description modified (diff)
Changed 16 years ago by ezyang
Note: See
TracTickets for help on using
tickets.
Fixes issue