From 45281c0e2ee5d42c2577a6d34d53cd68885aa375 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Sat, 15 Jul 2006 23:38:40 +0000 Subject: Updated to bcfg2 0.8.2pre10 / encap 0.3 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1954 ce84e21b-d406-0410-9b95-82705330c041 --- encap/Makefile | 2 +- encap/README | 11 +++-- encap/VERSION | 2 +- encap/bcfg2-0.8.2pre10.profile | 104 +++++++++++++++++++++++++++++++++++++++++ encap/bcfg2-0.8.2pre7.profile | 104 ----------------------------------------- 5 files changed, 113 insertions(+), 110 deletions(-) create mode 100644 encap/bcfg2-0.8.2pre10.profile delete mode 100644 encap/bcfg2-0.8.2pre7.profile diff --git a/encap/Makefile b/encap/Makefile index 69ec39232..6afa7b461 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.2pre7 +BCFG2 = bcfg2-0.8.2pre10 .profile.e : # Clean, compile and install an encap package @printf "***** START .profile.e for |$*| ***** \n" diff --git a/encap/README b/encap/README index 13da7fa1b..7b5873de2 100644 --- a/encap/README +++ b/encap/README @@ -66,10 +66,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 || With VERSION || -|| AIX || IBM || 5.3 || POWER || 4.1.0 || dc || 0.1/0.8.2pre6 || -|| GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || 0.1/0.8.2pre6 || -|| GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || 0.2/0.8.2pre7 || +|| OS || Vendor || Version || Arch || GCC || By || With VERSION || +|| AIX || IBM || 5.3 || POWER || 4.1.0 || dc || 0.1/0.8.2pre6 || +|| GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || 0.1/0.8.2pre6 || +|| GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || 0.3/0.8.2pre10 || dc: "Daniel Clark" @@ -111,6 +111,9 @@ Note that the doc for the encap profile format is in "man 5 encap_profile". 0.2:: * Updated bcfg2 to 0.8.2pre7 * Updated README to point to mcs.anl.gov resources + + 0.3:: + * Updated bcfg2 to 0.8.2pre10 == Documentation Version == $Id$ diff --git a/encap/VERSION b/encap/VERSION index 3b04cfb60..be5863417 100644 --- a/encap/VERSION +++ b/encap/VERSION @@ -1 +1 @@ -0.2 +0.3 diff --git a/encap/bcfg2-0.8.2pre10.profile b/encap/bcfg2-0.8.2pre10.profile new file mode 100644 index 000000000..75ac54e45 --- /dev/null +++ b/encap/bcfg2-0.8.2pre10.profile @@ -0,0 +1,104 @@ + + + + + + + + + + +PLATFORM_IF_MATCH(linux) +PLATFORM_ELSE + +PLATFORM_ENDIF + + + + + + + + +: + + + +/usr/local/lib/bcfg2/bin/python setup.py build \ +--build-base=${builddir}/build + + + +/usr/local/lib/bcfg2/bin/python setup.py install \ +--prefix=${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2 + + + +/usr/local/lib/bcfg2/bin/python setup.py clean + + + + +/dev/null || exit 0 +ln -sf ../lib/bcfg2/bin/GenerateHostInfo bin/ +ln -sf ../lib/bcfg2/bin/StatReports bin/ +ln -sf ../lib/bcfg2/bin/bcfg2 bin/ +ln -sf ../lib/bcfg2/bin/bcfg2-info bin/ +ln -sf ../lib/bcfg2/bin/bcfg2-repo-validate bin/ +ln -sf ../lib/bcfg2/bin/bcfg2-server bin/ +mkdir share 2>/dev/null || exit 0 +mkdir share/bcfg2 2>/dev/null || exit 0 +cp ${builddir}/doc/manual.pdf share/bcfg2/ +cp -r ${builddir}/examples share/bcfg2/ +mkdir var 2>/dev/null || exit 0 +mkdir var/encap 2>/dev/null || exit 0 +touch var/encap/${ENCAP_PKGNAME} +]]> + + +description Bcfg2 - Provides a declarative interface to system configuration +prereq pkgspec >= bcfg2-zlib-1.2.3 +prereq pkgspec >= bcfg2-libiconv-1.9.2 +prereq pkgspec >= bcfg2-gettext-0.14.5 +prereq pkgspec >= bcfg2-openssl-0.9.8b +prereq pkgspec >= bcfg2-libstdc++-0.1 +prereq pkgspec >= bcfg2-libgcc-0.1 +prereq pkgspec >= bcfg2-python-2.4.3 +prereq pkgspec >= bcfg2-pyopenssl-0.6 +prereq pkgspec >= bcfg2-libxml2-2.6.26 +prereq pkgspec >= bcfg2-libxslt-1.1.17 +prereq pkgspec >= bcfg2-lxml-1.0.1 + + + diff --git a/encap/bcfg2-0.8.2pre7.profile b/encap/bcfg2-0.8.2pre7.profile deleted file mode 100644 index ed113dec7..000000000 --- a/encap/bcfg2-0.8.2pre7.profile +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - -PLATFORM_IF_MATCH(linux) -PLATFORM_ELSE - -PLATFORM_ENDIF - - - - - - - - -: - - - -/usr/local/lib/bcfg2/bin/python setup.py build \ ---build-base=${builddir}/build - - - -/usr/local/lib/bcfg2/bin/python setup.py install \ ---prefix=${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2 - - - -/usr/local/lib/bcfg2/bin/python setup.py clean - - - - -/dev/null || exit 0 -ln -sf ../lib/bcfg2/bin/GenerateHostInfo bin/ -ln -sf ../lib/bcfg2/bin/StatReports bin/ -ln -sf ../lib/bcfg2/bin/bcfg2 bin/ -ln -sf ../lib/bcfg2/bin/bcfg2-info bin/ -ln -sf ../lib/bcfg2/bin/bcfg2-repo-validate bin/ -ln -sf ../lib/bcfg2/bin/bcfg2-server bin/ -mkdir share 2>/dev/null || exit 0 -mkdir share/bcfg2 2>/dev/null || exit 0 -cp ${builddir}/doc/manual.pdf share/bcfg2/ -cp -r ${builddir}/examples share/bcfg2/ -mkdir var 2>/dev/null || exit 0 -mkdir var/encap 2>/dev/null || exit 0 -touch var/encap/${ENCAP_PKGNAME} -]]> - - -description Bcfg2 - Provides a declarative interface to system configuration -prereq pkgspec >= bcfg2-zlib-1.2.3 -prereq pkgspec >= bcfg2-libiconv-1.9.2 -prereq pkgspec >= bcfg2-gettext-0.14.5 -prereq pkgspec >= bcfg2-openssl-0.9.8b -prereq pkgspec >= bcfg2-libstdc++-0.1 -prereq pkgspec >= bcfg2-libgcc-0.1 -prereq pkgspec >= bcfg2-python-2.4.3 -prereq pkgspec >= bcfg2-pyopenssl-0.6 -prereq pkgspec >= bcfg2-libxml2-2.6.26 -prereq pkgspec >= bcfg2-libxslt-1.1.17 -prereq pkgspec >= bcfg2-lxml-1.0.1 - - - -- cgit v1.2.3-1-g7c22