Ryan Gonzalez
37841fb205
system-test: Forward CAPTURE to docker
...
The code was only forwarding TEST, but CAPTURE is useful too.
2026-06-14 19:53:08 +02:00
Ryan Gonzalez
0164827907
docker: Preserve the go build cache
...
Otherwise, every `make docker-...` invocation will need to rebuild
everything from scratch.
2026-06-14 19:53:08 +02:00
Ryan Gonzalez
fa8e8ab6fb
docker: Fix usage with rootless podman and SELinux
...
When using rootless podman, the *current user* gets mapped to uid 0,
which results in the aptly user being unable to write to the build
directory. We can instead map the current user to the corresponding uid
in the container via `PODMAN_USERNS=keep-id`, which matches up with what
docker-wrapper wants...but then that will *enter the container as the
current uid*, which messes with the ability to set permissions on
`/var/lib/aptly`. That can be fixed by explicitly passing `--user 0:0`,
which should be a no-op on docker (since the container's default user is
already root).
Additionally, this adds `--security-opt label=disable` to avoid
permission errors when running on systems with SELinux enforcing.
2026-06-14 19:53:08 +02:00
Ryan Gonzalez
2a87554581
system-test: Fix crash when a comparison with a non-string value fails
...
`orig` isn't necessarily a string, so the string concatenation here can
raise a TypeError.
2026-06-14 19:53:08 +02:00
chesseed
298e09e0b9
fix comment
2026-06-14 19:53:08 +02:00
chesseed
4ecbaf5a62
fix swagger errors
2026-06-14 19:53:08 +02:00
JupiterRider
562820b625
ran "gofmt -s -w ." to format the code
2026-06-14 19:53:08 +02:00
André Roth
2d86506183
README: remove buster
2026-06-14 19:53:08 +02:00
Yye847
ef75ff8600
Update README.rst
...
add trixie in list of available dists also in CLI part of README
2026-06-14 19:53:08 +02:00
Yye847
62b324eb65
Update README.rst
...
add trixie in list of available dists
2026-06-14 19:53:08 +02:00
JupiterRider
4c40f4dc0a
add JupiterRider to AUTHORS file
2026-06-14 19:53:08 +02:00
JupiterRider
cfdb720ef4
remove tautological (unnecessary) nil condition
2026-06-14 19:53:08 +02:00
André Roth
5de38a987a
ci: remove EOL debian/buster
2026-06-14 19:53:08 +02:00
André Roth
c62670ea51
update Releasing.md
2026-06-14 19:53:08 +02:00
Alejandro Guijarro Monerris
9d0b3a186e
chore: add name to AUTHORS
2026-06-14 19:53:08 +02:00
Alejandro Guijarro Monerris
a5702371ef
feat(s3): add publishedPrefix to pathCache to avoid reupload of files
2026-06-14 19:53:08 +02:00
Itay Porezky
02227d7233
Removing non related actions from mirror update
2026-06-14 19:53:08 +02:00
dependabot[bot]
877ffbe376
build(deps): bump requests from 2.28.2 to 2.32.4 in /system
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-14 19:53:08 +02:00
André Roth
37b7c5aa91
Revert "use new azure-sdk"
...
This reverts commit e2cbd637b8 .
2026-06-14 19:53:08 +02:00
André Roth
3e7978180e
disable swagger
2026-06-14 19:53:08 +02:00
André Roth
4360fb00d7
Revert "tests: disable t04_mirror/create/CreateMirror18Test ( Closes : #1135740 )"
...
This reverts commit 24fcde56b6 .
2026-06-14 19:40:17 +02:00
Sébastien Delafond
d90825f4f0
Update changelog for 1.6.2-3 release
2026-05-05 18:24:43 +02:00
Sébastien Delafond
5be757e35e
d/control: bump-up Standards-Version
2026-05-05 18:24:17 +02:00
Sébastien Delafond
e51c1894bf
tests: disable t12_api/gpg/GPGAPITestAddKey ( Closes : #1135672 )
2026-05-05 18:14:15 +02:00
Sébastien Delafond
24fcde56b6
tests: disable t04_mirror/create/CreateMirror18Test ( Closes : #1135740 )
2026-05-05 18:11:47 +02:00
Sébastien Delafond
7390e19e03
Update changelog for 1.6.2-2 release
2025-11-21 15:47:30 +01:00
Sébastien Delafond
0aa0c0a995
Rediff patches
2025-11-21 15:46:22 +01:00
Sébastien Delafond
1d10dd6ce7
Remove Built-Using
2025-09-24 10:36:58 +02:00
Sébastien Delafond
e28fa416ab
Update changelog for 1.6.2-1 release
2025-09-24 08:23:22 +02:00
Sébastien Delafond
d6c7b1d770
tests: add dependencies, disable extra failing tests
2025-09-24 08:23:04 +02:00
Sébastien Delafond
92ea4a2505
Patch system-tests to not abort on first failure
2025-09-24 08:22:50 +02:00
Sébastien Delafond
3e5e0fc119
aptly-api is arch all
2025-09-24 06:50:13 +02:00
Sébastien Delafond
9fa4248e3b
Add Static-Built-Using
2025-09-24 06:49:59 +02:00
Sébastien Delafond
d958a146f7
d/watch: mangle & suffix
2025-09-24 06:30:52 +02:00
Sébastien Delafond
125a7c2c07
not-installed
2025-09-23 21:20:03 +02:00
Sébastien Delafond
d403150d77
Update changelog for 1.6.1+ds1-4~1.gbp4e6c52 release
2025-09-23 20:51:26 +02:00
Sébastien Delafond
4e6c52ec2a
Rediff patches
...
Add 0003-tests-no-upstream-s-etcd-install-as-it-s-arch-specif.patch: <REASON>
Drop 0004-tests-no-upstream-s-etcd-install-as-it-s-arch-specif.patch: <REASON>
Drop 0005-Fixes-Issue-1435.patch: <REASON>
2025-09-23 20:50:34 +02:00
Sébastien Delafond
90ffa6883a
Merge tag 'upstream/1.6.2+ds1' into debian/master
2025-09-23 20:44:39 +02:00
Sébastien Delafond
4a85be68a0
Merge tag 'v1.6.2' into upstream/latest
...
aptly: release $version
2025-09-23 20:40:20 +02:00
Sébastien Delafond
19e4040b17
Bump up Standards-Version
2025-09-23 20:35:48 +02:00
Sébastien Delafond
767323fde9
d/watch: v5
2025-09-23 20:35:31 +02:00
Sébastien Delafond
5be8231598
Update changelog for 1.6.1+ds1-3 release
2025-07-08 14:13:48 +02:00
Sébastien Delafond
e9f1947156
tests: disable system test CreateMirror31Test (Comment: #1108828 )
2025-07-08 10:31:36 +02:00
Sébastien Delafond
3d8c906c7f
tests: disable unit test TestVerifyClearsigned (Comment: #1108828 )
2025-07-08 10:31:13 +02:00
André Roth
d1bfd29dfd
Merge pull request #1458 from aptly-dev/release/1.6.2
...
Release 1.6.2
v1.6.2
2025-06-09 18:12:35 +02:00
André Roth
27ec594606
update releasing.md
2025-06-09 14:38:53 +02:00
André Roth
f652a522fd
update changelog for 1.6.2
2025-06-09 14:38:53 +02:00
André Roth
a794e87490
Merge pull request #1456 from aptly-dev/doc/gpg-api
...
doc: add swagger doc for /api/gpg/key
tests: use faketime for expired keys/signatures
2025-06-09 13:40:54 +02:00
André Roth
5b04d4fbe1
system-tests: abort on failure
2025-06-09 13:17:54 +02:00
André Roth
1566e193f6
system-test: enable faketime optionally per test
2025-06-09 13:17:54 +02:00