|
@@ -202,7 +202,7 @@ if [ $nopkg = "0" -o $pkg = "1" ]; then
|
|
|
|
|
|
|
|
if ! [ $scp = 0 ]; then
|
|
if ! [ $scp = 0 ]; then
|
|
|
chmod 0700 misc/id_dsa
|
|
chmod 0700 misc/id_dsa
|
|
|
- scp -i misc/id_dsa -B -q -C ${PACKNAME}.$os-$ver${d}.tar.${ext} $scp
|
|
|
|
|
|
|
+ scp -i misc/id_dsa -B -p -C ${PACKNAME}.$os-$ver${d}.tar.${ext} $scp
|
|
|
fi
|
|
fi
|
|
|
elif ! [ $scp = "0" ]; then
|
|
elif ! [ $scp = "0" ]; then
|
|
|
cp wraith wraith.$os-$ver${d} > /dev/null 2>&1
|
|
cp wraith wraith.$os-$ver${d} > /dev/null 2>&1
|
|
@@ -217,7 +217,7 @@ elif ! [ $scp = "0" ]; then
|
|
|
declare -x MALLOC_CHECK_=$tmp
|
|
declare -x MALLOC_CHECK_=$tmp
|
|
|
fi
|
|
fi
|
|
|
chmod 0700 misc/id_dsa
|
|
chmod 0700 misc/id_dsa
|
|
|
- scp -i misc/id_dsa -B -q -C ${builddate}-$os-$ver${d}.tar.${ext} $scp
|
|
|
|
|
|
|
+ scp -i misc/id_dsa -B -p -C ${builddate}-$os-$ver${d}.tar.${ext} $scp
|
|
|
rm -rf ${builddate}-$os-$ver${d}.tar.${ext} wraith.$os-$ver${d} ChangeLog-${builddate}.gz
|
|
rm -rf ${builddate}-$os-$ver${d}.tar.${ext} wraith.$os-$ver${d} ChangeLog-${builddate}.gz
|
|
|
ssh -i misc/id_dsa bryan@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}-current.tar.gz
|
|
ssh -i misc/id_dsa bryan@endurance.quadspeedi.net ln -fs ${builddate}-$os-$ver${d}.tar.${ext} public_html/nightly/${os}-current.tar.gz
|
|
|
fi
|
|
fi
|