Skip to content
Snippets Groups Projects
  1. Feb 14, 2023
  2. Sep 15, 2022
    • Zach Marshall's avatar
      Patch to get_files to use mktemp · 81c9629c
      Zach Marshall authored and Edward Moyse's avatar Edward Moyse committed
      Patch to get_files to use mktemp
      
      As suggested in ATEAM-858, patching get_files to use mktemp. Seems to be
      working in a few local tests, and seems to be a well-supported command.
      This avoids making use of /tmp in systems that might not have /tmp and
      might not have set $TMPDIR (e.g. might have set $TEMPDIR, or might use
      some other path for temporary files).
      81c9629c
  3. Sep 08, 2020
  4. Aug 02, 2020
  5. Nov 05, 2018
  6. May 29, 2018
  7. May 25, 2018
  8. Apr 27, 2018
  9. Apr 26, 2018
    • Jochen Meyer's avatar
      fixing get_files script to retrieve locally installed files · bbec5c1b
      Jochen Meyer authored
      If code is checkout locally and atlas_install_scripts is added (or
      extended) in the CMakeLists.txt file in order to make (more)
      scripts available, it does work in the sense that the scripts can
      be executed. However, using the "get_files" script to download
      or better copy the file fails and reports the file cannot be
      found. If job options, data files and xmls are installed by in
      local modifcation of the CMakeLists.txt, those files can be found.
      The script even recognizes installed scripts which are already part
      of the build, i.e. centrally available. Only local script files
      cannot be found even though they can be exectued.
      
      This MR should prevent developers to get (more) insane and frantic
      by adjusting the path variable in get_files ........... o_O
      
      
      Former-commit-id: 21544891
      bbec5c1b
  10. Apr 03, 2018
  11. Mar 22, 2018
  12. Oct 30, 2017
  13. Jul 29, 2017
    • Zach Marshall's avatar
      Using TMPDIR for get_files log file · d83b99c5
      Zach Marshall authored
      On some systems, /tmp is not very big or very accessible for all users
      (we've run into this on some batch system nodes, for example).  Seems
      like a better idea would to use TMPDIR if it's available, and default to
      /tmp if it isn't.  Just doing that in this patch.
      
      
      Former-commit-id: 82ea4bc3
      d83b99c5
  14. Mar 01, 2017
    • Charles Leggett's avatar
      replace all instances of endreq with endmsg · 40d459ae
      Charles Leggett authored
      endreq is deprecated, and replaced with endmsg.
      
      Did not replace in log files, or READMEs. Two files which are questionable are
         InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/src/GeoModelTRT.dev
      and
         InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/src/PVFindingTrackFilter_cxx
      
      
      Former-commit-id: 699dba0d
      40d459ae
  15. Feb 03, 2017
  16. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (Scripts-00-01-92) · 45ab1034
      Atlas-Software Librarian authored
      	* Tagging Scripts-00-01-92.
      	* cmt/completion/setup_completion.bash,
      	share/lookup_local_joboptions.sh: Fix completion for references to
      	files not in the current directory.
      
      2016-02-26  scott snyder  <snyder@bnl.gov>
      
      	* Tagging Scripts-00-01-91.
      	* share/checkDbgSymbols.sh (filter): Ignore gtest libraries.
      
      2016-01-28  Stewart Martin-Haugh  <smh@cern.ch>
      
      	* Tagging Scripts-00-01-90.
      	* cmt/requirements: remove unparsed comment for cmt2cmake
      
      2015-10-20  scott snyder  <snyder@bnl.gov>
      
      	* Tagging Scripts-00-01-89.
      	ignore.
      ...
      (Long ChangeLog diff - truncated)
      45ab1034
  17. Jan 19, 2015
  18. Sep 19, 2014
Loading