Ansgar
|
4b4b6744d0
[py3] stop using `six.iter*` family of functions
|
3 years ago |
Niels Thykier
|
15524c9ed6
Remove unused assignments/parameters
|
4 years ago |
😸
|
e43972358b
add wrapper class around `apt_pkg.Hashes`
|
4 years ago |
Ivo De Decker
|
9068eb8819
replace iter{items,keys,values} with six function
|
4 years ago |
Ivo De Decker
|
a5ce838672
replace long() with int()
|
4 years ago |
Niels Thykier
|
89590bf35d
Reduce the number of garbage collected file descriptors
|
4 years ago |
Paul Wise
|
0180d7b960
Use the changes sourceful wrapper property instead of architectures property
|
5 years ago |
Ansgar Burchardt
|
5b73a3a596
Changes, Source: read file in binary mode
|
5 years ago |
Guillem Jover
|
4c22c7731b
Only require the .changes Binary and Description fields on binary uploads
|
6 years ago |
Ansgar Burchardt
|
6b8a839870
Changes: fix comparison
|
6 years ago |
Bastian Blank
|
ff61ee0ac9
Convert Changes to rich comparision
|
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
|
5b08e57be0
Fix E251: Unexpected spaces around keyword / parameter equals
|
6 years ago |
Chris Lamb
|
74f1635e0e
Drop unused imports.
|
6 years ago |
Ansgar Burchardt
|
37b5256900
nicer reject message when .dsc is missing in upload
|
7 years ago |
Bastian Blank
|
1f010224aa
Check byhand section first
|
7 years ago |
Ansgar Burchardt
|
eb49471c1d
store `.buildinfo` files for uploads to policy queues
|
7 years ago |
Ansgar Burchardt
|
3b68f02b0f
Add accessor for `weak_signature`
|
7 years ago |
Ansgar Burchardt
|
d4b633fb40
Rename `_signed_file` member to `signature`
|
7 years ago |
Niels Thykier
|
41a349d2ea
daklib/upload.py: Silently accept and discard .buildinfo files
|
9 years ago |
Ansgar Burchardt
|
64292a3e28
HashedFile: Allow to use a different filename for input
|
9 years ago |
Ansgar Burchardt
|
f52fdad129
Generalize parse_file_list to allow handling Release files
|
9 years ago |
Ansgar Burchardt
|
55a06f4c01
Allow checking files given an open file handle.
|
9 years ago |
Ansgar Burchardt
|
657eb8fa41
Fix typo in error message.
|
9 years ago |
Paul Tagliamonte
|
d9dac076c8
Import errno, used in Exception handling.
|
10 years ago |
Ansgar Burchardt
|
0fe78641fc
HashedFile: Raise FileDoesNotExist if referring to a non-existing file
|
10 years ago |
Ansgar Burchardt
|
731d594cc9
daklib/upload.py: Use common base class for all exception.
|
10 years ago |
Ansgar Burchardt
|
206fb80997
Add replay protection for uploaded changes files.
|
10 years ago |
Ansgar Burchardt
|
3f88839fc3
daklib.upload.Source: expose Package-List.
|
10 years ago |