add a script to copy everything to testing

This commit is contained in:
Mario Fetka 2014-11-15 22:06:17 +01:00
parent d8805be27e
commit 38787981db
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
cp -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 ""