debian-forge-composer/internal/upload
Tom Gundersen 27e2d17911 awsupload: fix printing of IDs
The AWS API always uses pointers to strings everywhere, rather than
plain strings. The log messages got this wrong and printed the pointers
rather than dereferencing them.

Don't require users to do a memory dump to get at the AMIs, but instead
print the actual strings. Also change to %s from %v to let the linter
warn us in the future. %s accepts only strings, whereas %v prints
whatever you throw at it.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-06-04 10:05:12 +02:00
..
awsupload awsupload: fix printing of IDs 2020-06-04 10:05:12 +02:00
azure upload/azure: force .vhd extension 2020-04-29 18:15:13 +02:00
koji upload/koji: add a simple test 2020-05-19 13:54:53 +02:00