Package: aptly / 1.6.1+ds1-3

Metadata

Package Version Patches format
aptly 1.6.1+ds1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 disable swagger.patch | (download)

api/router.go | 22 11 + 11 - 0 !
docs/index.go | 10 0 + 10 - 0 !
docs/index.go.disabled | 10 10 + 0 - 0 !
man/aptly.1 | 3 2 + 1 - 0 !
man/aptly.1.ronn.tmpl | 3 2 + 1 - 0 !
5 files changed, 25 insertions(+), 23 deletions(-)

 disable swagger

This can be enabled once the following modules make it into Debian:

  - github.com/swaggo/files v1.0.1
  - github.com/swaggo/gin-swagger v1.6.0
  - github.com/swaggo/swag v1.16.3

0002 disable new azure sdk.patch | (download)

azure/azure.go | 89 41 + 48 - 0 !
azure/package_pool.go | 45 24 + 21 - 0 !
azure/package_pool_test.go | 8 3 + 5 - 0 !
azure/public.go | 125 58 + 67 - 0 !
azure/public_test.go | 49 23 + 26 - 0 !
context/context.go | 1 1 + 0 - 0 !
deb/list.go | 1 1 + 0 - 0 !
go.mod | 8 4 + 4 - 0 !
go.sum | 52 30 + 22 - 0 !
9 files changed, 185 insertions(+), 193 deletions(-)

 disable new azure-sdk

This reverts commit e2cbd637b82a153a6756f2af0519e8fe769ee9ab.

We can enable this once the golang-github-azure-azure-sdk-for-go-dev
packages are upgraded in Debian:

  - github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
  - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
  - github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1

0004 tests no upstream s etcd install as it s arch specif.patch | (download)

Makefile | 9 2 + 7 - 0 !
1 file changed, 2 insertions(+), 7 deletions(-)

 tests: no upstream's etcd install as it's arch-specific,
 and no swagger-related or modules tasks


0005 Fixes Issue 1435.patch | (download)

s3/public.go | 4 2 + 2 - 0 !
s3/public_test.go | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fixes issue#1435.
 Do not re-publish unchanged files to S3 every single time.