Joerg Jaspert pushed to branch deploy at Debian FTP Team / dak
Commits:
-
45f08a47
by Ivo De Decker at 2020-04-13T12:22:16+02:00
-
e94e918a
by Joerg Jaspert at 2020-04-13T13:18:30+02:00
-
5768a364
by Joerg Jaspert at 2020-04-13T13:19:12+02:00
3 changed files:
Changes:
| ... | ... | @@ -129,6 +129,7 @@ SuiteMappings |
| 129 | 129 |
"silent-map bullseye-security testing-security";
|
| 130 | 130 |
"propup-version stable-security testing testing-proposed-updates unstable";
|
| 131 | 131 |
"propup-version testing-security unstable";
|
| 132 |
+ "propup-version testing unstable";
|
|
| 132 | 133 |
"map jessie oldoldstable";
|
| 133 | 134 |
"map jessie-proposed-updates oldoldstable-proposed-updates";
|
| 134 | 135 |
"map jessie-updates oldoldstable-proposed-updates";
|
| ... | ... | @@ -59,3 +59,7 @@ function update_masterdir() { |
| 59 | 59 |
# And switch to the commit we just verified
|
| 60 | 60 |
git checkout ${NEWHEAD}
|
| 61 | 61 |
}
|
| 62 |
+ |
|
| 63 |
+function cleanlogs() {
|
|
| 64 |
+ find ${logdir} -mtime +60 -delete
|
|
| 65 |
+}
|
| ... | ... | @@ -8,4 +8,5 @@ check_commit_signature none none true false |
| 8 | 8 |
NOSTAGE check_for_db_update none true false
|
| 9 | 9 |
check_ancestor none none true false
|
| 10 | 10 |
update_masterdir none none true false
|
| 11 |
+cleanlogs none none true false
|
|
| 11 | 12 |
UNLOCK DEPLOY none true false
|