]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
automation/containerize: Add a shortcut for Debian unstable
authorGeorge Dunlap <george.dunlap@citrix.com>
Thu, 28 May 2020 11:20:57 +0000 (12:20 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Thu, 28 May 2020 11:20:57 +0000 (12:20 +0100)
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/scripts/containerize

index fbc4bc22d62c078cd3149473472333e634d9497a..b71edd736cc823ca0075024d101db71a7d6d37de 100755 (executable)
@@ -22,6 +22,7 @@ case "_${CONTAINER}" in
     _fedora) CONTAINER="${BASE}/fedora:29";;
     _jessie) CONTAINER="${BASE}/debian:jessie" ;;
     _stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
+    _unstable|_) CONTAINER="${BASE}/debian:unstable" ;;
     _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
     _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
 esac
@@ -91,4 +92,3 @@ exec docker run \
     -${termint}i --rm -- \
     ${CONTAINER} \
     ${cmd}
-