summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-06 11:43:48 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-06 11:43:48 -0500
commit96a782eba66a9505a04736402e8ece7a588f964c (patch)
treef2ea763cdf3cc7a8df4a5afeccc71aed1d45ed87
parent20aed0fea248b21d551ac0bef7a7e041060c483c (diff)
idea posted to my blog of keeping an origin branch
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2eccd99..c49355d 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,11 @@
* 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
+ the repo, switch to origin, and commit, then push back to /etc,
+ and either merge origin or commit a second time.
+ And do this after apt runs only, of course.
+
+ Of coure, unless etckeeper is installed by debootstrap or thereabouts,
+ you won't have a true pristine origin branch.