From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-63557-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 38A15138247
	for <garchives@archives.gentoo.org>; Thu, 14 Nov 2013 14:01:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 748D8E0B35;
	Thu, 14 Nov 2013 14:01:25 +0000 (UTC)
Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 88388E0A5A
	for <gentoo-dev@lists.gentoo.org>; Thu, 14 Nov 2013 14:01:19 +0000 (UTC)
Received: by mail-vc0-f179.google.com with SMTP id hz11so713236vcb.38
        for <gentoo-dev@lists.gentoo.org>; Thu, 14 Nov 2013 06:01:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:sender:in-reply-to:references:date:message-id:subject
         :from:to:content-type;
        bh=G8ufjLEph6cLxlJOiOv4IIRSVmsDP032UHUdkOgoAiA=;
        b=ZuIl+anyipsckFdK+xxitbDFykKDh6RJrbpwSmSBHyflZ5hTtzhoNe+2z06HJcbzNu
         mR+J6mbVVkPWQUiopeYqZGXzRTc2bU2QLrxhI1CFdvdv9oPK60UL79pdjLfpG3THumIm
         2f5i7Lwuf83IsQjYnEGoPb5NwD8aGoKG2Hm0oBBOMfTdgnUtKS5bVL6m0/thx8qGHz2V
         uLNGEAQ3i5KoTLymGD1KjJv4YYuYkPabDdCEed9Pcl8/X8dJRktwqQ0RqxmDyWfQ/R9h
         7GkwXEd18v/TCXoxflAFlheIN1VtVNTErTr9sjBw5+W54JCOgP/9EAon0jIt+jN1PQb7
         FL0g==
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.221.47.193 with SMTP id ut1mr916264vcb.8.1384437678633; Thu,
 14 Nov 2013 06:01:18 -0800 (PST)
Sender: freemanrich@gmail.com
Received: by 10.52.108.199 with HTTP; Thu, 14 Nov 2013 06:01:18 -0800 (PST)
In-Reply-To: <5284CD5B.50502@gmail.com>
References: <5283CBD3.1010309@gmail.com>
	<CAGfcS_kg2u=v6uXdYjQUvUFmkOTdJV0imfX1tgj+v+poP=a0UA@mail.gmail.com>
	<5284CD5B.50502@gmail.com>
Date: Thu, 14 Nov 2013 09:01:18 -0500
X-Google-Sender-Auth: CR7oF3jeYmL0HbghA5K3DJFYEyc
Message-ID: <CAGfcS_mdmP+aVUNKBYEn8qKi9AsQ0OogWNPd9Uu172zQHqrLBg@mail.gmail.com>
Subject: Re: [gentoo-dev] keep a gen 2013 snapshot on mirrors
From: Rich Freeman <rich0@gentoo.org>
To: gentoo-dev <gentoo-dev@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 1819dd9f-409e-4db8-b5cd-025e10bae8c5
X-Archives-Hash: 66f49abe904262a8d37bf8536b1a006f

On Thu, Nov 14, 2013 at 8:17 AM, Francesco R. <vivo75@gmail.com> wrote:
> Rich, that made me smile, none of my remote machine has cvs since a
> _very_ long time say 2006.
> We are speaking of box that have troubles to emerging anything new, plus
> me and most of the internet barely remember cvs up  :)

You don't need to run cvs on the box that you're trying to update.
Just run it on a different box and create a tarball of the resulting
tree.

I couldn't tell you what the syntax for doing that is offhand, but I
imagine that it wouldn't take you much longer than it would take me to
read the manpage and figure it out.  If you're really stuck I'm sure
somebody would help you.

>
> I do highly appreciate the suggestion to keep a @system distfiles
> snapshot (once a year + portage snapshot would be a bone), but that it's
> not strictly needed, just a 40MB bzipped files on a public directory and
> maybe some change to the cron that wipe old files.

Personally I'd prefer to see a more standardized way of handling
non-upstream distfiles as well (probably not a tarball).  However,
Gentoo really isn't one of those distros that is ever going to be easy
to upgrade in-place if you only do it once a year or less often.
There are ways to do it, but they're going to be painful.

Rich