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 3F32B13832E for ; Fri, 5 Aug 2016 03:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C52BE07D6; Fri, 5 Aug 2016 03:36:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDFAFE07D6 for ; Fri, 5 Aug 2016 03:36:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9EF8340806 for ; Fri, 5 Aug 2016 03:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E13E68DE for ; Fri, 5 Aug 2016 03:36:32 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1470368186.0f1099bc00bc7a51f950f02542e23d9970173e5e.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/, releases/weekly/specs/amd64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/amd64/installcd-stage1.spec releases/weekly/specs/x86/installcd-stage1.spec X-VCS-Directories: releases/weekly/specs/amd64/ releases/weekly/specs/x86/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 0f1099bc00bc7a51f950f02542e23d9970173e5e X-VCS-Branch: master Date: Fri, 5 Aug 2016 03:36:32 +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-Archives-Salt: eac9ae69-8697-4b83-b23c-7658b96d71df X-Archives-Hash: f33a6c5d422de136d88d5b3d88d3f757 commit: 0f1099bc00bc7a51f950f02542e23d9970173e5e Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Fri Aug 5 03:35:32 2016 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Fri Aug 5 03:36:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0f1099bc Add net-misc/openssh explicitely to the list of packages in the installcd-stage1 spec so that it is rebuild with the livecd use flag - still need fixing in catalyst. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo.org> releases/weekly/specs/amd64/installcd-stage1.spec | 1 + releases/weekly/specs/x86/installcd-stage1.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec b/releases/weekly/specs/amd64/installcd-stage1.spec index 94eb7bd..588d60b 100644 --- a/releases/weekly/specs/amd64/installcd-stage1.spec +++ b/releases/weekly/specs/amd64/installcd-stage1.spec @@ -52,6 +52,7 @@ livecd/packages: net-misc/iputils net-misc/ndisc6 net-misc/ntp + net-misc/openssh net-misc/rdate net-misc/rsync net-misc/vconfig diff --git a/releases/weekly/specs/x86/installcd-stage1.spec b/releases/weekly/specs/x86/installcd-stage1.spec index b1110e8..84fac2c 100644 --- a/releases/weekly/specs/x86/installcd-stage1.spec +++ b/releases/weekly/specs/x86/installcd-stage1.spec @@ -50,6 +50,7 @@ livecd/packages: net-misc/iputils net-misc/ndisc6 net-misc/ntp + net-misc/openssh net-misc/rdate net-misc/rsync net-misc/vconfig