Skip to content

Commit

Permalink
scripts: update release.sh values
Browse files Browse the repository at this point in the history
I forgot to do this during the latest storj.io/minio bump. At least a
TODO to automate this has been added.

Change-Id: Ic1f699fc9917a1a555b7d0d2e0660c1c0e1e4dc9
  • Loading branch information
amwolff committed Feb 22, 2022
1 parent 9cdd9d4 commit 85e6166
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ fi
# otherwise the object browser breaks and refuses login.
# see https://github.com/storj/minio/blob/main/buildscripts/gen-ldflags.go
# for now, these are hardcoded as storj/minio isn't updated that often.
MINIO_VERSION="2022-02-14T00:08:51+00:00"
MINIO_RELEASE="v0.0.0-20220213232231-f033a3fc9284"
MINIO_COMMIT="1af625398a5eaaad30651ca819115b9360e0be18"
MINIO_SHORT_COMMIT="1af625398a5e"
#
# TODO(artur, sean): this needs to be automated. Use
# storj.io/minio/buildscripts/gen-ldflags.go
MINIO_VERSION="2022-02-17T10:58:23Z"
MINIO_RELEASE="DEVELOPMENT.2022-02-17T10-58-23Z"
MINIO_COMMIT="f35d7bc00e6e39cac802658bbaf84ed2d967f2e1"
MINIO_SHORT_COMMIT="f35d7bc00e6e"

echo Running "go $@"
exec go "$1" -ldflags \
Expand Down

0 comments on commit 85e6166

Please sign in to comment.