From nobody Thu Dec 8 22:24:54 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NSpcT3HHjz4jdTd; Thu, 8 Dec 2022 22:24:57 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NSpcS6Z5Kz3mM7; Thu, 8 Dec 2022 22:24:56 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1670538295; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LzIZMVd+fJ9AY9rQH1r6pK3NeLi8Sh48toOe6xHTDPs=; b=Tx8QghFErD8e05tSjxB9v439MCTtcVpjKxnJ6ludAG5dWcrDyCy5dDLdZRrz0ytHdTeC0G ZUxIk2vEX/iMwsuJK/lZOdJ73wHeoz3jxB8YdVjqM4FmmIbe+iiCjegI9zMcs367ILmjGr adjStXmVEvsCQchHZX9+nfV3DAzDPmo= Received: from amy.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 7b560e48 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Dec 2022 22:24:55 +0000 (UTC) Date: Thu, 8 Dec 2022 23:24:54 +0100 From: Emmanuel Vadot To: Alan Somers Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 6c93a2d0bc37 - main - [skip ci] improvements to cap_sysctl.3 Message-Id: <20221208232454.32fbd074896a1834cd7b2737@bidouilliste.com> In-Reply-To: References: <202212081946.2B8Jk1e8070942@gitrepo.freebsd.org> <20221208221501.4abec4c251863fe23a35ce78@bidouilliste.com> <20221208225915.72b1b339de1a7962e3e38c9e@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NSpcS6Z5Kz3mM7 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Thu, 8 Dec 2022 15:15:30 -0700 Alan Somers wrote: > On Thu, Dec 8, 2022 at 2:59 PM Emmanuel Vadot wrote: > > > > On Thu, 8 Dec 2022 14:28:34 -0700 > > Alan Somers wrote: > > > > > On Thu, Dec 8, 2022 at 2:15 PM Emmanuel Vadot wrote: > > > > > > > > > > > > Hi Alan, > > > > > > > > On Thu, 8 Dec 2022 19:46:01 GMT > > > > Alan Somers wrote: > > > > > > > > > The branch main has been updated by asomers: > > > > > > > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=6c93a2d0bc37f0c912e402f3f94c3c01350dca26 > > > > > > > > > > commit 6c93a2d0bc37f0c912e402f3f94c3c01350dca26 > > > > > Author: Alan Somers > > > > > AuthorDate: 2022-12-01 16:49:57 +0000 > > > > > Commit: Alan Somers > > > > > CommitDate: 2022-12-08 19:45:47 +0000 > > > > > > > > > > [skip ci] improvements to cap_sysctl.3 > > > > > > > > You keep doing commit with this [skip ci] prefix, what is it for ? > > > > AFAIK the official FreeBSD CI doesn't support this and I find that > > > > really ugly to have this in the commit subject. > > > > Mind sharing more on why you add this ? > > > > > > > > Cheers, > > > > > > > > -- > > > > Emmanuel Vadot > > > > > > It tells CI systems not to run any tests on this commit. Both Cirrus > > > and Jenkins understand it, among others. For example, if you browse > > > to https://github.com/freebsd/freebsd-src/commits/main and hover over > > > the green checkmark next to this commit, you'll see a bunch of > > > "skipped" symbols. So I use it just to save resources. I think I > > > could put it on a separate line, though. > > > -Alan > > > > Mhm ok, I find that very ugly, couldn't we add some git push options > > instead ? We use gitlab at current work and we use a lot of those push > > options, this avoid having ugly commit subject. > > > How? What is a "git push option"? https://docs.gitlab.com/ee/user/project/push_options.html This is the same kind of stuff we use when you push some commit authored by someone without a @freebsd.org email address. -- Emmanuel Vadot