From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: How to remove old (test) builds from store? Date: Thu, 2 Jun 2016 13:35:14 +0200 Message-ID: <575019F2.6040804@crazy-compilers.com> References: <575006ED.6000607@crazy-compilers.com> <87k2i7q223.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------060200080508000001070208" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8QuM-0003eS-MR for help-guix@gnu.org; Thu, 02 Jun 2016 07:35:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8QuH-0007zo-MO for help-guix@gnu.org; Thu, 02 Jun 2016 07:35:26 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:55205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8QuH-0007yk-FD for help-guix@gnu.org; Thu, 02 Jun 2016 07:35:21 -0400 In-Reply-To: <87k2i7q223.fsf@member.fsf.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?B?5a6L5paH5q2m?= Cc: help-guix@gnu.org This is a multi-part message in MIME format. --------------060200080508000001070208 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Am 02.06.2016 um 13:10 schrieb 宋文武: > I think call gc for each one will work, eg: > > for i in /gnu/store/*teensy*; do guix gc -d $i; done Thanks for this tip. It is slow but works :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | --------------060200080508000001070208 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
Am 02.06.2016 um 13:10 schrieb 宋文武:
I think call gc for each one will work, eg:

for i in /gnu/store/*teensy*; do guix gc -d $i; done

Thanks for this tip. It is slow but works :-)

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |
--------------060200080508000001070208--