mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
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:
committed by
James Westby
parent
8367d275c8
commit
2c4b4f0f14
@@ -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 "============================================"
|
||||
|
||||
Reference in New Issue
Block a user