From patchwork Wed Jun 10 15:28:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3192 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49hrVK0DbKz3yRJ for ; Wed, 10 Jun 2020 15:28:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49hrVH5WRdz1gZ; Wed, 10 Jun 2020 15:28:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49hrVG6Wvyz2yC8; Wed, 10 Jun 2020 15:28:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49hrVD4qBBz2xkm; Wed, 10 Jun 2020 15:28:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49hrVC5K1hz1Vk; Wed, 10 Jun 2020 15:28:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1591802900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9tjkWnonbr7uuSzYrOs0oxFkw/nKkdZMnEG7KcBTllE=; b=msKqkhAIGs9j4tRFYHC6fx41Purz/zp8QXfMFblnOHdA0jflASnNk/U3A4QN5t3QOmEHcx 1P8e2Hzn0iv/8VCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1591802900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9tjkWnonbr7uuSzYrOs0oxFkw/nKkdZMnEG7KcBTllE=; b=Kvb++NoinDVB5mPQRDUREe70bGwB3e3uQ2O5rlMmUrbT+F6NtQf6l0RkoZZvF+Gt78gBRl +X/sCpuojcGaNQosegRDLdzGqEDYErmXaJkBjVngGGRr/Fsq0BtFip7T07/JHgxOzUl3G+ nDV4SGi/D2BKARtRk0pQMn/0ZXtoBeBU7cAL9fAP1YhXPVvpwfdwZwVNJMwPr3WQTnHQNZ 5UFUP6VAChv5G/Jh+ttxDI6loLJwmv4pvWF8+Yd3n+8mZHDeoqy8RDrkdQdiI8W6rdpA01 2zhR9a/ruAZP1TtPjn06qKIiAjNcxoq87JwrNqosg+EVwP8Q/jmFzqCC86baXA== From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] debian: Also build for sid. Date: Wed, 10 Jun 2020 17:28:17 +0200 Message-Id: <20200610152817.2523-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: development@lists.ipfire.org Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- debian/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build.sh b/debian/build.sh index 449e3a5..4385455 100644 --- a/debian/build.sh +++ b/debian/build.sh @@ -1,7 +1,7 @@ #!/bin/bash ARCHITECTURES=( amd64 arm64 i386 armhf ) -RELEASES=( buster bullseye ) +RELEASES=( buster bullseye sid ) CHROOT_PATH="/var/tmp"