diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-09 22:19:48 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-09 22:19:48 +0000 |
commit | d3fb1715db912857f7d9493924137fd8e17e2943 (patch) | |
tree | 5c14bd43163712f8a555821a0c7c981ff747a61a | |
parent | a2c95fd54ba85609df061ea917af82f6b62e41ab (diff) | |
download | bcfg2-d3fb1715db912857f7d9493924137fd8e17e2943.tar.gz bcfg2-d3fb1715db912857f7d9493924137fd8e17e2943.tar.bz2 bcfg2-d3fb1715db912857f7d9493924137fd8e17e2943.zip |
Updated to VERSION 0.2 with bcfg2-0.8.2pre7
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1918 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | encap/Makefile | 2 | ||||
-rw-r--r-- | encap/README | 8 | ||||
-rw-r--r-- | encap/VERSION | 1 | ||||
-rw-r--r-- | encap/bcfg2-0.8.2pre7.profile (renamed from encap/bcfg2-0.8.2pre6.profile) | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/encap/Makefile b/encap/Makefile index 515fe81b1..69ec39232 100644 --- a/encap/Makefile +++ b/encap/Makefile @@ -26,7 +26,7 @@ PYOPENSSL = bcfg2-pyopenssl-0.6 LIBXML2 = bcfg2-libxml2-2.6.26 LIBXSLT = bcfg2-libxslt-1.1.17 LXML = bcfg2-lxml-1.0.1 -BCFG2 = bcfg2-0.8.2pre6 +BCFG2 = bcfg2-0.8.2pre7 .profile.e : # Clean, compile and install an encap package @printf "***** START .profile.e for |$*| ***** \n" diff --git a/encap/README b/encap/README index 0e9f49e78..d7e323505 100644 --- a/encap/README +++ b/encap/README @@ -59,10 +59,10 @@ system. For commercial operating systems, these can be obtained from: Below is a table of platforms that have been successfully bootstrapped using this code. -|| OS || Vendor || Version || Arch || GCC || By || -|| AIX || IBM || 5.3 || POWER || 4.1.0 || dc || -|| GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || -|| GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || +|| OS || Vendor || Version || Arch || GCC || By || With || +|| AIX || IBM || 5.3 || POWER || 4.1.0 || dc || 0.1 || +|| GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || 0.1 || +|| GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || 0.2 || dc: "Daniel Clark" <mailto:dclark@member.fsf.org> diff --git a/encap/VERSION b/encap/VERSION new file mode 100644 index 000000000..3b04cfb60 --- /dev/null +++ b/encap/VERSION @@ -0,0 +1 @@ +0.2 diff --git a/encap/bcfg2-0.8.2pre6.profile b/encap/bcfg2-0.8.2pre7.profile index ee1139f38..ed113dec7 100644 --- a/encap/bcfg2-0.8.2pre6.profile +++ b/encap/bcfg2-0.8.2pre7.profile @@ -4,7 +4,7 @@ <encap_profile profile_ver="1.0" - pkgspec="bcfg2-0.8.2pre6" + pkgspec="bcfg2-0.8.2pre7" > <environment @@ -46,7 +46,7 @@ PLATFORM_ENDIF /> <source -url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.2pre6.tar.gz" +url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.2pre7.tar.gz" > <configure> |