From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-catalyst+bounces-3174-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 694D713877A for <garchives@archives.gentoo.org>; Tue, 2 Sep 2014 02:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7769E0B8B; Tue, 2 Sep 2014 02:33:05 +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 5EB64E0B8B for <gentoo-catalyst@lists.gentoo.org>; Tue, 2 Sep 2014 02:33:05 +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-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 9FDCC33F52C; Tue, 2 Sep 2014 02:33:03 +0000 (UTC) From: Brian Dolbec <dolsen@gentoo.org> To: catalyst@gentoo.org, gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH 0/7] Pending branch patches (various) Date: Mon, 1 Sep 2014 19:31:34 -0700 Message-Id: <1409625101-27112-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.9.3 Precedence: bulk List-Post: <mailto:gentoo-catalyst@lists.gentoo.org> List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org> X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.9.3" X-Archives-Salt: b19d02c5-3ab3-43a2-baf2-fd99c2c9c177 X-Archives-Hash: b85f5450eb2cd8fd2eb767bc78a2d6e5 This is a multi-part message in MIME format. --------------1.9.3 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit 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(-) -- 1.9.3