forked from vieter-v/vieter
chore: use new conf features
parent
cac74db086
commit
bb4406404d
|
@ -59,10 +59,9 @@ configuration variable required for each command.
|
||||||
([GitHub](https://github.com/Menci/docker-archlinuxarm)). This is the
|
([GitHub](https://github.com/Menci/docker-archlinuxarm)). This is the
|
||||||
image used for the Vieter CI builds.
|
image used for the Vieter CI builds.
|
||||||
* `max_log_age`: maximum age of logs (in days). Logs older than this will get
|
* `max_log_age`: maximum age of logs (in days). Logs older than this will get
|
||||||
cleaned by the log removal daemon. If set to a negative value, no logs are
|
cleaned by the log removal daemon. If set to zero, no logs are ever removed.
|
||||||
ever removed. The age of logs is determined by the time the build was
|
The age of logs is determined by the time the build was started.
|
||||||
started.
|
* Default: `0`
|
||||||
* Default: `-1`
|
|
||||||
* `log_removal_schedule`: cron schedule defining when to clean old logs.
|
* `log_removal_schedule`: cron schedule defining when to clean old logs.
|
||||||
* Default: `0 0` (every day at midnight)
|
* Default: `0 0` (every day at midnight)
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ pub:
|
||||||
default_arch string
|
default_arch string
|
||||||
global_schedule string = '0 3'
|
global_schedule string = '0 3'
|
||||||
base_image string = 'archlinux:base-devel'
|
base_image string = 'archlinux:base-devel'
|
||||||
max_log_age int = -1
|
max_log_age int [empty_default]
|
||||||
log_removal_schedule string = '0 0'
|
log_removal_schedule string = '0 0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue