[foreman-dev] Missing Labels on Katello project

2016-07-12 Thread Eric D Helms
After the latest merge of code (from myself) to the prprocessor, labels are
not being applied to the katello/katello project. I am guessing there is an
error somewhere being thrown that prevents completion to that point. Can
someone with access to the prprocessor logs please check them to see if
there are errors being thrown?

-- 
Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Foreman images and CSS

2016-07-12 Thread colm . scanlon
Thanks Dominic. it is a package deb installation that i have. using a rake 
and not a foreman-rake as you suggested. still get the rake aborted when i 
test.

On Tuesday, July 12, 2016 at 12:00:19 PM UTC+1, Dominic Cleal wrote:
>
> On 12/07/16 11:58, colm.s...@gmail.com  wrote: 
> > Thanks Dominic. 
> > 
> > When i run that command i first got an error re spice-html5. After i 
> > installed that gem it went past that stage but now errors at couldn't 
> > find file 'jquery_pwstrength_bootstrap' with type 
> > 'application/javascript' even though i have the gem installed. Any 
> ideas? 
>
> If you're on a source installation then "bundle install" without 
> excluding the assets group should install all of these dependencies. A 
> package installation provides them through the foreman-assets package. 
>
> -- 
> Dominic Cleal 
> dom...@cleal.org  
>

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Foreman images and CSS

2016-07-12 Thread Dominic Cleal
On 12/07/16 11:58, colm.scan...@gmail.com wrote:
> Thanks Dominic.
> 
> When i run that command i first got an error re spice-html5. After i
> installed that gem it went past that stage but now errors at couldn't
> find file 'jquery_pwstrength_bootstrap' with type
> 'application/javascript' even though i have the gem installed. Any ideas?

If you're on a source installation then "bundle install" without
excluding the assets group should install all of these dependencies. A
package installation provides them through the foreman-assets package.

-- 
Dominic Cleal
domi...@cleal.org

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Foreman images and CSS

2016-07-12 Thread Dominic Cleal
On 12/07/16 10:56, colm.scan...@gmail.com wrote:
> In Foreman i see the images and scss files in ~foreman/app/assets/images
> and /stylesheets however the live website seems to be looking in
> ~/foreman/public/assets
> 
> Can anyone shed some light on where Foreman is looking for its style and
> images and how it compiles them into the public/assets folder to be
> viewed in real time?

app/assets/ contains the source/original files, and to run the app in
the production Rails environment with public/assets/, they're compiled
using the rake assets:precompile task. This combines, compresses and
minifies the source files.

If you're using our packages, this is done at build time and the
generated files in public/assets/ are shipped inside the package. If
you're running from source, you will run rake assets:precompile manually.

It's technically possible to re-run the precompilation on a package
installation if you install foreman-assets to get the dependencies, but
I'd not recommend it as it'll overwrite, delete and otherwise mess with
packaged files.

-- 
Dominic Cleal
domi...@cleal.org

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[foreman-dev] Foreman images and CSS

2016-07-12 Thread colm . scanlon
Hi all,

In Foreman i see the images and scss files in ~foreman/app/assets/images 
and /stylesheets however the live website seems to be looking in 
~/foreman/public/assets

Can anyone shed some light on where Foreman is looking for its style and 
images and how it compiles them into the public/assets folder to be viewed 
in real time?

Thanks for your help,

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.