summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--encap/README6
-rw-r--r--encap/TODO5
2 files changed, 11 insertions, 0 deletions
diff --git a/encap/README b/encap/README
index 73719de78..6b02b423d 100644
--- a/encap/README
+++ b/encap/README
@@ -4,6 +4,12 @@ This bootstrap code is a method for getting bcfg2 (as a client),
including all dependencies, up and running on a new platform as
quickly as possible (from source).
+The latest version of this document is always available from:
+ * http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/encap/README
+
+For a more general overview of what this is, see:
+ * http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapPackages
+
You can view this document with glorious Trac Wiki formatting at:
* http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapHowto
(Although that version may be out of date)
diff --git a/encap/TODO b/encap/TODO
index f1d89dad9..c0fc850c7 100644
--- a/encap/TODO
+++ b/encap/TODO
@@ -13,6 +13,8 @@
* Big README update, mention ostiary, daemontools, bcfg2-site etc.
+ * Handle removals nicely (preremove/postremove scripts)
+
* Build everywhere, basic test and post binaries
* Announce to mailing list:
@@ -20,3 +22,6 @@
* encap support for Solaris (sparc and x86)
* Binary epkg archive at
http://www.pobox.com/users/dclark/mirror/bcfg2-encaps
+
+ * Look into the possibility of making platform-specific packages with
+ [http://www.easysw.com/epm/ EPM].