unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 06/07: gnu: git: Update to 2.35.1.
       [not found] ` <20220404042210.082F1C01684@vcs2.savannah.gnu.org>
@ 2022-04-05  9:23   ` Christopher Baines
  2022-04-05 13:00     ` [bug#53751] " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Baines @ 2022-04-05  9:23 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: guix-devel, 53751

[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]


guix-commits@gnu.org writes:

> apteryx pushed a commit to branch master
> in repository guix.
>
> commit 223a3d7f7fdb6af9c4c090785cab15d38680e887
> Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> AuthorDate: Mon Apr 4 00:06:48 2022 -0400
>
>     gnu: git: Update to 2.35.1.
>
>     * gnu/packages/version-control.scm (git): Update to 2.35.1.
>     [phases]: Delete trailing #t.
>
>     Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
>     Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

I've been looking in to this commit, since I noticed a large number of
rebuilds.

It looks connected to Greg's patch submitted in Issue #53751, but rather
than being authored by Greg, it's authored by Maxim.

Additionally, I'm guessing that the changes in Greg's patch are much
less impactful in terms of rebuilds compared to this commit, which also
removes the trailing #t from the phases, which will have affected every
variant of the git package, including variants like git-minimal/fixed,
which as the commit in the code says, is intended to rarely change.

I'm all for making changes fast, but I'm not sure the removal of #t from
the phases in thisq package definition is worth the cost of the
thousands of package rebuilds on the master branch.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [bug#53751] 06/07: gnu: git: Update to 2.35.1.
  2022-04-05  9:23   ` 06/07: gnu: git: Update to 2.35.1 Christopher Baines
@ 2022-04-05 13:00     ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-04-05 13:00 UTC (permalink / raw)
  To: Christopher Baines; +Cc: guix-devel, 53751

Hi Christopher,

Christopher Baines <mail@cbaines.net> writes:

> guix-commits@gnu.org writes:
>
>> apteryx pushed a commit to branch master
>> in repository guix.
>>
>> commit 223a3d7f7fdb6af9c4c090785cab15d38680e887
>> Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
>> AuthorDate: Mon Apr 4 00:06:48 2022 -0400
>>
>>     gnu: git: Update to 2.35.1.
>>
>>     * gnu/packages/version-control.scm (git): Update to 2.35.1.
>>     [phases]: Delete trailing #t.
>>
>>     Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
>>     Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
>
> I've been looking in to this commit, since I noticed a large number of
> rebuilds.
>
> It looks connected to Greg's patch submitted in Issue #53751, but rather
> than being authored by Greg, it's authored by Maxim.

Hm, indeed, the author field should have been Greg Hogan; not sure what
happened there (I applied it with 'git am -3' as usual); hence my
sign-off in the commit message metadata.  I'll pay more attention to
these in the future.

> Additionally, I'm guessing that the changes in Greg's patch are much
> less impactful in terms of rebuilds compared to this commit, which also
> removes the trailing #t from the phases, which will have affected every
> variant of the git package, including variants like git-minimal/fixed,
> which as the commit in the code says, is intended to rarely change.

Greg had marked it for the staging branch, but my summary verification
led me to believe only 347 packages would be impacted for (which I remember
finding a bit surprising):

--8<---------------cut here---------------start------------->8---
$ guix refresh --list-dependent git
Building the following 186 packages would ensure 347 dependent packages
are rebuilt: debops@1.1.0 git-repo@2.4.1 simavr@1.7 libjcat@0.1.9 [...]
--8<---------------cut here---------------end--------------->8---

and

--8<---------------cut here---------------start------------->8---
$ guix refresh --list-dependent git-minimal Building the following 69
packages would ensure 213 dependent packages are rebuilt:
pplacer@1.1.alpha19 bap@2.0.0 [...]
--8<---------------cut here---------------end--------------->8---

But I missed the git-minimal/fixed variant.  I should have tried the
'guix build libreoffice' test!

> I'm all for making changes fast, but I'm not sure the removal of #t from
> the phases in thisq package definition is worth the cost of the
> thousands of package rebuilds on the master branch.

Yeah, I don't think it's worth it.  Reverted it for now, and applied the
original version that didn't touch the trailing #t:

--8<---------------cut here---------------start------------->8---
78e8c20179 origin/master gnu: git: Update to 2.35.1.
8a9bf794e1 Revert "gnu: git: Update to 2.35.1."
--8<---------------cut here---------------end--------------->8---

Thanks for the report, and sorry for the mess :-)

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <164904612874.946.17349166055621457713@vcs2.savannah.gnu.org>
     [not found] ` <20220404042210.082F1C01684@vcs2.savannah.gnu.org>
2022-04-05  9:23   ` 06/07: gnu: git: Update to 2.35.1 Christopher Baines
2022-04-05 13:00     ` [bug#53751] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).