André Roth

Results 185 comments of André Roth

another question: since the database format changes, what impact does this have on a existing database when upgrading to a version with split reflists ? I.e. for republishng a snapshot...

hi ! as this is a breaking change in certain scenarios, I am a bit hesitant to introduce it now. For example, if someone would revert back to an older...

Hi ! I looked in the problem and I think aptly does not support parallel operation, i.e. different clients sending requests at the same time. For this reason in the...

I implemented a queue in https://github.com/aptly-dev/aptly/pull/1271, this should allow to publish from different clients instead of returning 409. Something like this should work for all commands which support async: ```...

The normal non-async requests are not also queued in https://github.com/aptly-dev/aptly/pull/1271, and also file uploads should work concurrently now. Could you please give it a try?

if you are using parallel uploads / add files, make sure a unique upload directory is used: ``` folder=`mktemp -u tmp.XXXXXXXXXXXXXXX` curl -f -X POST -F file=@/home/deb/lib_mastertest_amd64.deb 'http://192.168.100.150/deb/api/files/$folder -u api:pass...

continue in https://github.com/aptly-dev/aptly/pull/1023

replaced by https://github.com/aptly-dev/aptly/pull/1339

continue in https://github.com/aptly-dev/aptly/pull/1167

I think we already have option 2: ``` $ find -name *.deb ./deb/testdata/dbgsym-with-source-version/dbgsym-with-source-version_0.1+aptly2021.01_amd64.deb ./deb/testdata/changes/hardlink_0.2.0_i386.deb ./deb/testdata/changes/hardlink_0.2.1_amd64.deb ./system/t06_publish/PublishRepo29Test/libboost-broken-program-options-dev_1.49.0.1_i386.deb ./system/t06_publish/FSEndpointPublishSnapshot17Test/2/libboost-broken-program-options-dev_1.49.0.1_i386.deb ./system/t06_publish/FSEndpointPublishSnapshot17Test/1/libboost-broken-program-options-dev_1.49.0.1_i386.deb ./system/t06_publish/FSEndpointPublishSnapshot18Test/2/libboost-broken-program-options-dev_1.49.0.1_i386.deb ./system/t06_publish/FSEndpointPublishSnapshot18Test/1/libboost-broken-program-options-dev_1.49.0.1_i386.deb ./system/changes/hardlink_0.2.1_amd64.deb ./system/t04_mirror/test_release2/pool/main/a/amanda/amanda-client_3.3.1-3~bpo60+1_amd64.deb ./system/files/libboost-program-options-dev_1.49.0.1_i386.deb ./system/files/libboost-program-options-dev_1.62.0.1_i386.deb ``` and it might be easier...