add a script to copy everything to testing

This commit is contained in:
Mario Fetka 2014-11-15 22:03:53 +01:00
parent cd6231a2f3
commit d8805be27e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ go_copy()
if [ ${FLAGS_purge} -eq ${FLAGS_TRUE} ]; then
rm -f ${copy_to_dir}/${copy_name}* &>> $copy_list
fi
ln -vf ${copy_from_dir}/${copy_name}{-,_}${copy_version}{.,-}* ${copy_to_dir}/ &>> $copy_list
cp -vf ${copy_from_dir}/${copy_name}{-,_}${copy_version}{.,-}* ${copy_to_dir}/ &>> $copy_list
boxes -d shell $copy_list
echo ""