From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD7811381FA for ; Mon, 5 May 2014 19:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC8D6E0B34; Mon, 5 May 2014 19:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5C02E0B34 for ; Mon, 5 May 2014 19:17:46 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 223C93402F2 for ; Mon, 5 May 2014 19:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 64B15187A9 for ; Mon, 5 May 2014 19:17:43 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1396683717.938e55e150d20d8f5ea03541498bd28e49e8f36d.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/generic_stage_target.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 938e55e150d20d8f5ea03541498bd28e49e8f36d X-VCS-Branch: master Date: Mon, 5 May 2014 19:17:43 +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: e49580aa-ed86-4ea7-b8d2-5d6bec67511c X-Archives-Hash: e05eb6af24385bca227b92f0dba0637d commit: 938e55e150d20d8f5ea03541498bd28e49e8f36d Author: Brian Dolbec gentoo org> AuthorDate: Sat Apr 5 07:26:58 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Apr 5 07:41:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=938e55e1 generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command --- catalyst/targets/generic_stage_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/targets/generic_stage_target.py b/catalyst/targets/generic_stage_target.py index 05c61e8..1f26e65 100644 --- a/catalyst/targets/generic_stage_target.py +++ b/catalyst/targets/generic_stage_target.py @@ -1025,7 +1025,7 @@ class generic_stage_target(generic_target): #self.makeconf=read_makeconf(self.settings["chroot_path"]+"/etc/portage/make.conf") - cmd("cp /etc/resolv.conf "+self.settings["chroot_path"]+"/etc",\ + cmd("cp /etc/resolv.conf " + self.settings["chroot_path"] + "/etc/", "Could not copy resolv.conf into place.",env=self.env) """ Copy over the envscript, if applicable """ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A79AD1381FA for ; Mon, 5 May 2014 19:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B856E0B0A; Mon, 5 May 2014 19:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6C36E0B0A for ; Mon, 5 May 2014 19:16:02 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8693733FEB9 for ; Mon, 5 May 2014 19:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 13AE61818D for ; Mon, 5 May 2014 19:15:59 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1396683717.938e55e150d20d8f5ea03541498bd28e49e8f36d.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/generic_stage_target.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 938e55e150d20d8f5ea03541498bd28e49e8f36d X-VCS-Branch: pending Date: Mon, 5 May 2014 19:15:59 +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: ec9b39ba-22ad-4a62-b707-342f84e33bfa X-Archives-Hash: 1b9fa812527eae0437ea9514c5b32488 Message-ID: <20140505191559.VyQnXC25WJCPR-kCTmQs2x3CfCg91kl0va66oh4jDqo@z> commit: 938e55e150d20d8f5ea03541498bd28e49e8f36d Author: Brian Dolbec gentoo org> AuthorDate: Sat Apr 5 07:26:58 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Apr 5 07:41:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=938e55e1 generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command --- catalyst/targets/generic_stage_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/targets/generic_stage_target.py b/catalyst/targets/generic_stage_target.py index 05c61e8..1f26e65 100644 --- a/catalyst/targets/generic_stage_target.py +++ b/catalyst/targets/generic_stage_target.py @@ -1025,7 +1025,7 @@ class generic_stage_target(generic_target): #self.makeconf=read_makeconf(self.settings["chroot_path"]+"/etc/portage/make.conf") - cmd("cp /etc/resolv.conf "+self.settings["chroot_path"]+"/etc",\ + cmd("cp /etc/resolv.conf " + self.settings["chroot_path"] + "/etc/", "Could not copy resolv.conf into place.",env=self.env) """ Copy over the envscript, if applicable """