summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-11 18:37:46 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-11 18:37:46 +0000
commit11c1bbdb7d694a23dd7d331369c3af5f6309bd95 (patch)
treef86f148c19d2aee0f7c544446f6a9c3485ae1b1e /encap
parentdb5431d1827e081f968192115d328487636d9f80 (diff)
downloadbcfg2-11c1bbdb7d694a23dd7d331369c3af5f6309bd95.tar.gz
bcfg2-11c1bbdb7d694a23dd7d331369c3af5f6309bd95.tar.bz2
bcfg2-11c1bbdb7d694a23dd7d331369c3af5f6309bd95.zip
EncapPackages: Small doc update. Probably the last encap-related
checkin until Mon Aug 21st (when hopefully bcfg2-site will be done) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2060 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-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].