From nobody Thu Dec 08 21:59:15 2022 X-Original-To: dev-commits-src-main@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 4NSp2v3j1Dz4jZRP; Thu, 8 Dec 2022 21:59:19 +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 4NSp2t6fLpz3jhQ; Thu, 8 Dec 2022 21:59:18 +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=1670536757; 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=ZMw+LCpcyXArfkXq5YCQJD9q/FGtFgfC0JZbKDrQ//g=; b=QdxIw0AgOLNFj7/nAXaV0b9MeQFph9FHruf7VnRDz5Pvm+mHGSA4WZlV3YFZop7igkoyxj DnmpBaYRwC+xKQPziFJl1kYKgqYZjF88i5UeRL/KnnseKBrZMphCIwpCdKRWwDt7CWxbOq l6mV+FNQf42DS5k+toY2QOh5Wjchidc= 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 7650c29a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Dec 2022 21:59:17 +0000 (UTC) Date: Thu, 8 Dec 2022 22:59:15 +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: <20221208225915.72b1b339de1a7962e3e38c9e@bidouilliste.com> In-Reply-To: References: <202212081946.2B8Jk1e8070942@gitrepo.freebsd.org> <20221208221501.4abec4c251863fe23a35ce78@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NSp2t6fLpz3jhQ 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 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. -- Emmanuel Vadot