Add Buster

Tweak the tests so that they use default-mysql-server
on newer dists as it replaced the mysql-server package.

Also add explicit import of the buster signing key
as the Travis agent doesn't have it available.

Thanks to Filippo Giunchedi (@filippog) for the initial
work on this.
This commit is contained in:
Filippo Giunchedi
2019-06-16 15:42:57 +02:00
committed by James Westby
parent 8367d275c8
commit 2c4b4f0f14
7 changed files with 246 additions and 3 deletions
+2 -1
View File
@@ -35,6 +35,7 @@ set -o pipefail
DISTS="jessie
stretch
buster
unstable
"
LATEST=stretch
@@ -67,7 +68,7 @@ for DIST in $DISTS; do
log "============================================"
log "Running tests for $BASENAME:$DIST"
log "============================================"
./test $built_image_id
./test $built_image_id $DIST
log "============================================"
log "Rebuilding $BASENAME:$DIST to test reproducibility"
log "============================================"