You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/02/08 18:54:12 UTC

svn commit: r1242012 - /incubator/bigtop/trunk/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy

Author: rvs
Date: Wed Feb  8 17:54:12 2012
New Revision: 1242012

URL: http://svn.apache.org/viewvc?rev=1242012&view=rev
Log:
BIGTOP-390. add Fedora to the list of platforms recongnized by iTest

Modified:
    incubator/bigtop/trunk/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy

Modified: incubator/bigtop/trunk/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy?rev=1242012&r1=1242011&r2=1242012&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy (original)
+++ incubator/bigtop/trunk/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy Wed Feb  8 17:54:12 2012
@@ -209,7 +209,7 @@ public abstract class PackageManager {
     switch (linux_flavor ?: OS.linux_flavor) {
       case ~/(?is).*(ubuntu|debian).*/:
         return new AptCmdLinePackageManager();
-      case ~/(?is).*(redhat|centos|rhel).*/:
+      case ~/(?is).*(redhat|centos|rhel|fedora).*/:
         return new YumCmdLinePackageManager();
       case ~/(?is).*(suse|sles|sled).*/:
         return new ZypperCmdLinePackageManager();