Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85D2F927C for ; Mon, 5 Mar 2012 22:09:05 +0000 (UTC) Received: (qmail 74774 invoked by uid 500); 5 Mar 2012 22:09:05 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 74728 invoked by uid 500); 5 Mar 2012 22:09:05 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 74720 invoked by uid 99); 5 Mar 2012 22:09:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 22:09:05 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.85.173.253] (HELO server.dankulp.com) (64.85.173.253) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 22:08:59 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id C3E58182B07; Mon, 5 Mar 2012 17:08:38 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter-dev@cxf.apache.org.3EiBpW4uTc Received: from dilbert.dankulp.com (c-24-91-72-253.hsd1.ma.comcast.net [24.91.72.253]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id 07705182B03 for ; Mon, 5 Mar 2012 17:08:37 -0500 (EST) From: Daniel Kulp To: dev@cxf.apache.org Subject: WebSite publishing process updated..... Date: Mon, 05 Mar 2012 17:08:34 -0500 Message-ID: <2535597.xETEAZgSgk@dilbert.dankulp.com> User-Agent: KMail/4.8.0 (Linux/3.2.2; KDE/4.8.0; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-102.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.2 Those of you following the commits list may have noticed a bunch of commits this afternoon to the web stuff. A while ago, infrastructure has sent out a note saying that by the end of 2012, all projects had to move off of the rsync based publishing and onto an svnpubsub based approach. As of 1/2 hour ago, we are now switched to svnpubsub for our site. For the normal "day to day" things of updating the site in confluence, nothing really changes. You update things like normal. Once an hour, a buildbot process runs and builds the changes and commits them to svn. The changes go "live" within seconds of the buildbot commit, so much less waiting. (It's now at most one hour till the next buildbot build). ( I need to check with Joe to see if there is a "build now" type button or API) However, any CXF committer can checkout the two svn locations, run the command, and commit the changes themselves to chop that hour down to seconds if we need to push something immediately. I've added some info about that in: http://svn.apache.org/repos/asf/cxf/web/README For non-day-to-day things, you may need to checkout the "live" content directory at: https://svn-master.apache.org/repos/infra/websites/production/cxf/content and work on the stuff there. That would include adding javadocs or schemas, updating the .htaccess, adding/changing the stylesheet or images, etc.... Again, once you commit there, it's live in seconds so turnaround is quick. (You may want to use the svn --depth flag on the checkout to set it to 1 or 2 to avoid all the javadocs.) The other thing that may be done periodically is to update the template. That is still in the web/template directory. If you change that, you should likely delete the content/cache/* stuff which will force a complete rebuild of the entire site. -- Daniel Kulp dkulp@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com