From commits-return-6011-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sun Feb 27 14:05:07 2011 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 82038 invoked from network); 27 Feb 2011 14:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 14:05:06 -0000 Received: (qmail 8506 invoked by uid 500); 27 Feb 2011 14:05:06 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 8378 invoked by uid 500); 27 Feb 2011 14:05:04 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 8371 invoked by uid 500); 27 Feb 2011 14:05:04 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 8367 invoked by uid 99); 27 Feb 2011 14:05:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 14:05:04 +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; Sun, 27 Feb 2011 14:05:03 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EAA19313 for ; Sun, 27 Feb 2011 14:04:31 +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: Sun, 27 Feb 2011 14:04:31 -0000 Message-ID: <20110227140431.11555.22491@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Trivial_Update_of_=22Installing=5Fon=5FAndro?= =?utf-8?q?id=22_by_MattAdams?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Installing_on_Android" page has been changed by MattAdams. http://wiki.apache.org/couchdb/Installing_on_Android?action=3Ddiff&rev1=3D2= 2&rev2=3D23 -------------------------------------------------- # Archive the release # cd $RELEASE + # filecount. is used so we can present a progress-based indicator during = install touch filecount.$(find | wc -l) tar -czf ../release-$1.tgz filecount.* data sdcard cd ..