summaryrefslogtreecommitdiff
path: root/src/buildtool/common/TARGETS
AgeCommit message (Collapse)Author
2023-03-10Move common defaults for just and just-mr into a separate libraryKlaus Aehlig
... and, in this way, avoid duplication of these constants that might lead to inconsistencies between those two tools later.
2023-01-20Cleanup local CAS dependency for repository configSascha Roloff
2022-11-21Use the newly-added concept of private-depsKlaus Aehlig
While there, also add all direct dependencies explicitly; using directly dependencies that are pulled in only indireclty causes problems from a maintainability point of view.
2022-08-05InstallCas: Moved install-cas code to separate libraryOliver Reiche
2022-08-05Modified artifact digest to provide wire digest on demandSascha Roloff
2022-07-08In install-cas be more liberal in parsing artifact identifiersKlaus Aehlig
2022-06-28Support more verbose error reportingKlaus Aehlig
2022-06-20Crypto: Add and use set of globally used hash functionsOliver Reiche
2022-06-13RepoConfig: Compute repository keyOliver Reiche
2022-06-02Add missing direct dependenciesKlaus Aehlig
2022-04-21add compatibility with original remote build protocolAlberto Sartori
2022-03-21Drop unnecessary declaration of indirect dependenciesKlaus Aehlig
If we do not use a target directly, we also should not include it. It's be build tool's job to track indirect dependencies.
2022-03-16Format: Apply compact JSON formattingOliver Reiche
2022-02-22Initial self-hosting commitKlaus Aehlig
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com>