summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
Diffstat (limited to 'encap')
-rw-r--r--encap/bcfg2-0.8.3pre3.ep (renamed from encap/bcfg2-0.8.3pre2.ep)6
1 files changed, 3 insertions, 3 deletions
diff --git a/encap/bcfg2-0.8.3pre2.ep b/encap/bcfg2-0.8.3pre3.ep
index 545e48d0e..1b804ef45 100644
--- a/encap/bcfg2-0.8.3pre2.ep
+++ b/encap/bcfg2-0.8.3pre3.ep
@@ -4,7 +4,7 @@
<encap_profile
profile_ver="1.0"
- pkgspec="bcfg2-0.8.3pre2"
+ pkgspec="bcfg2-0.8.3pre3"
>
<environment
@@ -52,7 +52,7 @@ PLATFORM_ENDIF
/>
<source
-url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.3pre2.tar.gz"
+url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.3pre3.tar.gz"
>
<configure>
@@ -152,7 +152,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.8.3pre2.ep"):
+ if cregex.search(name) and name not in ("b2-regexplace.sh", "b2-regexplace.py", "postinstall", "postinstall.log", "bcfg2-0.8.3pre3.ep"):
path = os.path.join(root, name)
if not os.path.islink(path):
fileslist.append(path)