fix tmpwatch command so it doesn't remove static files for buildmaster
This commit is contained in:
parent
0bfc85af10
commit
488f79a939
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
0 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ artifacts_max_life }} {{ public_artifacts_dir }}
|
||||
0 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}
|
||||
0 10 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/x86_64
|
||||
0 20 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/i386
|
||||
0 30 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue