Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from medyagh/makefile3
Browse files Browse the repository at this point in the history
Makefile improvements
  • Loading branch information
rmb938 authored May 22, 2017
2 parents 7e62324 + f9f4fdb commit 929f6b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BINARY=k8guard-discover

VERSION=`git fetch;git describe --tags`
VERSION=`git fetch;git describe --tags > /dev/null 2>&1`
BUILD=`date +%FT%T%z`

LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}"
Expand Down
8 changes: 4 additions & 4 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
package: github.com/k8guard/k8guard-discover
import:
- package: k8s.io/client-go
version: =v2.0.0-alpha.1
subpackages:
- kubernetes
- pkg/api
- rest
- tools/clientcmd

- package: github.com/pressly/chi
version: b206b0359be0c971fbfab2aa15307482f9c300f4
repo: https://github.com/pressly/chi.git
Expand Down

0 comments on commit 929f6b3

Please sign in to comment.