From nobody Thu Dec 08 23:35:56 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 4NSrBR6NNYz4jnDb; Thu, 8 Dec 2022 23:35:59 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NSrBR5RSMz3t3b; Thu, 8 Dec 2022 23:35:59 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id 3KpFpgdyIMsxD3QQppDyV6; Thu, 08 Dec 2022 23:35:59 +0000 Received: from spqr.komquats.com ([70.66.148.124]) by cmsmtp with ESMTPA id 3QQnpnt0Q5QfL3QQnpdMDY; Thu, 08 Dec 2022 23:35:59 +0000 X-Authority-Analysis: v=2.4 cv=SuCDVdC0 c=1 sm=1 tr=0 ts=639274df a=Cwc3rblV8FOMdVN/wOAqyQ==:117 a=Cwc3rblV8FOMdVN/wOAqyQ==:17 a=kj9zAlcOel0A:10 a=sHyYjHe8cH0A:10 a=YxBL1-UpAAAA:8 a=7ASnObcnAAAA:8 a=6I5d2MoRAAAA:8 a=NEAV23lmAAAA:8 a=EkcXrb_YAAAA:8 a=MHyHR9L3M_yeCUo0iykA:9 a=CjuIK1q_8ugA:10 a=UJ0tAi3fqDAA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=pj5rz7AvTRnaHDIeLm0D:22 a=IjZwj45LgO3ly-622nXo:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id B7EF15B0; Thu, 8 Dec 2022 15:35:56 -0800 (PST) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 9EFACDB; Thu, 8 Dec 2022 15:35:56 -0800 (PST) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Alan Somers cc: Cy Schubert , Emmanuel Vadot , 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 In-reply-to: References: <202212081946.2B8Jk1e8070942@gitrepo.freebsd.org> <20221208221501.4abec4c251863fe23a35ce78@bidouilliste.com> <20221208225915.72b1b339de1a7962e3e38c9e@bidouilliste.com> <20221208222239.B85D0222@slippy.cwsent.com> <20221208230826.8F960147@slippy.cwsent.com> Comments: In-reply-to Alan Somers message dated "Thu, 08 Dec 2022 16:21:32 -0700." 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 Date: Thu, 08 Dec 2022 15:35:56 -0800 Message-Id: <20221208233556.9EFACDB@slippy.cwsent.com> X-CMAE-Envelope: MS4xfF+55ORBisu7aQqVm5EVqYGT2Dd7WCgYCRHC3XJRjnDBQPdkbZjKvSyX4HyII/OZ4vD6CXLg/bHrHH0ONOxFLvERJieFLBHzUYEr2zW9bJbq7eWDRQds H0WI5jJ2Rrbe/rtnjIg7h6g2LPbokjOSfi4iQKQvY7P6iI6ObVKmgzAvhbHgd0iekM/ezAQ2U3WcfzxjdQXLU/PEt1wreXsYyXex577IJ3sBAea04vwxBqBi AB/c9slr8m7AW1sE6DMC19HgKOAt49wpYAYrSwz8EN8ICaEszYR5cwGDXcvu3VDh9fz4VJEeARimO0OXjGTaU29sMXCe0dq8DPQ8LO9+6ToIgbHH7Udl5y56 5OpO2KKNqXhrIi3JghQgI8TNrCWK3w== X-Rspamd-Queue-Id: 4NSrBR5RSMz3t3b X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N In message , Alan Somers writes: > On Thu, Dec 8, 2022 at 4:08 PM Cy Schubert wrote: > > > > In message c > > om> > > , Alan Somers writes: > > > On Thu, Dec 8, 2022 at 3:22 PM Cy Schubert wr > ote: > > > > > > > > In message ail. > > > c > > > > om> > > > > , Alan Somers writes: > > > > > On Thu, Dec 8, 2022 at 2:59 PM Emmanuel Vadot > wro > > > te: > > > > > > > > > > > > On Thu, 8 Dec 2022 14:28:34 -0700 > > > > > > Alan Somers wrote: > > > > > > > > > > > > > On Thu, Dec 8, 2022 at 2:15 PM Emmanuel Vadot com> > > > wro > > > > > te: > > > > > > > > > > > > > > > > > > > > > > > > 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=6c93a2d0bc37f0c9 > 12e4 > > > 02f3 > > > > > f94c3c01350dca26 > > > > > > > > > > > > > > > > > > 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 f > or ? > > > > > > > > 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 Ci > rrus > > > > > > > and Jenkins understand it, among others. For example, if you bro > wse > > > > > > > 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 optio > ns > > > > > > instead ? We use gitlab at current work and we use a lot of those p > ush > > > > > > options, this avoid having ugly commit subject. > > > > > > > > > > > > > > > How? What is a "git push option"? > > > > > > > > > > > > > -o