public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 0/7] Latest pending branch fixes
@ 2017-03-10 19:22 Brian Dolbec
  2017-03-10 19:22 ` [gentoo-catalyst] [PATCH 1/7] Move the signal handler into the StageBase class so it can handle unbind() cleanup Brian Dolbec
  2017-03-10 19:23 ` [gentoo-catalyst] [PATCH 6/7] defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths Brian Dolbec
  0 siblings, 2 replies; 10+ messages in thread
From: Brian Dolbec @ 2017-03-10 19:22 UTC (permalink / raw
  To: gentoo-catalyst

From c51b35d3fe4be92c663682e0c1d2dfef7ecd8cfb Mon Sep 17 00:00:00 2001
From: Brian Dolbec <dolsen@gentoo.org>
Date: Fri, 10 Mar 2017 10:53:42 -0800
Subject: [PATCH 0/7] Latest pending branch fixes
To: gentoo-catalyst@lists.gentoo.org

This series of patches fixes several issues.

1) makes the handling of control-c better for cleanup.
2) Fixes an auto-resume problem and cleans up the logic a lot.
3) Fixes the make.conf bleed thruogh of host repo settings.
4) puts all the make.conf write logic into one place
5) Snapshots are now named according to the repo_name setting, so
configurable. 6) with the new defaults for repo, DISTDIR, PKGDIR I was
able to prove it can handle any directory settings.  With these
settings, I was able to set the config to the
old /usr/portage, /usr/portage/distfiles... and everything worked as
expected.  So, we just need to get council to decree the new
locations.  No point in discussing it on the -dev list, they couldn't
come to a consensus.  But there was enough to get some resonable values.

Brian Dolbec (7):
  Move the signal handler into the StageBase class so it can handle
    unbind() cleanup
  base/stagebase.py: Rename unpack_portage resume point to unpack_repo
  base/stagebase.py: Correctly log the correct function name for
    unpack_snapshot()
  base/stagebase.py: Seperate out the writing of the make.conf file
  targets/snapshot.py: Update the code and log messages to use the
    configured repo_name
  defaults.py: Update all repository, DISTDIR, PKGDIR settings to new
    /var paths
  doc/make_subarch_table_guidexml.py: Fix shebang

 bin/catalyst                       |  19 ----
 catalyst/base/stagebase.py         | 221
 +++++++++++++++++++++----------------
 catalyst/defaults.py               |  24 ++--
 catalyst/targets/snapshot.py       |  13 ++-
 doc/make_subarch_table_guidexml.py |   2 +-
 etc/catalyst.conf                  |   2 + 6 files changed, 148
 insertions(+), 133 deletions(-)

-- 
2.12.0



-- 
Brian Dolbec <dolsen>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-20  9:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 19:22 [gentoo-catalyst] [PATCH 0/7] Latest pending branch fixes Brian Dolbec
2017-03-10 19:22 ` [gentoo-catalyst] [PATCH 1/7] Move the signal handler into the StageBase class so it can handle unbind() cleanup Brian Dolbec
2017-03-11 21:31   ` Mike Frysinger
2017-03-10 19:23 ` [gentoo-catalyst] [PATCH 6/7] defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths Brian Dolbec
2017-03-10 19:51   ` Zac Medico
2017-03-10 20:36     ` Brian Dolbec
2017-03-10 21:02       ` Brian Dolbec
2017-03-20  9:02   ` Mike Frysinger
2017-03-20  9:21     ` Brian Dolbec
2017-03-20  9:32       ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox