Skip to content
Snippets Groups Projects
  1. Mar 08, 2021
    • Attila Krasznahorkay's avatar
      Introduced a common build_externals.sh script for the "external-less" projects. · 19f2089c
      Attila Krasznahorkay authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      This is meant to be used by AthDataQuality and DetCommon for the time
      being. Just like build_project_externals.sh, meant for the other projects,
      it requires a few simple settings from the individual build_externals.sh
      scripts, and can then do the code checkout in a consistent way for both
      of them.
      
      At the same time fixed some small issues in the existing scripts as
      well to ensure that code checkout errors would be properly reported
      by them.
      19f2089c
  2. Jan 15, 2021
  3. Jan 13, 2021
  4. Oct 01, 2020
  5. Jul 10, 2020
    • Frank Winklmeier's avatar
      AtlasBuildScripts: Handle existing tags in tag_build.sh · 8bbb37e6
      Frank Winklmeier authored
      Improvements to `tag_build.sh` used in the nightly builds. If a given
      tag already exists, instead of failing, do a checkout of that tag. This
      will allow the build of multiple projects/platforms from the same
      nightly tag.
      
      Relates to ATLINFR-3334.
      8bbb37e6
  6. May 01, 2020
    • Dan Guest's avatar
      Support ancient version of git · 62bdcc5e
      Dan Guest authored
      Apparently 'git remote get-url' is a relatively new addition to the library,
      in that it was added in the last 5 years. This moves to something that was
      supported in git 1.8 as well.
      62bdcc5e
  7. Apr 28, 2020
  8. Apr 22, 2020
  9. Feb 01, 2020
  10. Jan 10, 2020
  11. Jan 16, 2019
  12. Jan 15, 2019
    • Attila Krasznahorkay's avatar
      Improved the extra CMake argument handling in the build scripts. · 3f79eee4
      Attila Krasznahorkay authored
      This is to allow us passing multiple extra arguments to CMake through the build
      scripts. The formalism is that the -x argument of all build scripts can be
      specified multiple times. Resulting in each value passed to -x being taken
      into account.
      
      At the same time removed the git version checking from the build scripts,
      as it was not needed for anything for a while now.
      
      Finally, took the opportunity to do some general cleanup as well.
      3f79eee4
  13. Dec 18, 2018
  14. Aug 29, 2018
  15. May 17, 2018
  16. Apr 23, 2018
  17. Mar 28, 2018
  18. Feb 01, 2018
  19. Dec 11, 2017
  20. Dec 08, 2017
  21. Nov 23, 2017
  22. Nov 17, 2017
  23. Oct 13, 2017
  24. Oct 12, 2017
  25. Sep 27, 2017
  26. May 17, 2017
  27. May 12, 2017
  28. May 07, 2017
  29. May 03, 2017
  30. Apr 30, 2017
  31. Apr 01, 2017
    • Graeme A Stewart's avatar
      Improve error reporting from build_*.sh scripts · 7077edda
      Graeme A Stewart authored
      Suppress the bogus errors from the "ls" command in AtlasExternals
      GIve an explicit error message if error count is non-zero at end of scripts
      
      
      Former-commit-id: 3532767f
      7077edda
    • Graeme A Stewart's avatar
      Add override environment variables for AtlasExternals and Gaudi checkouts · aa4b0a70
      Graeme A Stewart authored
      Add some environment variables with a standard pattern of
      External_URL and External_REF that control the repository
      URL and refrence used in the checkout scripts. This makes
      it much easier to test changes to these repositories
      before they are merged into the main repos. The special
      value "current" for the URL signals no clone or checkout
      and leaves the current checkout in place, so that even
      uncommitted changes can be tested.
      
      
      Former-commit-id: 6f187e0e
      aa4b0a70
Loading