diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-08-24 02:38:18 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-08-24 02:38:18 +0000 |
commit | 0079453227dbcdd5f4b8c3077a82be658c046337 (patch) | |
tree | 1c5528bc0c64d4684542c8796a6ba1460ba4d9af /encap | |
parent | 2a6de07dddb40e1799322879a047a4b42490d16b (diff) | |
download | bcfg2-0079453227dbcdd5f4b8c3077a82be658c046337.tar.gz bcfg2-0079453227dbcdd5f4b8c3077a82be658c046337.tar.bz2 bcfg2-0079453227dbcdd5f4b8c3077a82be658c046337.zip |
Version bump to 0.8.3pre3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2098 ce84e21b-d406-0410-9b95-82705330c041
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) |