Compare commits
31 Commits
release
...
RELEASE.20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9f622824a | ||
|
|
4f61bd025d | ||
|
|
40985cc4e3 | ||
|
|
1b472dae78 | ||
|
|
eb50175ad9 | ||
|
|
e85349381e | ||
|
|
06bc68a4b3 | ||
|
|
fb506c7fca | ||
|
|
8a7cffe7b8 | ||
|
|
5c85ce1afd | ||
|
|
710db6bdad | ||
|
|
058ea84605 | ||
|
|
6e7d33df20 | ||
|
|
5311eb22fd | ||
|
|
83abb310b4 | ||
|
|
3d98311d9f | ||
|
|
d44e38b462 | ||
|
|
8948c972ee | ||
|
|
29b49f9343 | ||
|
|
f8e4700a11 | ||
|
|
4c5c00c640 | ||
|
|
0be44133d4 | ||
|
|
817e763416 | ||
|
|
0abab5305f | ||
|
|
e6e855a7cf | ||
|
|
6fca1d164c | ||
|
|
9b76eba37e | ||
|
|
03714d4809 | ||
|
|
3a73ea3f54 | ||
|
|
9625629fc7 | ||
|
|
8507ce2a87 |
1
Makefile
1
Makefile
@@ -1,7 +1,6 @@
|
|||||||
LDFLAGS := $(shell go run buildscripts/gen-ldflags.go)
|
LDFLAGS := $(shell go run buildscripts/gen-ldflags.go)
|
||||||
PWD := $(shell pwd)
|
PWD := $(shell pwd)
|
||||||
GOPATH := $(shell go env GOPATH)
|
GOPATH := $(shell go env GOPATH)
|
||||||
|
|
||||||
BUILD_LDFLAGS := '$(LDFLAGS)'
|
BUILD_LDFLAGS := '$(LDFLAGS)'
|
||||||
TAG := latest
|
TAG := latest
|
||||||
|
|
||||||
|
|||||||
@@ -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-02-16T01-47-30Z
|
# git fetch https://github.com/minio/minio.git refs/tags/RELEASE.2017-04-29T00-40-27Z
|
||||||
# git rev-list -n 1 FETCH_HEAD
|
# git rev-list -n 1 FETCH_HEAD
|
||||||
%define commitid 83abb310b4ce3a0dfc6d7faf78e33cb6f9132cfe
|
%define commitid 1b472dae78b491fa7efcd21278c1e6aa83b037d3
|
||||||
Summary: Cloud Storage Server.
|
Summary: Cloud Storage Server.
|
||||||
Name: minio
|
Name: minio
|
||||||
Version: 0.0.%{subver}
|
Version: 0.0.%{subver}
|
||||||
@@ -19,7 +19,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
## Go related tags.
|
## Go related tags.
|
||||||
%define gobuild(o:) go build -ldflags "${LDFLAGS:-}" %{?**};
|
%define gobuild(o:) go build -ldflags "-s -w ${LDFLAGS:-}" %{?**};
|
||||||
%define gopath %{_libdir}/golang
|
%define gopath %{_libdir}/golang
|
||||||
%define import_path github.com/minio/minio
|
%define import_path github.com/minio/minio
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user