summaryrefslogtreecommitdiffstats
path: root/encap/TODO
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-24 03:21:17 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-24 03:21:17 +0000
commit144f1344adf60815c8c57e93b5ed0acf98bbc40f (patch)
treef9035e2b49da8139e99cc858ea1d2939f8a9cdc0 /encap/TODO
parent12b22256f2430dbdbb59a6119eb7732ba942fca1 (diff)
downloadbcfg2-144f1344adf60815c8c57e93b5ed0acf98bbc40f.tar.gz
bcfg2-144f1344adf60815c8c57e93b5ed0acf98bbc40f.tar.bz2
bcfg2-144f1344adf60815c8c57e93b5ed0acf98bbc40f.zip
EncapPackages: A bunch of changes, including but not limited to:
* Cleaner directory structure * Numerous Makefile improvements * Makefile no longer tied to specific versions of encap packages (except in the case of python-apt, which is distro-specific) * Automatic dependancy generation from encap package files * bcfg2-site pretty much done git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2103 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/TODO')
-rw-r--r--encap/TODO27
1 files changed, 15 insertions, 12 deletions
diff --git a/encap/TODO b/encap/TODO
index 2f4a45b71..5c4978aca 100644
--- a/encap/TODO
+++ b/encap/TODO
@@ -1,18 +1,16 @@
- * bcfg2-site: create/test
- * ostiary setup / bcfg2 integration scripts
- * envdir overrides
- * etc.
+ * Add daemontools bcfg2-client service startup to either bcfg2-site, or
+ makeself install script.
- * Double-check all permissions, and make sure they are not effected by umask
+ * makeself-dist: create/test
+ * Handle TODO items in ./src/encap-profiles/makeself-2.1.4.ep
+ * End result will be .run distribution that installs all client stuff
+ * gamin and glib (server requirements) will be manual install items
- * Update Makefile to refer to make/install tools/bcfg2-python-apt
- on apt-using platforms (Debian, Ubuntu etc.) - also mention false error
- message you will get if you don't in the README.
-
- * Big README update, mention ostiary, daemontools, bcfg2-site etc.
-
- * Handle removals nicely (preremove/postremove scripts)
+ * Double-check all permissions, and make sure they are not effected by
+ the environment's umask
+ * Big documentation update
+
* Build everywhere, basic test and post binaries
* Announce to mailing list:
@@ -20,3 +18,8 @@
* encap support for Solaris (sparc and x86)
* Binary epkg archive at
http://www.pobox.com/users/dclark/mirror/bcfg2-encaps
+
+ * Fix epkg README/Makefile links on dclark.us
+
+ * Handle removals nicely (preremove/postremove scripts)
+ * Work towards full compliance with encap 2.1 spec