diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 11:43:48 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 11:43:48 -0500 |
commit | 96a782eba66a9505a04736402e8ece7a588f964c (patch) | |
tree | f2ea763cdf3cc7a8df4a5afeccc71aed1d45ed87 /TODO | |
parent | 20aed0fea248b21d551ac0bef7a7e041060c483c (diff) |
idea posted to my blog of keeping an origin branch
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |