Issue #4181 has been updated by Igal Koshevoy. Status changed from Accepted to Ready for Testing Assigned to changed from James Turnbull to Igal Koshevoy Target version changed from 1.1 to 1.0.1 Branch set to bug-4181-reports_css_link_fix
Fixed in http://github.com/igal/puppet-dashboard/tree/bug-4181-reports_css_link_fix ---------------------------------------- Bug #4181: reports.css - broken link in rpm http://projects.puppetlabs.com/issues/4181 Author: Ken Barber Status: Ready for Testing Priority: Low Assigned to: Igal Koshevoy Category: Target version: 1.0.1 Keywords: css Branch: bug-4181-reports_css_link_fix 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.
