This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Description
The order of the package installation is alphabetical. If a package (DVstats for example) requires a package (smwrStats)....we need to install smwrStats first.
Ideally, no packages should have circular dependencies.....I'd almost not bother trying to bombproof this system to handle that.
But...there are plenty of packages in GRAN that depend on each other. We need to either have a way to specify order, or do the order in the same way as the gran_source_list.tsv.
One thing that can help in the meantime is to do the gran build for each pull request (at least via Jenkins), rather than merging all the PR's for 1 week, and doing it once. Then, if there are new packages...we can monitor (more) easily if they depend on each other.