* [PATCH rdma-core] cbuild: Replace Fedora 26 with Fedora 27
@ 2018-01-29 10:07 Leon Romanovsky
[not found] ` <20180129100745.31727-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Leon Romanovsky @ 2018-01-29 10:07 UTC (permalink / raw)
To: Doug Ledford, Jason Gunthorpe; +Cc: Leon Romanovsky, RDMA mailing list
From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Signed-off-by: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
buildlib/cbuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/buildlib/cbuild b/buildlib/cbuild
index 3f659bf8..16743a51 100755
--- a/buildlib/cbuild
+++ b/buildlib/cbuild
@@ -127,10 +127,10 @@ class centos7_epel(centos7):
res.lines.append("RUN ln -s /usr/bin/cmake3 /usr/local/bin/cmake");
return res;
-class fc26(Environment):
- docker_parent = "fedora:26";
+class fc27(Environment):
+ docker_parent = "fedora:27";
pkgs = (centos7.pkgs - {"make"}) | {"ninja-build"};
- name = "fc26";
+ name = "fc27";
specfile = "redhat/rdma-core.spec";
ninja_cmd = "ninja-build";
is_rpm = True;
@@ -336,7 +336,7 @@ environments = [centos6(),
artful(),
jessie(),
stretch(),
- fc26(),
+ fc27(),
leap(),
tumbleweed(),
debian_experimental(),
--
2.16.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20180129100745.31727-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>]
* Re: [PATCH rdma-core] cbuild: Replace Fedora 26 with Fedora 27 [not found] ` <20180129100745.31727-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> @ 2018-01-29 17:34 ` Jason Gunthorpe 2018-01-31 5:59 ` Leon Romanovsky 1 sibling, 0 replies; 3+ messages in thread From: Jason Gunthorpe @ 2018-01-29 17:34 UTC (permalink / raw) To: Leon Romanovsky; +Cc: Doug Ledford, Leon Romanovsky, RDMA mailing list On Mon, Jan 29, 2018 at 12:07:45PM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> > > Signed-off-by: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> > buildlib/cbuild | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Acked-by: Jason Gunthorpe <jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH rdma-core] cbuild: Replace Fedora 26 with Fedora 27 [not found] ` <20180129100745.31727-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> 2018-01-29 17:34 ` Jason Gunthorpe @ 2018-01-31 5:59 ` Leon Romanovsky 1 sibling, 0 replies; 3+ messages in thread From: Leon Romanovsky @ 2018-01-31 5:59 UTC (permalink / raw) To: Doug Ledford, Jason Gunthorpe; +Cc: RDMA mailing list [-- Attachment #1: Type: text/plain, Size: 331 bytes --] On Mon, Jan 29, 2018 at 12:07:45PM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> > > Signed-off-by: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> > --- > buildlib/cbuild | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Thanks, applied. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-31 5:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-29 10:07 [PATCH rdma-core] cbuild: Replace Fedora 26 with Fedora 27 Leon Romanovsky
[not found] ` <20180129100745.31727-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2018-01-29 17:34 ` Jason Gunthorpe
2018-01-31 5:59 ` Leon Romanovsky
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox