Stéphane Blondon
|
a4858dc287
Fix E123 flakes8 error (closing bracket does not match indentation of opening bracket's line)
|
2 years ago |
Ansgar
|
c3305a9820
rename function `our_raw_input` to `input_or_exit`
|
3 years ago |
Bastian Blank
|
abdfa67c82
Accept udeb into non-main debian-installer sections
|
3 years ago |
Ansgar
|
62bbc72da9
[py3] The future is now!
|
4 years ago |
Niels Thykier
|
9cf13ca749
Remove some unused imports
|
4 years ago |
Joerg Jaspert
|
eb4508cf4a
Store the prod mail as note for the package
|
4 years ago |
Ansgar
|
72c6bdec17
remove interpreter from Python module in daklib and dak/dakdb
|
4 years ago |
😸
|
c79d7b4e04
use common implementation to call editor
|
4 years ago |
Michael Lustfield
|
7764742c9e
Change default action to abandon for empty notes.
|
4 years ago |
Niels Thykier
|
89590bf35d
Reduce the number of garbage collected file descriptors
|
4 years ago |
Ansgar Burchardt
|
ce8db5ce28
use standard `open` instead of custom `daklib.utils.open_file`
|
5 years ago |
Ansgar Burchardt
|
149540c965
[cleanup] remove unused code
|
5 years ago |
Ansgar Burchardt
|
5ba90ed5bc
silence warning "W504 line break after binary operator"
|
5 years ago |
Bastian Blank
|
da66a788e5
Use absolute imports
|
6 years ago |
Bastian Blank
|
21d6554436
Convert to print function
|
6 years ago |
Bastian Blank
|
34d63b51d1
Fix E231: Missing whitespace after ',', ';', or ':'
|
6 years ago |
Bastian Blank
|
4544378f72
Fix E226: Missing whitespace around arithmetic operator
|
6 years ago |
Bastian Blank
|
3797103cab
Fix E221: Multiple spaces before operator
|
6 years ago |
Bastian Blank
|
a53cdc3717
Fix E203: Whitespace before ':'
|
6 years ago |
Bastian Blank
|
d12d198ba7
Fix E202: Whitespace before ')'
|
6 years ago |
Bastian Blank
|
681c3f4b26
Fix E201: Whitespace after '('
|
6 years ago |
Bastian Blank
|
32343595ab
Fix E302: Expected 2 blank lines, found 0
|
6 years ago |
Bastian Blank
|
2dfe976768
Fix E301: Expected 1 blank line, found 0
|
6 years ago |
Bastian Blank
|
2516a7a6a6
Fix E101: Indentation contains mixed spaces and tabs
|
6 years ago |
Luca Falavigna
|
6400327404
Restore tracking server in a few places
|
6 years ago |
Bastian Blank
|
5b08e57be0
Fix E251: Unexpected spaces around keyword / parameter equals
|
6 years ago |
Bastian Blank
|
2bf7eca49b
Fix E701: Multiple statements on one line (colon)
|
6 years ago |
Chris Lamb
|
84bb48818a
Replace instances of ``if x.has_key(y)`` with ``if y in x``.
|
6 years ago |
Luca Falavigna
|
201d7e04ae
Do not send mails to packages.qa.debian.org anymore (Closes: #884930)
|
6 years ago |
Ansgar Burchardt
|
b3d7c0ea37
daklib/queue.py: Remove unneeded imports.
|
9 years ago |