From f00572db3f785c87995b6f20c9d871a2727ff527 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Apr 23 2023 13:37:39 +0000 Subject: [PATCH 1/2] README: add the date to the name of the EC2 instance This will help to know when the given instances were started. --- diff --git a/README.md b/README.md index 152cb30..942102a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ HISTCONTROL='ignoreboth' export AWS_SECRET_ACCESS_KEY=YYYYYYYY # Bring the instance up with appropriate details -NAME='archive-repo-manager' +NAME="archive-repo-manager-$(date +%Y%m%d)" AMI='ami-0560e1583a204b92b' TYPE='t4g.medium' DISK='20' From bb133fc424c50544ff8af7c764373c671bcbcc7c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Apr 23 2023 13:39:12 +0000 Subject: [PATCH 2/2] README: drop armhfp from instructions Since we're no longer building for armhfp we can drop it from the instructions too. Fixup for 0600740. --- diff --git a/README.md b/README.md index 942102a..987362f 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ Then create the directory structure needed and stub repo metadata: ``` RELEASES='31 32 33' -ARCHES='aarch64 armhfp ppc64le s390x x86_64' +ARCHES='aarch64 ppc64le s390x x86_64' pushd /tmp/bucket/ mkdir -p fedora && pushd fedora for release in $RELEASES; do