[PATCH rdma-core v1 03/14] cbuild: Disable packaging of CentOS 6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Leon Romanovsky <leonro@xxxxxxxxxxxx>

Only compilation of CentOS 6 is supported, because such distro lacks all
needed dependencies for proper rdma-core runs.

Generate more user visible warning that such OS doesn't support packaging,
instead of throwing python exception.

Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>
---
 buildlib/cbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildlib/cbuild b/buildlib/cbuild
index 986471c9..d6d87b90 100755
--- a/buildlib/cbuild
+++ b/buildlib/cbuild
@@ -109,6 +109,7 @@ class centos6(YumEnvironment):
     name = "centos6";
     use_make = True;
     pandoc = False;
+    is_rpm = False;
 
 class centos7(YumEnvironment):
     docker_parent = "centos:7";
-- 
2.19.1




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux