summaryrefslogtreecommitdiffstats
path: root/examples/packages/repo
AgeCommit message (Collapse)Author
2021-05-17Fix example: Fix syntaxMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-05-17Fix example: releases are now stored in subdir of releases rootMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-11Endpoint configuration as MapMatthias Beyer
This patch rewrites the endpoint configuration format to be a map. The problem here is, that a list of endpoints cannot easily be used with layered configuration, where a part of the configuration lives in the XDG config home of the user and the rest lives in the repository. With this patch, the endpoints are configured with a map instead of an array, which makes it less complicated to overwrite. The name of an endpoint is now the key in the map. A type `EndpointName` was introduced to take advantage of strong typing. Thus, the patch touches a bit more code to adapt to the new type in use. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net> Tested-by: Matthias Beyer <matthias.beyer@atos.net>
2021-03-10Example: Add multiple sub-versions of "s", with different patchesMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2021-03-10Add "patch" file to sMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2021-03-10Example: Add patchcheck phase to check whether patches are presentMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2021-02-11Make the package script "complex"Matthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-02-11Remove simple examples, add complex oneMatthias Beyer
This patch removes the many simple examples and replaces them with one big example repository with 26 packages that have a complex dependency setup. This is nice for testing. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>