Issue #4181 has been updated by Igal Koshevoy.
The file `app/views/layouts/application.html.haml` contains the following line:
= stylesheet_link_tag 'reset', 'layout', 'application', 'header', 'forms',
'tables', 'jquery.ui.autocomplete.css', 'reports', 'typography', 'links',
'fcbkcomplete', 'tipsy'
This produces a bunch of lines in the HTML that look like:
<link href="/stylesheets/reports.css?1277935928" media="screen"
rel="stylesheet" type="text/css" />
I'm proposing that we remove 'reports' from there because it doesn't seem to be
used for anything.
Rein: Is this reasonable?
----------------------------------------
Bug #4181: reports.css - broken link in rpm
http://projects.puppetlabs.com/issues/4181
Author: Ken Barber
Status: Accepted
Priority: Low
Assigned to: James Turnbull
Category:
Target version: 1.1
Keywords: css
Branch:
Affected URL:
After installing the RPM I get this in my ruby logs:
ActionController::RoutingError (No route matches "/stylesheets/reports.css"
with {:method=>:get}):
Because you delete zero sized files in the spec file for puppet-dashboard, and
reports.css is blank (is it a customisation placeholder perhaps?):
for file in $(find %{buildroot} -size 0) ; do
rm -f "$file"
done
Not a big deal - just a false negative that fills up my error_log :-).
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.