From nobody Thu Dec 08 21:28:34 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 4NSnMg5DQHz4jW4S; Thu, 8 Dec 2022 21:28:47 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ua1-f47.google.com (mail-ua1-f47.google.com [209.85.222.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NSnMg0HGXz3RGp; Thu, 8 Dec 2022 21:28:47 +0000 (UTC) (envelope-from asomers@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ua1-f47.google.com with SMTP id q6so802142uao.9; Thu, 08 Dec 2022 13:28:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=QvaNXSHtETFSBjuADPXc4KhcwY07WnNiwmL/3/RS0Pg=; b=j2VwRSWnpFqoAIJ3kvLC0zFMcIFeoaUNiUvLWGpOXGgxpYWcpndcparUIhNdvSRA46 hiZym2ci90j0bsaHmpZOfz3Spp6PiwvuXrGXJ1OC37pzT025HgBzcocyoVKYCPZ9/VjA BtqWgQoOLq6C9g5Fn8Ah2HjI8ngBrrBAUO8LISm4XWRqjx2wDVFHUF3ViUtCFu1ajQKn iGfpGv5WvZmUBRxhbczNdRa/UdziEe/kIC/fVtaJ3CFSdnYPyiCXM82rfc8gANTqlS+X ok+w9YgwsZcnZNNELkgRHesdA9/vHFAZJBaiq+bj9TlpEkuh/BvcS6oRhCocjjqsV3y0 lzHg== X-Gm-Message-State: ANoB5pmGXAIl3k4cR6gpdu021BT+x9PZe1x8M/zxg4Iy2ozkl8BCqPeR R8DjU57fT1Wopf4FUvJxKnS6XXUOKPURagJnSAKHRairIhs= X-Google-Smtp-Source: AA0mqf7S+6oykA9G21fsknEk9s4lwpgmceJL3a+jkVpbjaX/MUKUWe/Gz53pPPyb7kaJi1loFYJgtGBnz9045Q7B+dM= X-Received: by 2002:a9f:23cd:0:b0:418:b91e:5bba with SMTP id 71-20020a9f23cd000000b00418b91e5bbamr44792223uao.16.1670534926054; Thu, 08 Dec 2022 13:28:46 -0800 (PST) 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 References: <202212081946.2B8Jk1e8070942@gitrepo.freebsd.org> <20221208221501.4abec4c251863fe23a35ce78@bidouilliste.com> In-Reply-To: <20221208221501.4abec4c251863fe23a35ce78@bidouilliste.com> From: Alan Somers Date: Thu, 8 Dec 2022 14:28:34 -0700 Message-ID: Subject: Re: git: 6c93a2d0bc37 - main - [skip ci] improvements to cap_sysctl.3 To: Emmanuel Vadot Cc: Alan Somers , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4NSnMg0HGXz3RGp X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N 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