- Mar 10, 2021
-
-
Attila Krasznahorkay authored
This way the build_externals.sh scripts of all of the projects could accept the same list of command line arguments. Even if those in DetCommon and AthDataQuality would not care about some of them.
-
- Mar 08, 2021
-
-
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.
-
- Jan 15, 2021
-
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
By now, in the master branch, we only pick up LCG and TDAQ from CVMFS by default. All that logic was not necessary anymore. And with the unification of the project build scripts, that logic actually prevented builds of AnalysisBase on hosts with no CVMFS access.
-
- Jan 13, 2021
-
-
- Oct 01, 2020
-
-
Frank Winklmeier authored
Add script to merge MRs matching a set of GitLab labels into the current (local) git branch. Relates to ATLINFR-3750.
-
- Jul 10, 2020
-
-
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.
-
- May 01, 2020
-
-
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.
-
- Apr 28, 2020
-
-
Dan Guest authored
- Apr 22, 2020
- Feb 01, 2020
-
-
This is how the CMake 3.15+ compatible version of our CMake configuration has to be interacted with...
-
- Jan 10, 2020
-
-
Attila Krasznahorkay authored
See ATLINFR-3336 for details.
-
- Jan 16, 2019
-
-
Attila Krasznahorkay authored
Since I removed the handling of -d already in the previous commits, this would've just lead to quite undefined behaviour when somebody tried to use -d with this script.
-
- Jan 15, 2019
-
-
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.
-
- Dec 18, 2018
-
-
Attila Krasznahorkay authored
The atlas/atlasexternals repository has been open to the public since a very long time. To make the build process a little more robust, let's not use any authentication for checking out that repository.
-
- Aug 29, 2018
-
-
charles leggett authored
Former-commit-id: 59e31e53
-
- May 17, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 9354fab4
-
- Apr 23, 2018
-
-
Oana Vickey Boeriu authored
Former-commit-id: bae0e820
-
- Mar 28, 2018
-
-
Oleg Zenin authored
Former-commit-id: 7178fb14
-
- Feb 01, 2018
-
-
Riccardo Maria Bianchi authored
Former-commit-id: 67667532
-
Riccardo Maria Bianchi authored
Former-commit-id: f09514de
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 23, 2017
-
-
Attila Krasznahorkay authored
of the CMake/CPack configuration of producing debug RPMs off of RelWithDebInfo builds. Former-commit-id: 65aa13e2
-
- Nov 17, 2017
-
-
Oana Vickey Boeriu authored
Former-commit-id: 17b0ad69
-
- Oct 13, 2017
-
-
Emil Obreshkov authored
Former-commit-id: 003bae2d
-
- Oct 12, 2017
-
-
Atlas-Software Librarian authored
Former-commit-id: ead4c942
-
- Sep 27, 2017
-
-
Attila Krasznahorkay authored
- Make sure that the builds are properly re-configured, by explicitly removing the CMakeCache.txt file from the build directories; - Cleaning the build directory completely whenever the build of Gaudi is re-configured. To provide a temporary fix for GAUDI-1315. Former-commit-id: 73de7ded
-
- May 17, 2017
-
- May 12, 2017
-
-
Atlas-Software Librarian authored
Former-commit-id: 20dde8ed
-
- May 07, 2017
-
-
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1362 Former-commit-id: cfa3fc8f
-
- May 03, 2017
-
-
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1362 Former-commit-id: 1401a353
-
Atlas-Software Librarian authored
Former-commit-id: bc52a1f9
-
- Apr 30, 2017
-
-
Davide Gerbaudo authored
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1290 Former-commit-id: 9ac931db
-
- Apr 01, 2017
-
-
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
-