Skip to content
Snippets Groups Projects

rebuilderd_worker: start removing stale chroots

Merged Evangelos Foutras requested to merge remove-stale-repro-chroots into master
Files
5
+ 3
0
#!/bin/bash -e
find /var/lib/repro -maxdepth 1 -name '*?_?*' -mtime +6 -exec rm -rf {} +
Loading