Skip to content

Commit

Permalink
Merge pull request elastic#10 from tsg/make_dist
Browse files Browse the repository at this point in the history
Add a `make dist` target to package the dashboards.
  • Loading branch information
monicasarbu committed Sep 17, 2015
2 parents b94ce02 + 458f844 commit 7b33b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VERSION?=$(shell git rev-parse --abbrev-ref HEAD)

.PHONY: dist
dist:
git archive --format tar.gz --prefix beats-dashboards-$(VERSION)/ -o ../beats-dashboards-$(VERSION).tar.gz HEAD
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Packetbeat dashboards
=====================
Beats dashboards
================

This repository contains sample Kibana4 dashboards for visualizing the data
gathered by the Elastic [Beats](https://www.elastic.co/products/beats).
Expand Down

0 comments on commit 7b33b31

Please sign in to comment.