Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: catalyst@g.o, gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 0/7] Pending branch patches (various)
Date: Tue, 02 Sep 2014 02:33:07
Message-Id: 1409625101-27112-1-git-send-email-dolsen@gentoo.org
1 These are several small patches fixing a few bugs nad upcoming
2 fixes for the new portage ebuild (patches 3,4).
3 Patch 6 fixes the setup_pkgmgr() adding the 'build' use flag
4 to all stages calling the function.
5
6 Brian Dolbec (7):
7 Remove unused urllib import.
8 Remove unused variable new and an undefined variable s.
9 stage1-controller.sh: Fix portage bin path hard coding
10 chroot-functions.sh: Remove --nodeps option from portage update.
11 chroot-functions.sh: Fix a mis-worded comment
12 setup_pkgmgr(): WIP Make the 'build' use flag optional
13 Fix a relative path bug
14
15 catalyst/support.py | 12 ------------
16 targets/stage1/stage1-chroot.sh | 1 +
17 targets/stage1/stage1-controller.sh | 6 +++---
18 targets/stage2/stage2-chroot.sh | 1 +
19 targets/support/chroot-functions.sh | 15 +++++++++++----
20 targets/support/functions.sh | 2 +-
21 6 files changed, 17 insertions(+), 20 deletions(-)
22
23 --
24 1.9.3

Replies