Skip to content

Commit

Permalink
tools/*openbsd*: switch to 6.5 now that it's in -beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Steuck authored and dvyukov committed Mar 1, 2019
1 parent 68d9e49 commit 1c0e457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/create-openbsd-gce-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -eu -o pipefail

readonly MIRROR="${MIRROR:-cdn.openbsd.org}"
readonly VERSION="${VERSION:-6.4}"
readonly VERSION="${VERSION:-6.5}"
readonly DOWNLOAD_VERSION="${DOWNLOAD_VERSION:-snapshots}"
readonly RELNO="${2:-${VERSION/./}}"

Expand Down
2 changes: 1 addition & 1 deletion tools/create-openbsd-vmm-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -eu -o pipefail

readonly MIRROR="${MIRROR:-cdn.openbsd.org}"
readonly VERSION="${VERSION:-6.4}"
readonly VERSION="${VERSION:-6.5}"
readonly DOWNLOAD_VERSION="${DOWNLOAD_VERSION:-snapshots}"
readonly RELNO="${2:-${VERSION/./}}"

Expand Down

0 comments on commit 1c0e457

Please sign in to comment.