Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2026 16:10:35 +0000
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 118699732de1 - main - EC2: Remove stale comment
Message-ID:  <69bec2fb.2583c.53325a82@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=118699732de1ec99b06d5d73ee61b1b74842c1de

commit 118699732de1ec99b06d5d73ee61b1b74842c1de
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-03-21 16:06:37 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-03-21 16:10:25 +0000

    EC2: Remove stale comment
    
    MFC after:      3 days
    Sponsored by:   Amazon
---
 release/tools/ec2.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index 4e1260903e06..dc1818219816 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -21,10 +21,6 @@ export VMSIZE=8000m
 export NOSWAP=YES
 
 ec2_common() {
-	# Delete the pkg package and the repo database; they will likely be
-	# long out of date before the EC2 instance is launched.  In
-	# unprivileged builds this is unnecessary as pkg will not be
-	# installed to begin with.
 	if [ -z "${NO_ROOT}" ]; then
 		echo "ERROR: NO_ROOT not set" >&2
 		exit 1


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bec2fb.2583c.53325a82>