summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/recipe.rs
AgeCommit message (Collapse)Author
2021-11-03driver: recipe: sort recipes by filenameMatthias Schiffer
Make the task order deterministic, in case there are multiple recipes with the same name and version number.
2021-11-03driver: store multiple recipe with the same ID, select highest version numberMatthias Schiffer
We are using the Debian version number scheme for comparision.
2021-11-03driver: recipe: derive version number from filenameMatthias Schiffer
2021-10-29driver: recipe: use common error typesMatthias Schiffer
2021-10-28Rename executor to driverMatthias Schiffer