Ansgar pushed to branch deploy at Debian FTP Team / dak
Commits:
-
883a23b9
by 😸 at 2020-09-28T09:46:19+02:00
-
f6a34341
by 😸 at 2020-09-29T20:09:47+02:00
-
e0bc32f8
by 😸 at 2020-09-29T20:12:52+02:00
2 changed files:
Changes:
| ... | ... | @@ -330,6 +330,7 @@ def genchanges(Options, outdir, oldfile, origfile, maxdiffs=56): |
| 330 | 330 |
if not os.path.isdir(outdir):
|
| 331 | 331 |
os.mkdir(outdir)
|
| 332 | 332 |
|
| 333 |
+ oldf.seek(0)
|
|
| 333 | 334 |
with open("{}.gz".format(difffile), "wb") as fh:
|
| 334 | 335 |
daklib.daksubprocess.check_call(
|
| 335 | 336 |
"diff --ed - {} | gzip --rsyncable --no-name -c -9".format(newfile), shell=True,
|
| ... | ... | @@ -206,24 +206,6 @@ Switch suite to Long Term Support (LTS) |
| 206 | 206 |
::
|
| 207 | 207 |
cronon
|
| 208 | 208 |
|
| 209 |
-NEW processing
|
|
| 210 |
---------------
|
|
| 211 |
- |
|
| 212 |
-::
|
|
| 213 |
- |
|
| 214 |
- cronoff
|
|
| 215 |
- CHANGES=FILENAME.changes
|
|
| 216 |
- dak process-new ${CHANGES}
|
|
| 217 |
- cd /srv/security-master.debian.org/queue/new/COMMENTS
|
|
| 218 |
- echo $'NOTOK\n\nMoving back to unchecked' > "REJECT.${CHANGES%.changes}"
|
|
| 219 |
- rm "ACCEPT.${CHANGES%.changes}"
|
|
| 220 |
- dak process-policy new; dak clean-suites
|
|
| 221 |
- cd /srv/security-master.debian.org/queue/reject
|
|
| 222 |
- # Careful! This is only correct if there are no previous uploads!
|
|
| 223 |
- dak admin forget-signature ${CHANGES}
|
|
| 224 |
- dcmd mv -nt ../unchecked -- ${CHANGES}
|
|
| 225 |
- /srv/security-master.debian.org/dak/config/debian-security/cronscript unchecked
|
|
| 226 |
- cronon
|
|
| 227 | 209 |
|
| 228 | 210 |
Built-Using
|
| 229 | 211 |
-----------
|