Simon Hollenbach

Results 37 comments of Simon Hollenbach

> If Aptly obeyed its umask, [...] > [...] > The `db` directory has permission 0755. Since my umask is 0002, it should have 0775. I don't know what you...

That's a rather peculiar situation you have managed to get yourselfs into. Just to start debugging, so, `aptly mirror list -raw` shows multiple lines with the same mirror key? Please...

Have you considered using aptly's API for you CI jobs? It should already deliver JSON responses for all implemented features. The API documentation is funny though, as it does not...

You should be able to mount your FTP share and use it like you would a normal filesystem target. If I'm not mistaken, aptly will detect not being able to...

Since aptly is running a modified and locally maintained version of goleveldb, as to be found in `/database/goleveldb/` inherited from the original maintainer, I think we would need to backport...

I think I was severly wrong in my comment above, sorry about that. The relevant goleveldb version can be bumped [here](https://github.com/aptly-dev/aptly/blob/master/go.mod#L38).

Similar to what is noted in issue #1138, you should be fine as long as you point aptly to the correct keyring containing your secret key used for signing. Try:...