aptly icon indicating copy to clipboard operation
aptly copied to clipboard

aptly - Debian repository management tool

Results 325 aptly issues
Sort by recently updated
recently updated
newest added

Fixes #1125 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change While implementing the `?_async=true` task api,...

bug

## Detailed Description Aptly crashed with a concurrent map writes error. Log: https://gist.github.com/russelltg/6ece2a67e723b2fb7560851a69257055 This has happened a few times now, seems to happen after every few weeks or so. Let...

bug

## Detailed Description Using Aptly 1.5.0. Running 2 API calls `PUT {api_url}/api/publish/{path}/{distribution}` on the same path at the same time, will lead to various failures and potentially an unpredictable end...

bug
1.6.0

frado8@comp:/home/frado/work/comp/product_g$ export [email protected] frado8@comp:/home/frado/work/comp/product_g$ export DEBFULLNAME='Bhalla Frado' frado8@comp:/home/frado/work/comp/product_g$ gpg -K /home/frado8/.gnupg/pubring.gpg sec rsa3072 2022-09-28 [SC] 0FA2D236135EA1B5849E4B6306CA7B9D3DB2353D uid [ unknown] Bhalla Frado ssb rsa3072 2022-09-28 [E] frado8@comp:/home/frado/work/comp/product_g$ echo test | gpg...

## Detailed Description When running Aptly's test suite on linux-arm64 or darwin-arm64, a segmentation fault is hit during the ImportChangesFiles test. The trace goes back through goleveldb into snappy. This...

bug
please confirm resolved

Would you add support for publishing to FTP endpoints? For now I would have to create the snapshot with aptly with a filesystem endpoint, and then publish to FTP separately.

wishlist

We are using aptly in many scripts for example to add packages via ci to our repo servers. It would help a lot if there was a general flag to...

Hi all, My company is looking to posssibly use aptly to host our internal repos. However i do have a question. Our currently setup requires that some of our servers...

Multiple repo with same name got created in aptly ## Detailed Description We have a automated way to push the packages to aptly mirror. The recent package was not appearing...

While `aptly package search -format="{{.Package}} (version {{.Version}})"` produces the correct output, `aptly repo search REPO_NAME -format="{{.Package}} (version {{.Version}})"` errors with: ``` ERROR: unable to search: parsing failed: unexpected token {:...

bug