Skip to content

Commit

Permalink
Allow mirror selection by setting MIRROR
Browse files Browse the repository at this point in the history
I use

  MIRROR=http://localhost ./create-ami.sh [...]
  • Loading branch information
eradman committed Oct 13, 2016
1 parent b25080f commit febfde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY:=${AWS_SECRET_KEY}}
AWS_REGION=${AWS_REGION:=eu-west-1}
AWS_AZ=${AWS_AZ:=eu-west-1a}

MIRROR=http://ftp.fr.openbsd.org
MIRROR=${MIRROR:=http://ftp.fr.openbsd.org}

TIMESTAMP=$(date -u +%G%m%dT%H%M%SZ)

Expand Down

0 comments on commit febfde8

Please sign in to comment.