From owner-freebsd-git@freebsd.org Thu Dec 31 04:29:22 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 A89F14DC003 for ; Thu, 31 Dec 2020 04:29:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5wCk2g2Yz3jmS for ; Thu, 31 Dec 2020 04:29:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com [209.85.222.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 0EDB7B79C for ; Thu, 31 Dec 2020 04:29:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f171.google.com with SMTP id p14so15651155qke.6 for ; Wed, 30 Dec 2020 20:29:21 -0800 (PST) X-Gm-Message-State: AOAM5339Y2SmoWjLx1OS4qUQeTyN586QmfGmhmVi1Yhuu3r/nQTzXxyb riPIOzzRMmGonlmKc6pQEmn4jfy3qmAYNEXI59k= X-Google-Smtp-Source: ABdhPJwiPFPTDxLQS/hZHGaHUP76RHrRAMM/dapeY0ezv2t4czRiAK85t/8w1WnsBYZMQcnBo5/HAkvdWPhT1Fb3fSQ= X-Received: by 2002:a37:b442:: with SMTP id d63mr28061656qkf.430.1609388960457; Wed, 30 Dec 2020 20:29:20 -0800 (PST) MIME-Version: 1.0 References: <62d00eff81d5595acfe7a8bafd8b97e8@bsdforge.com> In-Reply-To: <62d00eff81d5595acfe7a8bafd8b97e8@bsdforge.com> From: Kyle Evans Date: Wed, 30 Dec 2020 22:29:09 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: FreeBSD Git Repository Bundles To: Chris Cc: freebsd-git Content-Type: text/plain; charset="UTF-8" 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: Thu, 31 Dec 2020 04:29:22 -0000 On Wed, Dec 30, 2020 at 10:41 AM Chris wrote: > > 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. > :-) > Oh, cool, thanks! I went ahead and partially incorporated this -- the original is now populated with less-complete sha256/sha512 checksums to match the established convention for re@ snapshots at least. I like the idea of also reporting the timestamp/size, but I didn't quite have time/energy to hack that in tonight (it's a quick-and-dirty lua script).