mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
new version format and some cleanup
This commit is contained in:
10
Makefile
10
Makefile
@@ -47,13 +47,13 @@ test: build
|
||||
gomake-all: build
|
||||
@GO15VENDOREXPERIMENT=1 go install github.com/minio/minio
|
||||
|
||||
release: genversion
|
||||
@echo "Installing minio for new version.go:"
|
||||
release: version
|
||||
@echo "Installing minio (new version):"
|
||||
@GO15VENDOREXPERIMENT=1 go install github.com/minio/minio
|
||||
|
||||
genversion:
|
||||
@echo "Generating new minio version.go"
|
||||
@cd ./pkg/version; go run genversion.go; cd - 1>/dev/null
|
||||
version:
|
||||
@echo "Generating new version.go"
|
||||
@GO15VENDOREXPERIMENT=1 go run buildscripts/genversion.go
|
||||
|
||||
pkg-remove:
|
||||
@GO15VENDOREXPERIMENT=1 govendor remove $(PKG)
|
||||
|
||||
Reference in New Issue
Block a user