delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/01/17/10:02:05

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DF424386EC5D
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=dinwoodie.org
Authentication-Results: sourceware.org;
spf=pass smtp.mailfrom=adam AT dinwoodie DOT org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=dinwoodie.org; s=google;
h=mime-version:references:in-reply-to:from:date:message-id:subject:to
:cc:content-transfer-encoding;
bh=SSpQ+K3h/EVWrj5EquCa1lAAxH95wsrZG2dbpeAEs+Y=;
b=E2nNI4xF2LbAvmnPQ6ey/nVdnPuaXALyiPA3Bh1OKvDk152jzgklLkPZy6M8smr2rS
kS8ZloEn7/fOlel1V9qdvYZoEbfnWqrcu7im38Wr+TCct4hx+d/SjUqwZA13aApnYaXf
EJ3gQx55yiKl3sYYIsfsltuGAWzh1LReBdHBQ=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to:cc:content-transfer-encoding;
bh=SSpQ+K3h/EVWrj5EquCa1lAAxH95wsrZG2dbpeAEs+Y=;
b=OzzBASuHeqCUWP1zjVbDMxSXXNXlOLQt9dbzc5MLLUvQBTwilpUS8vfyl3NxHlSGZE
zCXnIguXCoefz7vwbDRZR5fBJkFCIuQoUCcLpNtDliwhdaVqldrHtv35OCLmaVVki8vF
kRXFl4hABQ3rlR1OzZKA0+lMnQjn9SnivwHUxlHaE3GoSXny8xfZ41XTakQF3jInRs4d
LTqWFW/ouP9ZaXaJg18zFfvfcghy7kJkcuBuuM8vXUm22ITmouY+0dZqLcH5mYh4jMj/
ZqqXtx1q8xRHRyXeNpbn6p4kNWaxei60GjzGGJ7qcjpVn0BKKmCdlCrJD3ejQ1HbOJ4l
Q9iA==
X-Gm-Message-State: AOAM533xkow9xfwQ35yS26W2sjPtQFLUYV35LdhNAQVl9VQuvt9nf198
ED0ocK2Vwnvx5H+BtwGLI16t64KR+qkCCbK7S9FHlg==
X-Google-Smtp-Source: ABdhPJyuOmjYsKDHRXJiJ8YD+PjIkIWsG49rUqZ7trE8V29PlnczEac1NAbpUNH3omG/UqSJeJWvFwj50yWQtyez9Xo=
X-Received: by 2002:a05:620a:1372:: with SMTP id
d18mr20635462qkl.6.1610895673437;
Sun, 17 Jan 2021 07:01:13 -0800 (PST)
MIME-Version: 1.0
References: <6ae7e314-431d-b07f-1f21-41f18b4cdf21 AT gmail DOT com>
In-Reply-To: <6ae7e314-431d-b07f-1f21-41f18b4cdf21@gmail.com>
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
Date: Sun, 17 Jan 2021 15:00:40 +0000
Message-ID: <CA+kUOamCEe=GaK0+Drg1Z3Uoe-7sMcnMf4BK2sbraHJtdobs_g@mail.gmail.com>
Subject: Re: Cygwin version control location
To: Kyle Marek <psppsn96 AT gmail DOT com>
X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,
SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Cc: "Cygwin \(cygwin AT cygwin DOT com\)" <cygwin AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 10HF1ixt006904

On Sun, 17 Jan 2021 at 05:01, Kyle Marek wrote:
> Where are the version control repositories for packages missing from
> https://cygwin.com/git/ and https://cygwin.com/git-cygwin-packages/ like
> bash and git?

Quoting my response to someone asking a similar question back in
December (https://cygwin.com/pipermail/cygwin/2020-December/247042.html
for the full context):

> There's no obligation or expectation that package
> maintainers make their source code available in any way other than
> through providing a source package. Some do provide a public
> repository and make it readily available, but I would not be at all
> surprised if some maintainers – particularly for packages that don't
> get many upstream updates – don't use version control at all.

For what it's worth, the Git repository is at
https://github.com/me-and/Cygwin-Git; I'm vaguely planning on
mirroring it at https://cygwin.com/git-cygwin-packages/ at some point
in the future, but setting that up is fairly low on my priority list.

Adam
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019