MantisBT - Hall D Offline
View Issue Details
0000456Hall D OfflineGeneralpublic2015-03-17 13:122015-06-10 09:59
kmoriya 
davidl 
lowtrivialalways
resolvedfixed 
Mac OSX10.10 (Yosemite)
0000456: osrelease.pl needs update
osrelease.pl, contained in BMS/ needs the following lines
around line 96 to accomodate OSX 10.10 (Yosemite):

 elsif ($release_string =~ /^14.*/) {
        $release = '_macosx10.10';

This applies also to other osrelease.pl files.
No tags attached.
Issue History
2015-03-17 13:12kmoriyaNew Issue
2015-06-10 09:59davidlNote Added: 0000648
2015-06-10 09:59davidlStatusnew => resolved
2015-06-10 09:59davidlResolutionopen => fixed
2015-06-10 09:59davidlAssigned To => davidl

Notes
(0000648)
davidl   
2015-06-10 09:59   
This has now been done. It turns out there are at least 4 copies of this script in our code base:

scripts/osrelease.pl
scripts/build_scripts/osrelease.pl
sim-recon/src/BMS/osrelease.pl
$JANA_HOME/src/../SBMS/osrelease.pl

They have not been kept in strict alignment so after updating the one on build_scripts, I copied to the other 3 locations and committed it there as well.