[PATCH] Make sure cvs gets onto the places where we try to make rawhide/branched

Mike McGrath mmcgrath at redhat.com
Thu Feb 18 16:38:41 UTC 2010


On Thu, 18 Feb 2010, Jesse Keating wrote:

> ---
>  manifests/services/branched.pp |    1 +
>  manifests/services/rawhide.pp  |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/manifests/services/branched.pp b/manifests/services/branched.pp
> index 42215bf..29ea7d4 100644
> --- a/manifests/services/branched.pp
> +++ b/manifests/services/branched.pp
> @@ -1,5 +1,6 @@
>  # branched builder configuration
>  class branchedbuilder {
> +    include cvs::client
>      configfile { '/etc/cron.d/branched':
>          source => 'build/branched',
>      }
> diff --git a/manifests/services/rawhide.pp b/manifests/services/rawhide.pp
> index ce56c71..61ce20a 100644
> --- a/manifests/services/rawhide.pp
> +++ b/manifests/services/rawhide.pp
> @@ -1,5 +1,6 @@
>  # rawhide builder configuration
>  class rawhidebuilder {
> +    include cvs::client
>      configfile { '/etc/cron.d/rawhide':
>          source => 'build/rawhide',
>      }

+1

	-Mike


More information about the infrastructure mailing list