Project

General

Profile

Feature #821 ยป 0001-Recognize-Scientific-Linux-as-a-RedHat-derivative.patch

Frank Sweetser, 04/04/2011 01:51 PM

View differences:

app/models/operatingsystem.rb
default_scope :order => 'LOWER(operatingsystems.name)'
FAMILIES = {'Debian' => %r{Debian|Ubuntu}i,
'Redhat' => %r{RedHat|Centos|Fedora}i,
'Redhat' => %r{RedHat|Centos|Fedora|Scientific}i,
'Solaris' => %r{Solaris}i}
    (1-1/1)