From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) (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) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 978361F5AF for ; Mon, 22 Jun 2020 19:24:09 +0000 (UTC) Received: by mail-qt1-x843.google.com with SMTP id z1so13563428qtn.2 for ; Mon, 22 Jun 2020 12:24:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=fqEWC9LGo8Vo9ZuPoF2UF9Qm+M68oDtQVwcoICGGiIk=; b=ZM+ZpITtBy0KeSlOSZXMREpA7yFB3hvlnuLMlmbbGTlz0grCv88SaR/VJEX/auKE74 q/+XkJUJ9HjdJN/1ExKrEp9Grr5/GjC9/04f5LghaSuI0zvUAKDE4f2hlwYuVmhBssO/ /uuovbgtosa93nnlnGBmSTJMD/CAVrxMvVfYA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=fqEWC9LGo8Vo9ZuPoF2UF9Qm+M68oDtQVwcoICGGiIk=; b=JFr0SEkOqrOPMqmMroibX8lLljiAUjIdC8+4mh03mKw4JTBMPhdlzoOOIznc1i3zur mXkGpEli5ov2Jzp/2695y6diwW4KrhSQ6S5pffmr01XomnOmdyIwsw5dGWXp5WcfYdgj IVpr6vPM37Cin4RhPGKEoHJkBdc8G2RzX2uLhHAfOg27oACCU+zC2brrxaEodT7X+ucL v+4DLuVGZsXmulU08pvIumITPwuxBOcQ9HKOGtWO41LHZYAtw91A0FDwyBVRT5WJ1G7x VQ+5+CUvP3JyZgyXHuujGMwUAK6JyXkaZ+BpO3IZGAvL1wK7roU8T8BuaIxR8h/OAoAi DPmA== X-Gm-Message-State: AOAM5301zCNVvGG1SekByA2vr+DvL+hUI5vJ6t1RhzjypgqFE7I0kONb 6YpzfH0oUR1ksFYEFJUGaPzN7w== X-Google-Smtp-Source: ABdhPJyhBY1aOoYZ10UD/uXM8V8cprvxB8ZhL1KEJju5gY5SFt44du6pQJ7PpA2Eo50q/YTlvF5zAg== X-Received: by 2002:ac8:1381:: with SMTP id h1mr18296131qtj.195.1592853848397; Mon, 22 Jun 2020 12:24:08 -0700 (PDT) Received: from chatter.i7.local ([87.101.92.156]) by smtp.gmail.com with ESMTPSA id i21sm14018754qke.9.2020.06.22.12.24.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Jun 2020 12:24:07 -0700 (PDT) Date: Mon, 22 Jun 2020 15:24:06 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: thoughts on Git::Raw / libgit2? Message-ID: <20200622192406.GF13113@chatter.i7.local> Mail-Followup-To: Eric Wong , meta@public-inbox.org References: <20200616214050.GA15110@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200616214050.GA15110@dcvr> List-Id: On Tue, Jun 16, 2020 at 09:40:51PM +0000, Eric Wong wrote: > Git::Raw is not packaged with CentOS 7.x; but cpan/cpanm is an > option. It is in Debian 10.x as libgit-raw-perl, so I can > report bugs via Debian's BTS[*]. FYI, even though lore.kernel.org runs on CentOS 7.x, most perl modules come from cpan -- so if your reluctance to use it is based on lore usage, that's not something we'd be particularly concerned about. Best, -K