[PATCH] Make sure intltool gets installed where we mash trees

Mike McGrath mmcgrath at redhat.com
Thu Feb 18 22:37:50 UTC 2010


On Thu, 18 Feb 2010, Seth Vidal wrote:

>
>
> 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 29ea7d4..3424882 100644
> > --- a/manifests/services/branched.pp
> > +++ b/manifests/services/branched.pp
> > @@ -1,6 +1,7 @@
> > # branched builder configuration
> > class branchedbuilder {
> >     include cvs::client
> > +    include intltool::package
> >     configfile { '/etc/cron.d/branched':
> >         source => 'build/branched',
> >     }
> > diff --git a/manifests/services/rawhide.pp b/manifests/services/rawhide.pp
> > index 61ce20a..48b8489 100644
> > --- a/manifests/services/rawhide.pp
> > +++ b/manifests/services/rawhide.pp
> > @@ -1,6 +1,7 @@
> > # rawhide builder configuration
> > class rawhidebuilder {
> >     include cvs::client
> > +    include intltool::package
> >     configfile { '/etc/cron.d/rawhide':
> >         source => 'build/rawhide',
> >     }
> > --
> > 1.5.5.6
>
> +1
>

+1

	-Mike


More information about the infrastructure mailing list