This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a change to tag debian/1.11.0+dfsg1-1.exp5
in repository gdal.
at d2cb6c1 (commit)
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-grass/gdal.git
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
From [email protected] Wed Sep 10
23:16:18 2014
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 10 Sep 2014 23:16:18 -0700
Received: from bolt10a.mxthunder.net ([209.105.224.168])
by mail-archive.com with esmtp (Exim 4.76)
(envelope-from
<[email protected]>)
id 1XRxg1-0008FM-Ni
for [email protected]; Wed, 10 Sep 2014 23:16:18 -0700
Received: by bolt10a.mxthunder.net (Postfix, from userid 12345)
id 3htqbw0PNBz16Pln; Wed, 10 Sep 2014 23:15:31 -0700 (PDT)
Received: from mail.apache.org (hermes.apache.org [140.211.11.3])
by bolt10a.mxthunder.net (Postfix) with SMTP id 3htqb45435z16gGy
for <[email protected]>; Wed, 10 Sep 2014 23:15:28 -0700 (PDT)
Received: (qmail 84786 invoked by uid 500); 11 Sep 2014 06:15:27 -0000
Mailing-List: contact [email protected]; run by ezmlm
Precedence: bulk
List-Help: <mailto:[email protected]>
List-Unsubscribe: <mailto:[email protected]>
List-Post: <mailto:[email protected]>
List-Id: <user.couchdb.apache.org>
Reply-To: [email protected]
Delivered-To: mailing list [email protected]
Received: (qmail 84774 invoked by uid 99); 11 Sep 2014 06:15:27 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 06:15:27 +0000
X-ASF-Spam-Status: No, hits=2.9 required=5.0
tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL
X-Spam-Check-By: apache.org
Received-SPF: neutral (athena.apache.org: local policy)
Received: from [81.169.146.218] (HELO mo4-p00-ob.smtp.rzone.de) (81.169.146.218)
by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 06:15:21 +0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1410416099; l=3261;
s=domk; d=gonvaled.com;
h=Content-Type:To:Subject:Date:From:MIME-Version;
bh=9cbthfK4xKUDwQc1vzAxhaw31ek=;
b=vHQGVFds+zkPk+40KR7YT3bW1CCeDhYl8XFyySTjYCssesG1Bm9baccgenbvPj/IRtz
q8NabYZT/OyHJvqH+4lkARQTec/FMj5IihQJkIr1TsA5V0GNOsnxp+Z06fgvZAP2yUYWi
98zoVjuIkTPZjumqzgFMrz1emRFrjKfmI9A=
X-RZG-AUTH: :K2MKY0GkfvuAYI9OvLYEA55J0qvTZZULi9CTHjqnn8/d41Z9VA5z1TAdixyBSJxL
X-RZG-CLASS-ID: mo00
Received: from mail-lb0-f180.google.com ([209.85.217.180])
by smtp.strato.de (RZmta 35.8 AUTH)
with ESMTPSA id U017f3q8B6Exwz6
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
for <[email protected]>;
Thu, 11 Sep 2014 08:14:59 +0200 (CEST)
Received: by mail-lb0-f180.google.com with SMTP id b12so5174822lbj.39
for <[email protected]>; Wed, 10 Sep 2014 23:14:59 -0700 (PDT)
X-Received: by 10.152.161.225 with SMTP id xv1mr47263586lab.59.1410416099168;
Wed, 10 Sep 2014 23:14:59 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.25.89.194 with HTTP; Wed, 10 Sep 2014 23:14:29 -0700 (PDT)
From: Daniel Gonzalez <[email protected]>
Date: Thu, 11 Sep 2014 08:14:29 +0200
Message-ID: <CAAOi-OG0mj5DGC+of2oVqXujzL6mXPYHTu5=bmbf11gjylp...@mail.gmail.com>
Subject: Manually deleting a _design directory
To: [email protected]
Content-Type: multipart/alternative; boundary=001a113467f49399f00502c4168f
X-Virus-Checked: Checked by ClamAV on apache.org
X-MXTHUNDER-Identifier:
<CAAOi-OG0mj5DGC+of2oVqXujzL6mXPYHTu5=bmbf11gjylp...@mail.gmail.com>
X-MXTHUNDER-IP-Rating: 0, 140.211.11.3, Ugly c=0.814582 p=-0.98524 Source White
X-MXTHUNDER-Scan-Result: 0
X-MXTHUNDER-Rules:
0-0-0-4638-c
X-MXTHUNDER-Clean: Yes
X-MXTHUNDER-Group: OK
--001a113467f49399f00502c4168f
Content-Type: text/plain; charset=UTF-8
Hi,
I have a couchdb instance which I am no longer using for data processing.
That is, I need the data to be there, but the views are no longer needed,
since I have moved the data processing to another server. I would like to
free the space used by the views (currently nearly 5 GB).
1. Can I simply delete the design directories? (rm -rf .*_design)
2. Will this affect the documents themselves? (I guess not, this is just
view data, not document data)
3. Can I do this in a running couchdb instance?
4. Will this really free-up disk space, or does couchdb keep view file
handles open, so that a restart is needed?
I understand that doing so will still leave the _design documents in the
databases, and that triggering those documents will recreate the views, but
I am not concerned about this at this moment: I just want to quickly
free-up some disk space.
Thanks!
Daniel Gonzalez
--001a113467f49399f00502c4168f--