Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 28, 2020
  3. Apr 22, 2020
  4. Feb 01, 2020
  5. Jan 10, 2020
  6. Jan 16, 2019
  7. 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
  8. Dec 18, 2018
  9. Aug 29, 2018
  10. May 17, 2018
  11. Apr 23, 2018
  12. Mar 28, 2018
  13. Feb 01, 2018
  14. Dec 11, 2017
  15. Dec 08, 2017
  16. Nov 23, 2017
  17. Nov 17, 2017
  18. Oct 13, 2017
  19. Oct 12, 2017
  20. Sep 27, 2017
  21. May 17, 2017
  22. May 12, 2017
  23. May 07, 2017
  24. May 03, 2017
  25. Apr 30, 2017
  26. 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
  27. Mar 10, 2017
    • Christian Gumpert's avatar
      propagate number of shell execution errors · 858ee243
      Christian Gumpert authored
      Even if we do not to fail immediately on errors when building Gaudi
      or ATLAS externals, it is still important for the CI system to know
      whether some errors occured. By not failing on error but reporting
      the total number of errors, the calling scripts can decide how to
      deal with this in specific situations (e.g. CI build vs nightly).
      
      
      Former-commit-id: 136d2f16
      858ee243
  28. Mar 06, 2017
    • Attila Krasznahorkay's avatar
      Added a dummy CMakeLists.txt file into the Build directory. · e1153488
      Attila Krasznahorkay authored
      This is needed to make the CI system assign a reasonable label to merge requests modifying
      files in this directory.
      
      At the same time updated the Athena package_filters.txt file to ignore both the CI and
      the Build directories. Not having the project ignore them was not leading to any compilation
      problems, but it made both directories show up in the generated packages.txt file. Which
      really just tries to confuse NICOS.
      
      
      Former-commit-id: d2ef8801
      e1153488
  29. Mar 04, 2017
  30. Mar 03, 2017
  31. Feb 26, 2017
    • Graeme A Stewart's avatar
      Add helper script for tagging a nightly build · 4ecea8d4
      Graeme A Stewart authored
      This script will tag a Jenkins nightly build, using the name of the current
      branch and the timestamp defined in the $datestamp variable or given
      on the command line.
      
      It should be used as a generic part of any production nightly Jenkins
      build of athena.
      
      
      Former-commit-id: 3c55ae20
      4ecea8d4
    • Graeme A Stewart's avatar
      Add helper script for tagging a nightly build · b1bc80c6
      Graeme A Stewart authored
      This script will tag a Jenkins nightly build, using the name of the current
      branch and the timestamp defined in the $datestamp variable or given
      on the command line.
      
      It should be used as a generic part of any production nightly Jenkins
      build of athena.
      
      
      Former-commit-id: a992c758
      b1bc80c6
Loading