From owner-freebsd-ports@freebsd.org Fri Mar 26 01:56:34 2021 Return-Path: Delivered-To: freebsd-ports@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 B75CF5AFDB2; Fri, 26 Mar 2021 01:56:34 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F64pB0J83z3Jt2; Fri, 26 Mar 2021 01:56:33 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f53.google.com with SMTP id e8so3900751iok.5; Thu, 25 Mar 2021 18:56:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=yCW7Gc4Lswbp86RoXMJwt2fofogHtgsA1DWyJkZfza8=; b=dF8gR9kmL8OY0quk8TJb0arCm025owyQVRWvh7xMEH2JvB5u4VzL7HxK1ryR47WGwK ieiu7Rpon3JW3MiqASyktt7VdMh5+Pa9/SdnWPLNeumorlqTYaicflipIAnCtMmGApxw TDFvuv1KIXIOiJP42KmP+T9B/UAKS9jrEHVDsZfrJOp2HgtKgpJB40Tj3C1pGp++1lTO yI1VR7S2fr3x1m6n5GDW9f2BcsdyON4wFSBKqY4c1hFoqept4fowyJtXJ4+PMW9Ir4qB juJJCiWoyLoC/yv4z9gztFNnv6FSBf53Tcro419OGwStt7KnjhSzKqJkKZ2Cvwn54J5p rrCw== X-Gm-Message-State: AOAM533k10ADJgfmKzB1v3Q3EQVvTr7k/zvy+JX6IdFZoVebAc9swVcK alPV6qBIOXsIwzIa7LkH7gtxrIiFliQfMx1d7/Y7GA7Ue5M= X-Google-Smtp-Source: ABdhPJxU/0eSIP1Y0oxvZsNoKiQgGCD5FY3z//K6zbOe3vylBeCPA4eOw9ZqA1cJ3IAwR61fLPhqoyiSDwg9A371Mxc= X-Received: by 2002:a5e:841a:: with SMTP id h26mr8657735ioj.179.1616723791572; Thu, 25 Mar 2021 18:56:31 -0700 (PDT) MIME-Version: 1.0 From: Ed Maste Date: Thu, 25 Mar 2021 21:56:03 -0400 Message-ID: Subject: Proposed ports git transition schedule To: freebsd-git , FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4F64pB0J83z3Jt2 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.53 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-1.01 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.166.53:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.99)[0.989]; SPAMHAUS_ZRD(0.00)[209.85.166.53:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.53:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.53:from]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2021 01:56:34 -0000 The doc and src tree git migrations are complete, and the git working group is preparing the ports tree transition in advance of the 2021Q2 quarterly branch. The proposed schedule is available at https://wiki.freebsd.org/git and the status will be updated throughout the process, and important milestones will be sent here as well. The committer's guide has been updated with Git documentation, at https://docs.freebsd.org/en/articles/committers-guide/#git-primer. Some additional draft / in-progress notes are available in Warner's repo at https://github.com/bsdimp/freebsd-git-docs/, and additional documentation will be updated over the next few days. When the conversion is complete, Subversion will become read-only with no further updates to the ports tree. If you are fetching ports using svn, you will need to switch to the new git repository at the following URLS: Web repository browser: https://cgit.freebsd.org/ports/ Distributed mirrors for anonymous readonly checkout/clone https://git.freebsd.org/ports.git ssh://anongit@git.freebsd.org/ports.git Read/write Repository for committers ssh://git@gitrepo.freebsd.org/ports.git We will be monitoring #gitcvt on EFnet (irc.efnet.org) and #git on the unofficial FreeBSD Discord server (https://discord.gg/WKEKSPtJGp) during and after the cutover.