git: 118699732de1 - main - EC2: Remove stale comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Mar 2026 16:10:35 UTC
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