diff --git a/content/index.erb b/content/index.erb index e12b49f..eeca175 100644 --- a/content/index.erb +++ b/content/index.erb @@ -14,11 +14,10 @@ $(document).ready(function () {
-

CentOS 7 is here

-

The CentOS Project is pleased to announce the immediate availability of CentOS 7 for x86_64, including images for docker, and various cloud providers. There are many fundamental changes in this release, compared to previous releases of CentOS. Notably the inclusion of systemd, Gnome3, and a default filesystem of XFS. For more information about what makes CentOS 7 stand out, please see our release notes.

-

With the release of CentOS 7, the board will be able to focus on getting the Community Builders online, and facilitating the progress for the several Special Interest Groups that have been on hold during the release cycle.

-

Groups such as OpenStack, Xen4, Gluster, and oVirt can now customize CentOS Linux directly inside the project, building CentOS variants for new workloads on top of the slow-and-steady core platform. Read more about the variants proposal»

-

+

CentOS 7 Updates

+

The CentOS Project is happy to announce the availability of CentOS 7 (tag: 1503). This release includes a number of new features including a major update to IPA, which adds support for two-factor authentication. Other enhancements include the addition of OpenJDK 8, the return of Thunderbird, and improved container support.

+

We're also expanding the availability of CentOS images across a number of vendors, providing official images for Amazon, Google, and more. For self-hosted cloud, we also provide a generic cloud-init enabled image.

+

For more information about updates and improvements in CentOS 7, please check out the release notes

diff --git a/nanoc.yaml b/nanoc.yaml index 9482167..f34df3f 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -92,5 +92,5 @@ deploy: options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] test: kind: rsync - dst: "webcontent@testweb:/var/www/html/websitev2" + dst: "webcontent@webtest:/var/www/html/websitev2" options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ]