From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50F4513933E for ; Sat, 10 Jul 2021 21:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94911E0CA8; Sat, 10 Jul 2021 21:53:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 623BDE0CA8 for ; Sat, 10 Jul 2021 21:53:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBB00342BC6 for ; Sat, 10 Jul 2021 21:53:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4678475B for ; Sat, 10 Jul 2021 21:53:37 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625953989.48d54deb9406b5e8217a88b6e769170df77128e5.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64-demeter.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 48d54deb9406b5e8217a88b6e769170df77128e5 X-VCS-Branch: master Date: Sat, 10 Jul 2021 21:53:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da2bd5b1-6153-44fa-8575-abe989753510 X-Archives-Hash: cd06e7423b0e79dac78a80338c21107f commit: 48d54deb9406b5e8217a88b6e769170df77128e5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 10 21:53:09 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jul 10 21:53:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=48d54deb amd64: also upload nomultilib systemd stage3 Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-amd64-demeter.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/catalyst-auto-amd64-demeter.conf b/tools/catalyst-auto-amd64-demeter.conf index 42755ae3..04b76871 100644 --- a/tools/catalyst-auto-amd64-demeter.conf +++ b/tools/catalyst-auto-amd64-demeter.conf @@ -93,6 +93,9 @@ post_build() { nomultilib/stage3-openrc.spec) upload stage3-amd64-nomultilib-openrc-${TIMESTAMP}.tar.xz* ;; + nomultilib/stage3-systemd.spec) + upload stage3-amd64-nomultilib-systemd-${TIMESTAMP}.tar.xz* + ;; x32/stage3-openrc.spec) upload stage3-x32-openrc-${TIMESTAMP}.tar.xz* ;;