From d6757401831830d54fdef0ab132ce763cf37206a Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 24 Jul 2016 10:32:19 +0200 Subject: [PATCH] setup-all-dchroots: create stretch chroots on mips64el Signed-off-by: Aurelien Jarno --- modules/schroot/files/setup-all-dchroots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 95bc72d55..c75722287 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -50,7 +50,7 @@ get_suites() { echo "sid jessie" ;; mips64el) - echo "sid" + echo "sid stretch" ;; ppc64) echo "sid" -- 2.20.1