From: Christopher Baines <mail@cbaines.net>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: "Janneke Nieuwenhuizen" <janneke@gnu.org>,
"Steve George" <steve@futurile.net>,
"Ludovic Courtès" <ludo@gnu.org>, guix-devel <guix-devel@gnu.org>
Subject: Re: work-in-progress team branches
Date: Sun, 15 Dec 2024 16:26:31 +0000 [thread overview]
Message-ID: <878qsgnc94.fsf@cbaines.net> (raw)
In-Reply-To: <87msgxvy8j.fsf_-_@gmail.com> (Maxim Cournoyer's message of "Sun, 15 Dec 2024 23:04:28 +0900")
[-- Attachment #1: Type: text/plain, Size: 3652 bytes --]
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hi,
>
> Christopher Baines <mail@cbaines.net> writes:
>
> [...]
>
>>>> Hm. So is the intention that the moment a branch is created, it is
>>>> expected to be in a good shape to be merged?
>>>
>>> [..]
>>>
>>>> For multi-people team endeavours (e.g., GNOME, although Liliana has been
>>>> doing most of the work (thanks!)), it seems a bit unreasonable to expect
>>>> the branch to be ready from the moment it lives.
>>>
>>> That's the case with the current `core-packages-team'; sorry I if
>>> derailed this fresh new policy/idea just after it was conceived...
>>>
>>> The `core-packages-team' branch focusses on the gcc-14 transition, so
>>> that we may offload to 64bit childhurds: the 64bit Hurd needs gcc-14 and
>>> updating gcc for one architecture/platform only was rejected as overly
>>> complicated. This means, however, that while I'm looking mainly at
>>> x86_64 and reconfigure'ing my system on `core-packages-team', Efraim has
>>> been looking at the impact on other architectures. I don't see how we
>>> would co-ordinate our efforts without a common work-in-progress branch?
>>>
>>> We've been seeing a regular stream of `squash' commits fixing our and
>>> eachother's patches and I'm keeping `core-packages-team' rebased
>>> regularly and hope that we don't need to merge it once it's ready, but
>>> can just push the final rebase.
>>
>> I think what you're doing is fine. the only thing I'd suggest to change
>> is regarding branch naming. This isn't documented, but
>> data.qa.guix.gnu.org (and QA) ignore branches where the name begins with
>> wip-.
>>
>> So if as you say this branch is currently being worked on, but not quite
>> ready to be merged, then I'd suggest naming it as wip-core-packages-team
>> (or anything else beginning with wip-). That way, the data service will
>> ignore it and can spend it's time looking at other branches/patch
>> series.
>
> I see; that sounds workable, although it was nice to get
> substitutes for the 'gnome-team' branch even though it was a WIP (in the
> sense that we weren't sure the new reviewed commits would
> build/integrate fine before pushing them to the gnome-team branch).
> We'll need to register another branch (the wip-* one) to Cuirass for
> this use case I guess.
>
> Does the following doc addition makes sense? I've placed it at the end
> of the 'Managing Patches and Branches' section:
>
> --8<---------------cut here---------------start------------->8---
> 1 file changed, 11 insertions(+)
> doc/contributing.texi | 11 +++++++++++
>
> modified doc/contributing.texi
> @@ -2362,6 +2362,17 @@ Managing Patches and Branches
> Once the branch has been merged, the issue should be closed and the
> branch deleted.
>
> +@cindex work-in-progress branches, wip
> +@cindex wip branches
> +Sometimes, branches may be a work in progress, for example, for larger
> +efforts such as updating the GNOME desktop. For such cases, the branch
> +name should reflect this by having the ``wip-'' prefix. The QA
> +infrastructure will avoid building work-in-progress branches, so that
> +the available resources can be better focused on building the branches
> +that are ready to me merged. When the branch is not longer a work in
> +progress, it should be renamed, with the ``wip-`` prefix removed, and
> +only then should the merge requests be created, as documented earlier.
> +
> @node Debbugs User Interfaces
> @subsection Debbugs User Interfaces
> --8<---------------cut here---------------end--------------->8---
Yep, sounds reasonable.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
next prev parent reply other threads:[~2024-12-15 16:27 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-31 13:03 ‘core-updates’ is gone; long live ‘core-packages-team’! Ludovic Courtès
2024-09-01 16:34 ` Steve George
2024-09-01 17:06 ` Christopher Baines
2024-09-03 14:02 ` Christopher Baines
2024-12-15 3:59 ` Maxim Cournoyer
2024-12-15 8:10 ` Janneke Nieuwenhuizen
2024-12-15 10:39 ` Christopher Baines
2024-12-15 11:16 ` Janneke Nieuwenhuizen
2024-12-15 13:38 ` Christopher Baines
2024-12-15 14:04 ` work-in-progress team branches (was: Re: ‘core-updates’ is gone; long live ‘core-packages-team’!) Maxim Cournoyer
2024-12-15 16:26 ` Christopher Baines [this message]
2024-12-15 10:08 ` ‘core-updates’ is gone; long live ‘core-packages-team’! Christopher Baines
2024-09-06 9:01 ` Ludovic Courtès
2024-09-09 15:30 ` Simon Tournier
2024-09-04 12:58 ` Simon Tournier
2024-09-05 8:39 ` Marek Paśnikowski
2024-09-05 9:40 ` Ricardo Wurmus
2024-09-06 9:11 ` Ludovic Courtès
2024-09-06 10:09 ` Andreas Enge
2024-09-06 11:35 ` Marek Paśnikowski
2024-09-06 13:25 ` Andreas Enge
2024-09-06 13:17 ` indieterminacy
2024-09-26 12:52 ` Ludovic Courtès
2024-09-06 17:44 ` Vagrant Cascadian
2024-09-06 18:06 ` Leo Famulari
2024-09-06 20:29 ` Rebasing commits and re-signing before mergeing (Was: ‘core-updates’ is gone; long live ‘core-packages-team’!) Vagrant Cascadian
2024-09-07 17:45 ` Leo Famulari
2024-09-08 2:33 ` Vagrant Cascadian
2024-09-06 19:49 ` ‘core-updates’ is gone; long live ‘core-packages-team’! Christopher Baines
2024-09-09 17:28 ` Naming “build train” instead of “merge train”? Simon Tournier
2024-12-15 11:22 ` ‘core-updates’ is gone; long live ‘core-packages-team’! Tomas Volf
2024-12-15 16:53 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878qsgnc94.fsf@cbaines.net \
--to=mail@cbaines.net \
--cc=guix-devel@gnu.org \
--cc=janneke@gnu.org \
--cc=ludo@gnu.org \
--cc=maxim.cournoyer@gmail.com \
--cc=steve@futurile.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.