summaryrefslogtreecommitdiffstats
path: root/tools/export.sh
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-03-29 21:51:23 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-03-29 21:51:23 +0000
commit1723e8c7ed99ac0b3f534204cd6f76f85b26679e (patch)
treea55c9f58db749e63799ad7f563802e05215a97ba /tools/export.sh
parent090fb71198d9cf9e15136748887c8fec70da91aa (diff)
downloadbcfg2-1723e8c7ed99ac0b3f534204cd6f76f85b26679e.tar.gz
bcfg2-1723e8c7ed99ac0b3f534204cd6f76f85b26679e.tar.bz2
bcfg2-1723e8c7ed99ac0b3f534204cd6f76f85b26679e.zip
Few more fixes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1821 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools/export.sh')
-rwxr-xr-xtools/export.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/export.sh b/tools/export.sh
index 294386d64..ff9742dfc 100755
--- a/tools/export.sh
+++ b/tools/export.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
-name="cobalt"
-repo="https://svn.mcs.anl.gov/repos/${name}"
+name="bcfg2"
+repo="https://svn.mcs.anl.gov/repos/bcfg2"
version="${1}"
expath="/tmp/${name}-${version}/"
tarname="/tmp/${name}-${version}.tar.gz"