diff options
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index ecb382db..2d433a0b 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -51,10 +51,8 @@ print(""" - rebootstrap description: '{my_description}{do_not_edit}' logrotate: - daysToKeep: 365 + daysToKeep: 90 numToKeep: 20 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 scm: - git: url: 'git://anonscm.debian.org/users/helmutg/rebootstrap.git' |