git: 37aa41dde130 - stable/15 - EC2: Remove stale comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Mar 2026 02:47:45 UTC
The branch stable/15 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=37aa41dde130ad1cf4d39e08a6d3a06108889c27
commit 37aa41dde130ad1cf4d39e08a6d3a06108889c27
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-03-21 16:06:37 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-03-23 17:29:01 +0000
EC2: Remove stale comment
MFC after: 3 days
Sponsored by: Amazon
(cherry picked from commit 118699732de1ec99b06d5d73ee61b1b74842c1de)
---
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