From nobody Tue May 3 14:33:06 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B124F1AC32D1 for ; Tue, 3 May 2022 14:34:44 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (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 (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Kt2Xz3rcBz3rKH for ; Tue, 3 May 2022 14:34:43 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.16.1/8.16.1) with ESMTPS id 243EX60q036260 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 3 May 2022 07:33:06 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.16.1/8.16.1/Submit) id 243EX6Cg036259; Tue, 3 May 2022 07:33:06 -0700 (PDT) (envelope-from warlock) Date: Tue, 3 May 2022 07:33:06 -0700 From: John Kennedy To: Chris Cc: Jose Quinteiro , ports@freebsd.org Subject: Re: On what days are the git servers available to obtain the ports tree? Message-ID: References: <71bb8213381565858ab36e680b9634de@bsdforge.com> <13df051029243432f82b50a815926517@bsdforge.com> <1b9efb8e45e650f9f07e527b85c93400@bsdforge.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1b9efb8e45e650f9f07e527b85c93400@bsdforge.com> X-Rspamd-Queue-Id: 4Kt2Xz3rcBz3rKH X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of warlock@phouka1.phouka.net has no SPF policy when checking 107.170.196.116) smtp.mailfrom=warlock@phouka1.phouka.net X-Spamd-Result: default: False [1.08 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.88)[0.883]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[phouka.net]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; MLMMJ_DEST(0.00)[ports]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_SPF_NA(0.00)[no SPF record]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US] X-ThisMailContainsUnwantedMimeParts: N On Mon, May 02, 2022 at 01:37:47PM -0700, Chris wrote: > ... I can clone the github hosted mirror && make the changes. But that > removes the one-true-source factor, adds additional steps to a procedure > that should "Just Work". > Which is the real question. Why doesn't it Just Work? Clearly there is a > problem with the FreeBSD git based system. ... > ... The web pages work. But the git(1) service(s) don't. Why && shouldn't > everyone care as to why they don't? I've been using git with FreeBSD since svn days and haven't seen the issues you describe. My ports is currently set up like this: # (cd /usr/ports && git remote -v) origin https://github.com/freebsd/freebsd-ports.git (fetch) origin https://github.com/freebsd/freebsd-ports.git (push) (not sure why it isn't SSH like my src, but works for this talk) I refresh it just by doing another "git pull". I'm assuming most people are in my situation, and I'm just sort of waiting to see some information for why you're different. This particular box is a digital ocean VM, so 2 CPUs and 512MiB of RAM? Very underpowered compared to my home system (also has no issues). About the only thing that is interesting there is it has IPv6, so every now and then I stumble across IPv6 misconfiguration, usually for getting port tarballs but I imagine it could qualify for anything that might be hiding behind one of the major content providers like github.