Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 AD9EB10569 for ; Wed, 5 Mar 2014 17:57:31 +0000 (UTC) Received: (qmail 48504 invoked by uid 500); 5 Mar 2014 17:57:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 48458 invoked by uid 500); 5 Mar 2014 17:57:31 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 48448 invoked by uid 99); 5 Mar 2014 17:57:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 17:57:30 +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.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 17:57:28 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 3F5E0E38 for ; Wed, 5 Mar 2014 17:57:07 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 05 Mar 2014 17:57:07 -0000 Message-ID: <20140305175707.18385.17988@eos.apache.org> Subject: =?utf-8?q?=5BCordova_Wiki=5D_Update_of_=22StepsForPluginRelease=22_by_And?= =?utf-8?q?rewGrieve?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for c= hange notification. The "StepsForPluginRelease" page has been changed by AndrewGrieve: https://wiki.apache.org/cordova/StepsForPluginRelease?action=3Ddiff&rev1=3D= 32&rev2=3D33 }}} 4. Upload: {{{ - cd cordova-dist-dev && svn add $JIRA && svn commit -m "$JIRA Uploading re= lease candidates for plugins release" + cd cordova-dist-dev && svn up && svn add $JIRA && svn commit -m "$JIRA Up= loading release candidates for plugins release" }}} 5. Find your release here: [[https://dist.apache.org/repos/dist/dev/cordo= va/]] = @@ -196, +196 @@ =3D=3D Publish to dist/ =3D=3D {{{ cd cordova-dist + svn up for l in $ACTIVE; do ( svn rm plugins/$l* ); done cp ../cordova-dist-dev/$JIRA/* plugins/ svn add plugins/* svn commit -m "$JIRA Published plugins release to dist" = cd ../cordova-dist-dev + svn up svn rm $JIRA svn commit -m "$JIRA Removing release candidates from dist/dev" }}}