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 C06DD138334 for ; Thu, 19 Sep 2019 18:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFAB0E08A0; Thu, 19 Sep 2019 18:53:31 +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 A5EDDE08A0 for ; Thu, 19 Sep 2019 18:53:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3D9F334B3FF for ; Thu, 19 Sep 2019 18:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53BCF785 for ; Thu, 19 Sep 2019 18:53:28 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1568919147.486e111ad2122ed17573f2d962aebcd64e3b8957.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/, releases/weekly/specs/x86/hardened/, ... X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/amd64/installcd-stage1.spec releases/weekly/specs/x86/hardened/installcd-stage1.spec releases/weekly/specs/x86/installcd-stage1.spec X-VCS-Directories: releases/weekly/specs/amd64/ releases/weekly/specs/x86/hardened/ releases/weekly/specs/x86/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 486e111ad2122ed17573f2d962aebcd64e3b8957 X-VCS-Branch: master Date: Thu, 19 Sep 2019 18:53:28 +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: 6c1266c6-9225-486f-a690-8f87c3cd55a6 X-Archives-Hash: 49991d80e9d0fd0c645e4a06cacd7113 commit: 486e111ad2122ed17573f2d962aebcd64e3b8957 Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 19 18:52:27 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 19 18:52:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=486e111a specs: add tmux to amd64 & x86 installcds Signed-off-by: Ben Kohler gentoo.org> releases/weekly/specs/amd64/installcd-stage1.spec | 1 + releases/weekly/specs/x86/hardened/installcd-stage1.spec | 1 + releases/weekly/specs/x86/installcd-stage1.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec b/releases/weekly/specs/amd64/installcd-stage1.spec index f8768c88..fa836ed3 100644 --- a/releases/weekly/specs/amd64/installcd-stage1.spec +++ b/releases/weekly/specs/amd64/installcd-stage1.spec @@ -39,6 +39,7 @@ livecd/packages: app-editors/mg app-editors/nano app-misc/screen + app-misc/tmux app-portage/mirrorselect app-text/wgetpaste media-gfx/fbgrab diff --git a/releases/weekly/specs/x86/hardened/installcd-stage1.spec b/releases/weekly/specs/x86/hardened/installcd-stage1.spec index d05164f1..04d0fe44 100644 --- a/releases/weekly/specs/x86/hardened/installcd-stage1.spec +++ b/releases/weekly/specs/x86/hardened/installcd-stage1.spec @@ -32,6 +32,7 @@ livecd/packages: app-crypt/gnupg app-editors/mg app-misc/screen + app-misc/tmux app-portage/mirrorselect app-text/wgetpaste media-gfx/fbgrab diff --git a/releases/weekly/specs/x86/installcd-stage1.spec b/releases/weekly/specs/x86/installcd-stage1.spec index a7c6812f..9d3c1194 100644 --- a/releases/weekly/specs/x86/installcd-stage1.spec +++ b/releases/weekly/specs/x86/installcd-stage1.spec @@ -38,6 +38,7 @@ livecd/packages: app-editors/mg app-editors/nano app-misc/screen + app-misc/tmux app-portage/mirrorselect app-text/wgetpaste media-gfx/fbgrab