Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8210F79B for ; Wed, 3 Apr 2013 19:17:15 +0000 (UTC) Received: (qmail 31676 invoked by uid 500); 3 Apr 2013 19:17:15 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 31646 invoked by uid 500); 3 Apr 2013 19:17:15 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 31639 invoked by uid 99); 3 Apr 2013 19:17:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 19:17:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 19:17:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 68E622388994; Wed, 3 Apr 2013 19:16:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1464164 - /clerezza/trunk/site/deploy.sh Date: Wed, 03 Apr 2013 19:16:54 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130403191654.68E622388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reto Date: Wed Apr 3 19:16:54 2013 New Revision: 1464164 URL: http://svn.apache.org/r1464164 Log: CLEREZZA-741: adapted path instruction producing zip Modified: clerezza/trunk/site/deploy.sh Modified: clerezza/trunk/site/deploy.sh URL: http://svn.apache.org/viewvc/clerezza/trunk/site/deploy.sh?rev=1464164&r1=1464163&r2=1464164&view=diff ============================================================================== --- clerezza/trunk/site/deploy.sh (original) +++ clerezza/trunk/site/deploy.sh Wed Apr 3 19:16:54 2013 @@ -1,5 +1,5 @@ svn co https://svn.apache.org/repos/asf/clerezza/site/production/ /tmp/site-production -curl -u admin:admin "http://localhost:8080/admin/offline/download?baseUri=http://localhost:8080/&targetUri=http://incubator.apache.org/clerezza/&formatExtension=xhtml&formatExtension=rdf&formatExtension=png&formatExtension=html&formatExtension=js&formatExtension=jpeg&formatExtension=css&rootLinkPrefix=/clerezza" > /tmp/site-production.zip +curl -u admin:admin "http://localhost:8080/admin/offline/download?baseUri=http://localhost:8080/&targetUri=http://clerezza.apache.org/&formatExtension=xhtml&formatExtension=rdf&formatExtension=png&formatExtension=html&formatExtension=js&formatExtension=jpeg&formatExtension=css" > /tmp/site-production.zip unzip -o /tmp/site-production.zip -d /tmp/site-production cd /tmp/site-production svn add * --force