modified cvsd server name
authorhackbard <hackbard>
Wed, 10 Sep 2003 13:33:09 +0000 (13:33 +0000)
committerhackbard <hackbard>
Wed, 10 Sep 2003 13:33:09 +0000 (13:33 +0000)
present_hdw_scripts.sh

index 5bc438e..f2c1247 100755 (executable)
@@ -4,14 +4,14 @@
 #
 
 ver="0.3-dev"
-inst_path="/chroot/www/htdocs/download/hdw-linux/hdw-linux-${ver}/scripts"
+inst_path="/chroot/hdw/hdw-linux-${ver}/scripts"
 
 echo "installing scripts to $inst_path ..."
 
 rm -rf $inst_path
 mkdir -p $inst_path
 
-cvs -d:pserver:anonymous@localhost:/hdw-linux co hdw-linux-${ver}
+cvs -d:pserver:anonymous@right-hand:/hdw-linux co hdw-linux-${ver}
 mv hdw-linux-${ver}/* $inst_path
 chmod -R 755 $inst_path