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 CF1191387FD for ; Thu, 11 Sep 2014 03:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58205E0985; Thu, 11 Sep 2014 03:30:55 +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 BAD56E0985 for ; Thu, 11 Sep 2014 03:30:54 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 71DA0340219 for ; Thu, 11 Sep 2014 03:30:53 +0000 (UTC) Date: Wed, 10 Sep 2014 20:30:42 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 0/7] Pending branch patches (various) Message-ID: <20140910203042.20d69acd.dolsen@gentoo.org> In-Reply-To: <1409625101-27112-1-git-send-email-dolsen@gentoo.org> References: <1409625101-27112-1-git-send-email-dolsen@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 5dbaf98c-b9c0-49a7-a29e-22d7e84f003b X-Archives-Hash: abb4c2bef7fe4fa2fb757d1e5606a245 On Mon, 1 Sep 2014 19:31:34 -0700 Brian Dolbec wrote: > > These are several small patches fixing a few bugs nad upcoming > fixes for the new portage ebuild (patches 3,4). > Patch 6 fixes the setup_pkgmgr() adding the 'build' use flag > to all stages calling the function. > > Brian Dolbec (7): > Remove unused urllib import. > Remove unused variable new and an undefined variable s. > stage1-controller.sh: Fix portage bin path hard coding > chroot-functions.sh: Remove --nodeps option from portage update. > chroot-functions.sh: Fix a mis-worded comment > setup_pkgmgr(): WIP Make the 'build' use flag optional > Fix a relative path bug > > catalyst/support.py | 12 ------------ > targets/stage1/stage1-chroot.sh | 1 + > targets/stage1/stage1-controller.sh | 6 +++--- > targets/stage2/stage2-chroot.sh | 1 + > targets/support/chroot-functions.sh | 15 +++++++++++---- > targets/support/functions.sh | 2 +- > 6 files changed, 17 insertions(+), 20 deletions(-) > Merged into master... prepare for a bunch more... moohahahaha :) -- Brian Dolbec