André Roth
André Roth
rebased :) flake8 complains: https://github.com/aptly-dev/aptly/actions/runs/9769113398/job/26967965110?pr=1308#step:9:1032
thanks for your amazing work, @an0rak-dev ! seems like the test is failing: ``` [GIN] 2024/07/03 - 22:08:30 | 202 | 11.153459ms | 127.0.0.1 | POST "/api/repos/FaAZ8T9QodtFhKL/copy/LztTvFCdwDRcIlw/libboost-program-options-dev_1.49.0.1_i386.deb?_async=True" [GIN] 2024/07/03 -...
there is a way to pass `"Batch": true` in the sjon data for API calls, see above...
closing issue, if we need inprit whitespace trimmig, we'll open a new issue...
you mean the space in front of each base64 line ? could you share how you create the repo or mirror ?
Publish API: "json: cannot unmarshal array into Go struct field .Signing of type api.SigningOptions"
Thanks for your inputs ! Documentation updated: https://www.aptly.info/doc/api/publish/ :-)
this might be fixed with https://github.com/aptly-dev/aptly/pull/1271 are you using async mode for the API calls (_async=true) ? could you check with latest ? `deb http://repo.aptly.info/nightly-DIST DIST main` Where DIST needs...
Could you try adding the **Signing** parameters (**Batch**, **GpgKey** and **PassphraseFile**) ? that usually works: ``` curl -X POST -H 'Content-Type: application/json' --data '{"SourceKind": "local", "Sources": [{"Name": "test-repo"}], "Architectures": ["i386",...
Thanks for the clarifications ! I tried to reproduce with latest CI build (from master): ``` $ curl -X POST -H 'Content-Type: application/json' --data '{"SourceKind": "local", "Sources": [{"Name": "copied"}], "Architectures":...
Hi XayOn, that is a lot in pull req! see my comments below: - Fixed PEP8 - Removed lots of duplicate code great! - Updated to aiohttp 2.2 - Removed...