From 3bd947fc7434f5928fc375a023524b17a2e51671 Mon Sep 17 00:00:00 2001 From: rbowen Date: Feb 24 2020 21:43:21 +0000 Subject: [PATCH 1/3] Draft of new centos.org/stream page. --- diff --git a/content/stream/index.md b/content/stream/index.md new file mode 100644 index 0000000..4b45ec4 --- /dev/null +++ b/content/stream/index.md @@ -0,0 +1,29 @@ +--- +title: "CentOS Stream" +markdown: basic +is_dynamic: true +--- +* Table of contents will replace this text. +{:toc} + +#CentOS Stream +CentOS Stream is a release from the CentOS Project. It’s an effort, along with the Red Hat Enterprise Linux (RHEL) engineering team, to increase transparency and collaboration around the RHEL development process. + +#What is it? +Think of CentOS Stream as a rolling pre-release of RHEL. Updates will go into CentOS Stream that are intended to be what’s in the next minor release of RHEL. So if you’re developing and testing against CentOS Stream, you’ll be ready for the next RHEL on day one. + +#Where do I get it? +Download CentOS Stream at [centos.org/download](http://centos.org/download) (It’s available for x86_64, aarch64, and ppc64le). Or download the classic-style CentOS Linux 8 ISOs in the same place. + +#How do I contribute? +We’re still working out the details of how you can contribute to the CentOS Stream process. For now, we ask that you try it out, and file any bugs or requests at bugs.centos.org like you’ve done in the past. + +If you’re developing on top of CentOS Stream, consider participating in one of the Special Interest Groups (SIGs), which provide packages for deployment on CentOS Linux, and on CentOS Stream. SIGs are able to build packages in our Community Build System (CBS) and test them against both CentOS Linux (7 and 8) and CentOS Stream in our CI infrastructure. + +You can learn more about our SIG process in the wiki at wiki.centos.org/SIGGuide + +#Where do I find out more? +See also [the detailed CentOS Stream FAQ](wiki.centos.org/FAQ/CentOS8). + +Follow us on your preferred social platform: Twitter ([@CentOSProject](http://twitter.com/centosproject)); [Facebook](facebook.com/groups/centosproject); [LinkedIn](linkedin.com/groups/22405); [Reddit](reddit.com/r/CentOS) - for announcements and updates. + From aac6394cb08a62bd40a4b65c189890600a0ed309 Mon Sep 17 00:00:00 2001 From: rbowen Date: Feb 24 2020 21:45:41 +0000 Subject: [PATCH 2/3] Don't show main heading in TOC --- diff --git a/content/stream/index.md b/content/stream/index.md index 4b45ec4..d77924a 100644 --- a/content/stream/index.md +++ b/content/stream/index.md @@ -7,6 +7,7 @@ is_dynamic: true {:toc} #CentOS Stream +{:.no_toc} CentOS Stream is a release from the CentOS Project. It’s an effort, along with the Red Hat Enterprise Linux (RHEL) engineering team, to increase transparency and collaboration around the RHEL development process. #What is it? From 6eec1c33e7ea9b3c837a4e8be10040d87ea71cc2 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mar 02 2020 20:32:38 +0000 Subject: [PATCH 3/3] Update content/stream/index.md --- diff --git a/content/stream/index.md b/content/stream/index.md index d77924a..32ad0a4 100644 --- a/content/stream/index.md +++ b/content/stream/index.md @@ -17,7 +17,7 @@ Think of CentOS Stream as a rolling pre-release of RHEL. Updates will go into Ce Download CentOS Stream at [centos.org/download](http://centos.org/download) (It’s available for x86_64, aarch64, and ppc64le). Or download the classic-style CentOS Linux 8 ISOs in the same place. #How do I contribute? -We’re still working out the details of how you can contribute to the CentOS Stream process. For now, we ask that you try it out, and file any bugs or requests at bugs.centos.org like you’ve done in the past. +We’re still working out the details of how you can contribute to the CentOS Stream process. For now, we ask that you try it out, and file any bugs against the [https://bugzilla.redhat.com/enter_bug.cgi?product=CentOS%20Stream](CentOS Stream project in bugzilla). If you’re developing on top of CentOS Stream, consider participating in one of the Special Interest Groups (SIGs), which provide packages for deployment on CentOS Linux, and on CentOS Stream. SIGs are able to build packages in our Community Build System (CBS) and test them against both CentOS Linux (7 and 8) and CentOS Stream in our CI infrastructure.