debian-forge-composer/cmd/osbuild-worker
Lars Karlitski 33a4c55a6f osbuild-worker: don't use /var/cache for temporary directories
When osbuild-composer crashed, it left temporary directories in
`/var/cache`. Use `/var/tmp` for these output directories, because
systemd will clean these up (we set PrivateTmp=true).

Also, put the store into `/var/cache/osbuild-store`. The worker does not
checkpoint anything. The store is only used as a cache for rpms. That
can be shared between multiple workers and successive runs of a single
worker.
2020-06-12 00:13:37 +02:00
..
main.go osbuild-worker: don't use /var/cache for temporary directories 2020-06-12 00:13:37 +02:00
osbuild.go distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00