display rsync progress

This commit is contained in:
Ralf Becker 2010-09-29 15:33:09 +00:00
parent acfc96f1a7
commit dcffe95a17

View File

@ -144,7 +144,7 @@ function do_release()
$target = strtr($target,$translate);
}
$cmd = $config['rsync'].' '.$config['sourcedir'].'/*'.$config['version'].'.'.$config['packaging'].'* '.$target;
run_cmd($cmd);
passthru($cmd);
}
/**