From nobody Fri Sep 29 05:52:06 2023 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 4Rxfck32xlz4w8Vm; Fri, 29 Sep 2023 05:52:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rxfck2Nk2z4Tp4; Fri, 29 Sep 2023 05:52:06 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1695966726; 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: in-reply-to:in-reply-to:references:references; bh=rpL2OgDM0fFY0zzwiGdJJzt26G1+xNBwgFdYqklwLpI=; b=d6CB7bAumkq7dj/PQRwCajzJ9iX0pDVJCXjIvNxeYGpn7oWB5n4WgdLN0CW8VT2xQl31RL ogSCC7XoOdrqogMMeO/pC/plznk3tIKytxaT6LZBa/sefTmjeceyerMAo7JpxRtFOhbqt9 IAK7nv4dzeVx8m6EKlYrhdCaSu90PZxhO6tAfHiSsu6m6ZRdEg+qSZh0R2vG/gySyrd329 ySP6/kwkQ9fmOWteC7Uw1f4dg6co5sjDNJSSAUavi0ah04NXcbj6zNbd9RsvCKlhjX24qC H04ZiS4M1m05B0Kki8yOPmE6Tc1KcVDEcDc8exSVnn+pYzEmyR3jqbIeyafsNQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1695966726; a=rsa-sha256; cv=none; b=wuStinZcMC+nPkNRdOTGL0WJbqkCtUWTt3LMJQ31atu46P6Zk9kydJL8I20fMSRJrQsiEX n6CcVCUhatu2rwEZ1F0th7BodT13yacQxPcaNvIdA4aijuC4L4wZM9dRlMPGQGn6DTJGri TvajfvDvsAA83g6mae9hdSbfKojI+OpmTWPMOfRikJoB8peLE5aH3jQ7CDtTOWLRaXg5im iaBCZfzfRcfVBMlEB/BHiHcC7Vjal6eV8scXtpHHfPYlYSPvMxlq2NBbJQ0lzF2f01r7zF kh/UA6Zm6taLWd+UWGd4upBGjUYEn+XP3C5SWJObaA9cyZVpE8ajoE3FbcmlJg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1695966726; 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: in-reply-to:in-reply-to:references:references; bh=rpL2OgDM0fFY0zzwiGdJJzt26G1+xNBwgFdYqklwLpI=; b=l5lT9TCzEdCohp1OAt9WivaQ1rP3wx3Hk/t4un9/bxlJmSKo5vnStwlDbhRKxe1c1t/zyC 785N442fWr3f7mRxPsiDvz/FA1TuET46wYjwxOXy37BEm9FPI1VrqBzXzI4GrsBKSvkByS U4ApM4OtRD6NK/lJtPs75hzNteuGRjqkQZrQicBxXp2p3EGlVO44zK31vk6U9Qj9F1XqiI cO6yaRpuZ5o/Mby9zqoLPx7HAZpMEEDrdHz4m4c3TitfteVJykvvVpz/KIVYtxOQTuMf6R TXamyv5Pnh7kCvxHchnsGHTEVojI6ni4clodRKc8ZcH3kt9NICUT8XPCjbDwfA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 20D351DDF1; Fri, 29 Sep 2023 05:52:06 +0000 (UTC) Date: Fri, 29 Sep 2023 05:52:06 +0000 From: Alexey Dokuchaev To: Colin Percival Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 7494fb6b7d80 - main - EC2: Flavour existing AMIs as "base" Message-ID: References: <202309282218.38SMIqGH056845@gitrepo.freebsd.org> 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-Disposition: inline In-Reply-To: <202309282218.38SMIqGH056845@gitrepo.freebsd.org> On Thu, Sep 28, 2023 at 10:18:52PM +0000, Colin Percival wrote: > commit 7494fb6b7d809257d4eb9eff06ce226143f27add > > EC2: Flavour existing AMIs as "base" I think it should be "flavor" since FreeBSD prefers American spelling. > @@ -31,6 +31,7 @@ BASIC-CI_DESC= Image for CI > EC2_FORMAT= raw > EC2_FSLIST= ufs zfs > EC2_DESC= Amazon EC2 image > +EC2_FLAVOURS= BASE Since other nearby values (format, filesystems) are lowercase, perhaps it makes sense to say EC2_FLAVORS=base and :tu it when needed in the code to keep declarations consistent and tidy. > GCE_FORMAT= raw > GCE_FSLIST= ufs zfs ./danfe