Bump to new release.

This commit is contained in:
Minio Trusted
2017-04-28 17:57:32 -07:00
parent eb50175ad9
commit 1b472dae78
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ RUN \
apk add --no-cache --virtual .build-deps git go musl-dev && \ apk add --no-cache --virtual .build-deps git go musl-dev && \
go get -v -d github.com/minio/minio && \ go get -v -d github.com/minio/minio && \
cd /go/src/github.com/minio/minio && \ cd /go/src/github.com/minio/minio && \
go install -v -ldflags "-X github.com/minio/minio/cmd.Version=2017-04-25T01:27:49Z -X github.com/minio/minio/cmd.ReleaseTag=RELEASE.2017-04-25T01-27-49Z -X github.com/minio/minio/cmd.CommitID=710db6bdadb1b228bf6dee7e2a6958000091125b" && \ go install -v -ldflags "-X github.com/minio/minio/cmd.Version=2017-04-29T00:40:27Z -X github.com/minio/minio/cmd.ReleaseTag=RELEASE.2017-04-29T00-40-27Z -X github.com/minio/minio/cmd.CommitID=eb50175ad911d496bf583a599de89547f0c9be89" && \
rm -rf /go/pkg /go/src /usr/local/go && apk del .build-deps rm -rf /go/pkg /go/src /usr/local/go && apk del .build-deps
EXPOSE 9000 EXPOSE 9000

View File

@@ -1,8 +1,8 @@
%define tag RELEASE.2017-04-25T01-27-49Z %define tag RELEASE.2017-04-29T00-40-27Z
%define subver %(echo %{tag} | sed -e 's/[^0-9]//g') %define subver %(echo %{tag} | sed -e 's/[^0-9]//g')
# git fetch https://github.com/minio/minio.git refs/tags/RELEASE.2017-04-25T01-27-49Z # git fetch https://github.com/minio/minio.git refs/tags/RELEASE.2017-04-25T01-27-49Z
# git rev-list -n 1 FETCH_HEAD # git rev-list -n 1 FETCH_HEAD
%define commitid 710db6bdadb1b228bf6dee7e2a6958000091125b %define commitid 0e6a222c4e0647880ed6a9f1900eb8ce69a5b33b
Summary: Cloud Storage Server. Summary: Cloud Storage Server.
Name: minio Name: minio
Version: 0.0.%{subver} Version: 0.0.%{subver}