summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-07-02 16:28:53 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-07-02 16:28:53 +0000
commit2dea8f24e978c15e956941ebbe09cbe788d364d9 (patch)
treeb816c899a86ef5c9acdec00375d076951627c909 /encap
parentc72be0ec4f137f9fee9fa7621461ab3088e999a3 (diff)
downloadbcfg2-2dea8f24e978c15e956941ebbe09cbe788d364d9.tar.gz
bcfg2-2dea8f24e978c15e956941ebbe09cbe788d364d9.tar.bz2
bcfg2-2dea8f24e978c15e956941ebbe09cbe788d364d9.zip
EncapPackages: Bumped bcfg2 .ep version to bcfg2-0.9.4b.ep
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3402 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/src/encap-profiles/bcfg2-0.9.4b.ep (renamed from encap/src/encap-profiles/bcfg2-0.9.4a.ep)10
1 files changed, 5 insertions, 5 deletions
diff --git a/encap/src/encap-profiles/bcfg2-0.9.4a.ep b/encap/src/encap-profiles/bcfg2-0.9.4b.ep
index 6eae0fe7f..64489321e 100644
--- a/encap/src/encap-profiles/bcfg2-0.9.4a.ep
+++ b/encap/src/encap-profiles/bcfg2-0.9.4b.ep
@@ -10,7 +10,7 @@
<encap_profile
profile_ver="1.0"
- pkgspec="bcfg2-0.9.4a"
+ pkgspec="bcfg2-0.9.4b"
>
<prereq package="m4-1.4.4" />
@@ -66,9 +66,9 @@ PLATFORM_ENDIF
/>
<source
-url="http://encapsrcdist/mirror/bcfg/bcfg2-0.9.4a.tar.gz
- http://mirror.opensysadmin.com/bcfg/bcfg2-0.9.4a.tar.gz
- ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.9.4a.tar.gz"
+url="http://encapsrcdist/mirror/bcfg/bcfg2-0.9.4b.tar.gz
+ http://mirror.opensysadmin.com/bcfg/bcfg2-0.9.4b.tar.gz
+ ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.9.4b.tar.gz"
>
<patch options="-p1"><![CDATA[
@@ -217,7 +217,7 @@ def make_files_list(dir, regx):
# don't include symbolic links
for root, dirs, files in os.walk(dir):
for name in files:
- if cregex.search(name) and name not in ("b2-regexplace.sh", "b2-regexplace.py", "postinstall", "postinstall.log", "bcfg2-0.9.4a.ep"):
+ if cregex.search(name) and name not in ("b2-regexplace.sh", "b2-regexplace.py", "postinstall", "postinstall.log", "bcfg2-0.9.4b.ep"):
path = os.path.join(root, name)
if not os.path.islink(path):
fileslist.append(path)