Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | python: Add type hints and fix style in test scripts | Paul Cristian Sarbu | |
For maximum compatibility, we use the uppercase types from the typing package instead of the built-in types, therefore compliant with PEP 484 and PEP 526. | |||
2023-01-24 | bin/boostrap.py: support dropping of repositories | Klaus Aehlig | |
Not all repositories mentioned in the repository configuration are needed to boostrap just (e.g., because they are used for testing). Support dropping dependencies for bootstrapping by replacing them by a reference to an empty directory and in this way have less files that need to be fetched. |