Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fetch the list of system values from the database | Christopher Baines | 2021-04-23 |
| | | | | This removes the need to hardcode some values in the code. | ||
* | Add powerpc64le-linux as a supported system | Christopher Baines | 2021-02-12 |
| | | | | | This should not be necessary, but currently the database isn't used to find out the valid system values. | ||
* | Update the valid-systems test | Christopher Baines | 2020-04-20 |
| | |||
* | Check that the test database is being used in all the tests | Christopher Baines | 2020-02-24 |
| | |||
* | Make valid-systems quicker | Christopher Baines | 2020-01-05 |
| | | | | | In the future, it would be good to pull this from the database again, but in some way which is really quick. | ||
* | Associate a name with database connections | Christopher Baines | 2019-07-12 |
| | | | | This helps when working out which connection to the database is doing what. | ||
* | Add an initial test | Christopher Baines | 2019-04-14 |
Along with the buildsystem changes to make `make check` work. |