Ansgar Burchardt
|
fb826e59f6
create process pool before DB session
|
6 years ago |
Bastian Blank
|
da66a788e5
Use absolute imports
|
6 years ago |
Bastian Blank
|
21d6554436
Convert to print function
|
6 years ago |
Bastian Blank
|
eb48bea408
Always use our own process pool
|
6 years ago |
Bastian Blank
|
5744bfce04
Fix E502: The backslash is redundant between brackets
|
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
|
cfaf4312fc
Fix E712: Comparison to true should be 'if cond is true:' or 'if cond:'
|
6 years ago |
Bastian Blank
|
5b08e57be0
Fix E251: Unexpected spaces around keyword / parameter equals
|
6 years ago |
Bastian Blank
|
8a1008cee3
Fix E711: Comparison to none should be 'if cond is none:'
|
6 years ago |
Ansgar Burchardt
|
9a18e23f14
The `sql` variable was renamed to `query`
|
7 years ago |
Ansgar Burchardt
|
ce54b4f1d8
Mark SQL textual query as such explicitly
|
8 years ago |
Paul Wise
|
33c8477957
Remove the headers from the Contents files (Closes: #841997)
|
8 years ago |
Ansgar Burchardt
|
294ab6353d
Acquire a lock in the main process when writing Contents
|
9 years ago |
Helmut Grohne
|
ea5573c53a
put Python's with statement to good use
|
10 years ago |
Ansgar Burchardt
|
7b274dc7e2
Reset signal handler to default action in child processes
|
11 years ago |
Luca Falavigna
|
b639a0b9e5
Allow to specify a custom unpack directory in UnpackedSource class
|
11 years ago |
Ansgar Burchardt
|
74c42205ba
daklib/contents.py: use filter() instead of filter_by()
|
12 years ago |
Ansgar Burchardt
|
2cb93d1216
dak/contents.py, daklib/contents.py: add archive option
|
12 years ago |
Ansgar Burchardt
|
68b730887b
daklib/contents.py: update for multi-archive changes
|
12 years ago |
Ansgar Burchardt
|
aa4f71d8e3
Use archive path instead of Dir::Root
|
12 years ago |
Ansgar Burchardt
|
5ae0dac7c8
Python modules should not be executable
|
12 years ago |
Ansgar Burchardt
|
5401a178a8
daklib/contents.py: close db session after use
|
12 years ago |
Ansgar Burchardt
|
d594c28804
Go back to temporary tables.
|
12 years ago |
Ansgar Burchardt
|
c9f2c29661
Use with statement instead of temporary table
|
12 years ago |
Torsten Werner
|
27e00376e8
Convert exception handling to Python3 syntax.
|
13 years ago |
Torsten Werner
|
8d74e3e64c
bugfix
|
14 years ago |
Torsten Werner
|
b36379705f
Split binary contents into components.
|
14 years ago |