From ab7a2230cf578bfee7a0351beb37a05a32ac41c5 Mon Sep 17 00:00:00 2001 From: Jim Perrin Date: Feb 28 2014 19:21:42 +0000 Subject: update for news and events --- diff --git a/content/index.erb b/content/index.erb index 0598498..924b049 100644 --- a/content/index.erb +++ b/content/index.erb @@ -34,8 +34,8 @@ $(document).ready(function () { ...
-

Infrastructure.Next Feb 21st-23rd 2014

-

The CentOS team will be at the Red Hat Community table both days, in addition to our presentations and our BOF Friday night

+

Collaboration Summit Mar 27th 2014

+

Karsten Wade of The CentOS Board will be presenting at the Collaboration Summit and will be on-hand afterwards to answer questions.

More about Dojos and other Events

@@ -43,6 +43,16 @@ $(document).ready(function () { ...
+

Denver Dojo April 10th 2014

+

The Denver Dojo is colocated with the CloudStack Collaboration Conference at ApacheCon 2014 and is located in the Westin Denver Downtown facility.

+

More about Dojos and other Events

+
+ + +
+ + ... +

New 6.5 release December 1st 2013

The CentOS team is pleased to announce the immediate availability of CentOS 6.5 for i386 and x86_64 architectures.

diff --git a/nanoc.yaml b/nanoc.yaml index 43adc34..dc60c4a 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -82,10 +82,10 @@ watcher: #Deployment deploy: - staging: + dev: kind: rsync - dst: "root@10.10.171.50:/var/www/html" - options: [ '-aP', '--delete-after' ] + dst: "webcontent@c6pn1.centos.in:/var/www/html/websitev2" + options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] prod1: kind: rsync dst: "webcontent@newweb.centos.org:/var/www/html/websitev2"