Joerg Jaspert pushed to branch master at Debian FTP Team / dak
Commits:
-
e10f55a6
by Joerg Jaspert at 2020-10-25T22:59:47+01:00
2 changed files:
Changes:
| ... | ... | @@ -26,6 +26,12 @@ function wbdump() { |
| 26 | 26 |
${masterdir}/scripts/nfu/get-w-b-db
|
| 27 | 27 |
}
|
| 28 | 28 |
|
| 29 |
+# Write out sections file
|
|
| 30 |
+function writesections() {
|
|
| 31 |
+ log "Writing sections.822"
|
|
| 32 |
+ dak write-sections > ${exportdir}/sections.822
|
|
| 33 |
+}
|
|
| 34 |
+ |
|
| 29 | 35 |
# Generate stats about the new queue
|
| 30 | 36 |
function newstats() {
|
| 31 | 37 |
log "Generating stats about the new queue"
|
| ... | ... | @@ -9,3 +9,4 @@ newstats none none |
| 9 | 9 |
contributor none none false false
|
| 10 | 10 |
cleanurgencylog none none false false
|
| 11 | 11 |
update-buildd-admin-keyring none none false false
|
| 12 |
+writesections none none false false
|