1. 11 Apr, 2002 8 commits
  2. 10 Apr, 2002 1 commit
  3. 08 Apr, 2002 2 commits
  4. 05 Apr, 2002 3 commits
  5. 04 Apr, 2002 3 commits
  6. 03 Apr, 2002 3 commits
  7. 02 Apr, 2002 1 commit
  8. 01 Apr, 2002 2 commits
  9. 29 Mar, 2002 3 commits
  10. 28 Mar, 2002 4 commits
  11. 27 Mar, 2002 3 commits
  12. 24 Mar, 2002 1 commit
  13. 21 Mar, 2002 5 commits
  14. 20 Mar, 2002 1 commit
    • Chris McDonough's avatar
      App/FindHomes.py now computes the "real" path for SOFTWARE_HOME and · 654bae09
      Chris McDonough authored
              INSTANCE_HOME, resolving any symlinks in any element within paths
              passed in via the INSTANCE_HOME or SOFTWARE_HOME envvars.  Paths that
              are computed by "dead reckoning" from os.getcwd and module paths are
              also "realpathed".  So for instance, if you use '/home/chrism/Instance'
              as your INSTANCE_HOME, and '/home/chrism' is a symlink to
              '/other/home/chrism', your INSTANCE_HOME will be computed as
              '/other/home/chrism/Instance'.  This is necessary to avoid
              weirdnesses while using "dead reckoning" from INSTANCE_HOME and
              SOFTWARE_HOME in other parts of the code.  POSIX systems only.
      654bae09