diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-04-11 23:29:08 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-04-11 23:29:08 +0000 |
commit | 3fed5579648f6ad385988b9fba41458d6c143788 (patch) | |
tree | 70d4e588356b8bbc79da702ebf5bee400aabc7d5 /tools/export.sh | |
parent | 460f25d2f2e637f9ab965478984e65896491ee3b (diff) | |
download | bcfg2-3fed5579648f6ad385988b9fba41458d6c143788.tar.gz bcfg2-3fed5579648f6ad385988b9fba41458d6c143788.tar.bz2 bcfg2-3fed5579648f6ad385988b9fba41458d6c143788.zip |
Fix the rules schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1841 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools/export.sh')
-rwxr-xr-x | tools/export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/export.sh b/tools/export.sh index 5b0ff92e5..7fe0b8d72 100755 --- a/tools/export.sh +++ b/tools/export.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh name="bcfg2" -repo="https://svn.mcs.anl.gov/repos/bcfg2" +repo="https://svn.mcs.anl.gov/repos/bcfg" version="${1}" expath="/tmp/${name}-${version}/" tarname="/tmp/${name}-${version}.tar.gz" |