index
:
rebel/rebel
main
Unnamed repository; edit this file 'description' to name the repository.
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-18
driver: context: avoid double reference in Index impl
main
Matthias Schiffer
2021-11-17
runner: handle force_run flag, warn if output hash does not match
Matthias Schiffer
2021-11-17
runner: util: fs: make ensure_removed() work with regular files
Matthias Schiffer
2021-11-17
driver: pass force_run flag to runner
Matthias Schiffer
2021-11-16
driver: pass set of tasks to force-run to driver instance
Matthias Schiffer
2021-11-16
driver: parse: add support for + flag
Matthias Schiffer
2021-11-16
Update dependencies
Matthias Schiffer
2021-11-06
driver: return output from spawn_task() for skipped tasks
Matthias Schiffer
2021-11-06
examples: add pins.yml example
Matthias Schiffer
2021-11-06
driver: context: get list of rootfs-provided tasks from pins.yml
Matthias Schiffer
2021-11-06
Update dependencies
Matthias Schiffer
2021-11-05
driver: context: remove separate rootfs_tasks
Matthias Schiffer
2021-11-05
driver: introduce task priority field
Matthias Schiffer
2021-11-05
driver: add support for specialized tasks
Matthias Schiffer
2021-11-05
driver: replace regex with nom-based parser
Matthias Schiffer
2021-11-03
driver: recipe: sort recipes by filename
Matthias Schiffer
2021-11-03
driver: store multiple recipe with the same ID, select highest version number
Matthias Schiffer
2021-11-03
driver: context: clean up error message code
Matthias Schiffer
2021-11-03
examples: move version number to filename
Matthias Schiffer
2021-11-03
driver: recipe: derive version number from filename
Matthias Schiffer
2021-11-03
driver: change task reference string syntax to recipe:task@version/host:target
Matthias Schiffer
2021-11-01
runner: use rootfs passed in Task definition
Matthias Schiffer
2021-11-01
context: get rootfs hash from pin map
Matthias Schiffer
2021-11-01
driver: read pins from YAML file
Matthias Schiffer
2021-11-01
runner: allow passing a map of pins with a task submission
Matthias Schiffer
2021-11-01
runner: set CLOEXEC on signalfd
Matthias Schiffer
2021-11-01
runner: detect file conflicts in dependencies again
Matthias Schiffer
2021-10-31
driver: add to e2fsprogs to rootfs tasks
Matthias Schiffer
2021-10-31
driver: add toolchain prefix to PATH
Matthias Schiffer
2021-10-31
Update dependencies
Matthias Schiffer
2021-10-31
runner: unpack dependencies only once
Matthias Schiffer
2021-10-31
runner: add Stack type
Matthias Schiffer
2021-10-30
runner: set up /dev in separate directory
Matthias Schiffer
2021-10-30
runner: do not use tmpfs for temporary build directories
Matthias Schiffer
2021-10-30
runner: move lockfile out of state directory
Matthias Schiffer
2021-10-30
runner: remove unneeded reference reported by clippy
Matthias Schiffer
2021-10-30
runner: verify hash when unpacking dependencies
Matthias Schiffer
2021-10-30
examples: move recipes to subdirectory
Matthias Schiffer
2021-10-30
driver: replace dependency cutoff with stub tasks
Matthias Schiffer
2021-10-30
driver: context: change get()/index() argument to TaskRef
Matthias Schiffer
2021-10-30
driver: skip submission of empty tasks
Matthias Schiffer
2021-10-30
Make TaskOutput input hash optional
Matthias Schiffer
2021-10-30
driver: context: more consistent use specification
Matthias Schiffer
2021-10-29
driver: recipe: use common error types
Matthias Schiffer
2021-10-28
Pass workdir from driver to runner
Matthias Schiffer
2021-10-28
runner: drop paths::abs() function
Matthias Schiffer
2021-10-28
Move handling of current directory of task to driver
Matthias Schiffer
2021-10-28
Pass target directory for download archives from driver to runner
Matthias Schiffer
2021-10-28
Split paths module into driver and runner parts
Matthias Schiffer
2021-10-28
Pass full Output path to runner
Matthias Schiffer
[next]