Skip to content

Build Script Update, master branch (2021.03.10.)

Taught the Build/AtlasBuildScripts/checkout_project_externals.sh script to gracefully ignore command line arguments that don't concern it.

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.

This is a follow-up from !41381 (merged), making it easier for the CI system to consider the DetCommon project, as discussed in ATLINFR-4008.

Merge request reports