From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28664: Old narinfos of tarballs purged on berlin Date: Tue, 07 Nov 2017 17:37:58 +0100 Message-ID: <87inem59jt.fsf@gnu.org> References: <87tvyvl9fs.fsf@gnu.org> <87vainer6c.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eC6u4-0005B2-WB for bug-guix@gnu.org; Tue, 07 Nov 2017 11:39:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eC6ty-00078O-UB for bug-guix@gnu.org; Tue, 07 Nov 2017 11:39:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eC6ty-00078E-R0 for bug-guix@gnu.org; Tue, 07 Nov 2017 11:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eC6ty-0006A1-HG for bug-guix@gnu.org; Tue, 07 Nov 2017 11:39:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vainer6c.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 06 Nov 2017 09:40:11 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: guix-sysadmin@gnu.org Cc: 28664-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > >> As a followup to , Ricardo upgraded to the >> latest Guix on berlin, and I=E2=80=99ve now removed old .narinfos corres= ponding >> to tarballs for which we potentially lacked the corresponding nar: >> >> sudo find /var/cache/guix/publish/none -mtime +7 -exec rm -v {} \; > > This missed ~100 of them, so I=E2=80=99ve run the following command, whic= h is > more accurate: > > root@berlin /var/cache/guix/publish/none# rm -v $(for i in *.narinfo ; = do [ -f `echo $i | sed -es/narinfo/nar/g` ] || echo $i ; done) I just did the same on hydra.gnu.org, which was starting to have 404 for these substitutes. Ludo=E2=80=99.