[PATCH] Make rsync run quiet

Ricky Zhou ricky at fedoraproject.org
Wed May 26 04:39:41 UTC 2010


On 2010-05-26 02:37:13 AM, Mike McGrath wrote:
> ---
>  modules/fedora-docs/manifests/init.pp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/modules/fedora-docs/manifests/init.pp b/modules/fedora-docs/manifests/init.pp
> index 07640b9..1b9613c 100644
> --- a/modules/fedora-docs/manifests/init.pp
> +++ b/modules/fedora-docs/manifests/init.pp
> @@ -20,7 +20,7 @@ define fedora-docs::proxy($website) {
>  
>      cron { "sync-fedora-docs":
>          # TODO: Make add some locking to this.
> -        command => "/usr/bin/rsync -aSHP --exclude=.git/objects/ bapp01::docs/ /srv/web/docs.fedoraproject.org/",
> +        command => "/usr/bin/rsync -aSHPq --exclude=.git/objects/ bapp01::docs/ /srv/web/docs.fedoraproject.org/",
>          user    => "root",
>          minute  => 10,
>  	ensure	=> present,
> -- 
> 1.5.5.6
+1

Thanks,
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20100526/3e0fa149/attachment.bin 


More information about the infrastructure mailing list