From a2d3e56ea78fca5c997de7fc1172cd1ce68a810d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Nov 2007 14:30:57 -0500 Subject: ideas from madduck --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO b/TODO index 52ec652..a8050a2 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ * use debconf for the pre-apt prompting, so it will work better when run from frontend like synaptic + * keep an origin branch with the files debian ships Not sure quite how to do this yet, it seems it would need to clone @@ -12,3 +13,14 @@ Of coure, unless etckeeper is installed by debootstrap or thereabouts, you won't have a true pristine origin branch. + +* split the repo + + One way to split it would be to put private (non-world-readable) files + in one repo, and public in another. This would need either symlink + farming or git "fake bare" repos, both of which are not pleasant, yet. + + Another way would be to allow splitting out subdirs into their own + repos. This is already doable, would just need modifying the pre-apt and + post-apt stuff (ie, it needs to commit in the subdirs too). Using + mr would be a possibility.. -- cgit v1.2.3