summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-03 17:12:24 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-03 17:12:24 -0700
commitba1d8c2b29be76bae9b4631de848ce45cfee6edd (patch)
tree755df6d0d88dbfcd312b53b1b6f6b68f5c93398f /doc
parentf0d37a783d26987fe85f3e609e27df9632dc9387 (diff)
parentd5430fdb227a15f678f69b4b1b175e9d308df3db (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'doc')
-rw-r--r--doc/george/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/george/changelog b/doc/george/changelog
index 8b03a7f..002a46b 100644
--- a/doc/george/changelog
+++ b/doc/george/changelog
@@ -7,6 +7,25 @@
* changes to this system (first command at top, last at bottom) *
******************************************************************************
+2008-09-03 - micah
+ * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
+ agreed location: /home/*/.monkeysphere/authorized_user_ids and created
+ a symlink in the original location for transition purposes. Also,
+ did /root's as well. I used this hackish mechanism:
+ $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
+ | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
+ ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
+ ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
+ ${user}/.config/monkeysphere/authorized_user_ids; done
+
+ - dkg
+ * added the monkeysphere archive repository signing key
+ * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1)
+ * cleaned up /etc/skel to reflect correct location of the
+ monkeysphere config directory.
+ * micah moved all the existing config stuff over, and left
+ symlinks so people aren't disoriented.
+
2008-09-01 - dkg
* set up http://dkg.monkeysphere.info so that i could play around
with ikiwiki updates