summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-08-22 21:15:08 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-08-22 21:15:08 +0000
commitb6832c1ded40e58e75691042ccf4cb41e4b1b929 (patch)
treeaa55f473e5903270dbf85ae60c29a7822801f162 /encap
parent162663a7614ad275f6701042d6e2093a2d69869f (diff)
downloadbcfg2-b6832c1ded40e58e75691042ccf4cb41e4b1b929.tar.gz
bcfg2-b6832c1ded40e58e75691042ccf4cb41e4b1b929.tar.bz2
bcfg2-b6832c1ded40e58e75691042ccf4cb41e4b1b929.zip
Version bump to 0.8.3pre2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2091 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/bcfg2-0.8.3pre2.ep (renamed from encap/bcfg2-0.8.3pre1.ep)6
1 files changed, 3 insertions, 3 deletions
diff --git a/encap/bcfg2-0.8.3pre1.ep b/encap/bcfg2-0.8.3pre2.ep
index 37b9e4bb8..545e48d0e 100644
--- a/encap/bcfg2-0.8.3pre1.ep
+++ b/encap/bcfg2-0.8.3pre2.ep
@@ -4,7 +4,7 @@
<encap_profile
profile_ver="1.0"
- pkgspec="bcfg2-0.8.3pre1"
+ pkgspec="bcfg2-0.8.3pre2"
>
<environment
@@ -52,7 +52,7 @@ PLATFORM_ENDIF
/>
<source
-url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.3pre1.tar.gz"
+url="ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-0.8.3pre2.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.3pre1.ep"):
+ if cregex.search(name) and name not in ("b2-regexplace.sh", "b2-regexplace.py", "postinstall", "postinstall.log", "bcfg2-0.8.3pre2.ep"):
path = os.path.join(root, name)
if not os.path.islink(path):
fileslist.append(path)