From owner-freebsd-git@freebsd.org Wed Dec 30 16:41:57 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 181934C8904 for ; Wed, 30 Dec 2020 16:41:57 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5cWS68Wnz3sRg; Wed, 30 Dec 2020 16:41:56 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 0BUGgVld006728; Wed, 30 Dec 2020 08:42:37 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) MIME-Version: 1.0 Date: Wed, 30 Dec 2020 08:42:31 -0800 From: Chris To: Kyle Evans Cc: freebsd-git Subject: Re: FreeBSD Git Repository Bundles In-Reply-To: References: User-Agent: UDNSMS/17.0 Message-ID: <62d00eff81d5595acfe7a8bafd8b97e8@bsdforge.com> X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4D5cWS68Wnz3sRg X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 16:41:57 -0000 On 2020-12-29 23:14, Kyle Evans wrote: > Hello! > > Just an FYI- I spent a little bit of time tonight hacking up a system > much like what Linux does[0], generating bundles of our repos for > folks on unstable connections and whatnot. > > I'm currently publishing these bundles to freefall until I get yelled > at or until it's replaced by some official service, you can find them > at [1]. > > All repos are scheduled to update at 03:30 UTC on Mondays, and all > branches are included. Good instructions on example use can also be > found at [0]. We've been providing a cpan mirror for years now (rsync && https). I'm happy to accommodate FreeBSD in any way I can. I already host a bunch of the source for ports I maintain. So I mirrored your bundles on the same host. Speaking of ports, I also went one further, and added a distinfo style file for each of the bundles https://BSDforge.com/bundles/ 265955836 Dec 29 23:01 doc.bundle 140 Dec 30 08:15 doc.bundle.sha256 1586758704 Dec 29 23:01 ports.bundle 145 Dec 30 08:16 ports.bundle.sha256 1282394200 Dec 29 22:51 src.bundle 141 Dec 30 08:17 src.bundle.sha256 # less ./src.bundle.sha256 TIMESTAMP = 1609345023 SHA256 (src.bundle) = fcab5c72ffd86c6f0e843d8fe0a406ad062a444a0ed1824e93c0500b32971a62 SIZE (src.bundle) = 1282394200 problems? please report them to the email address this message arrives from. :-) Thanks, Chris > > Thanks, > > Kyle Evans > > [0] https://www.kernel.org/cloning-linux-from-a-bundle.html > [1] https://people.freebsd.org/~kevans/bundles/ > _______________________________________________ > freebsd-git@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-git > To unsubscribe, send any mail to "freebsd-git-unsubscribe@freebsd.org"