Commit Graph

33 Commits

Author SHA1 Message Date
Giancarlo Rubio
1438243934 test docker image before pushing 2017-04-12 10:47:21 +02:00
Johannes 'fish' Ziemke
7ad91b84c4 Merge pull request #531 from prometheus/grobie/update-promu-by-default
Download promu and staticcheck every time by default
2017-03-23 11:35:39 +01:00
Tobias Schmidt
31189c9507 Download promu and staticcheck every time by default
If this is not desired, copy/symlink these binaries to a different path and
set the respective environment variables. For example:

    ln -s "$(GOPATH)/bin/{promu,staticcheck}" /usr/local/bin/
    PROMU=/usr/local/bin/promu STATICCHECK=/usr/local/bin/staticcheck make
2017-03-22 22:02:21 -03:00
Pontus Leitzler
2c3a652f58 Use go env to fetch GOPATH to support Go 1.8
Go 1.8 do not require env GOPATH to be set and make will fail if it isn't set.
2017-03-22 18:20:32 +01:00
Tobias Schmidt
301d8e4bc0 Don't declare real dependencies as phony targets
This will execute these targets every single time, even if they already
exist on disk.
2017-03-04 12:56:26 -04:00
Matt Layher
748f835171
Run staticcheck from Makefile, remove duplicate end-to-end test call in CI 2017-03-02 10:52:41 -05:00
Birger Schmidt
6cb6e38bbb disable end-to-end tests for non Linux OSes in Makefile
The End-to-end tests as they are now, are very dependent on running on Linux.
This makes the Makefile more OS agnostic regarding end to end tests.
2017-02-28 13:17:06 +01:00
Johannes 'fish' Ziemke
2c5f17d4e7 Fix Makefile by using first element of GOPATH
If GOPATH includes multiple paths, running `make promu` would fail.
This fixes it by always using the first path.
2016-12-29 18:52:36 +01:00
Christian Svensson
ee1a0cc3cc Allow overrides for GO and PROMU
This allows the user to override how/where promu and/or go is invoked.
2016-12-22 00:38:47 +01:00
Johannes 'fish' Ziemke
3b1ef14e7b Add end-to-end tests as default Makefile target 2016-12-21 12:00:32 +01:00
Steve Durrheimer
158200fd49
New release process using docker, circleci and a centralized
building tool
2016-04-28 22:07:21 +02:00
Matthias Rampke
20ecedd0b4 And one more, because I don't know how to version. 2016-02-04 12:43:50 +00:00
Matthias Rampke
1cdea5196e Release 0.12.0rc2. 2016-02-04 12:41:05 +00:00
Daniel Bechler
fc3931c924 Add build_info metric similar to the one of Prometheus itself 2016-01-06 23:54:33 +01:00
Tobias Schmidt
e70cbd2045 Release 0.12.0rc1 2015-10-06 13:36:27 -04:00
Eric Ripa
a8fbe6a20d Changed Go version to 1.5.1 2015-08-29 08:01:31 +02:00
Ian Hansen
31ca1ae0a6 Cut version 0.11.0 2015-07-27 10:27:09 -04:00
Julius Volz
8b3cf08b03 Cut version 0.10.0. 2015-06-10 17:53:36 +02:00
Matthias Rampke
433e2c584f Cut release 0.9.0
This release adds the IPVS collector and removes the deprecated
attributes collector.
2015-05-24 09:45:20 +00:00
Johannes 'fish' Ziemke
d1822e4749 Bump version 2015-05-05 13:28:50 +02:00
Tobias Schmidt
626900fe21 Log version at startup 2015-04-16 00:02:08 -04:00
Julius Volz
b3e5a8e046 Release version 0.8.0 and introduce changelog. 2015-03-09 19:16:10 +01:00
Julius Volz
cdf83741c2 Use Makefile.COMMON in node exporter. 2015-03-09 19:14:42 +01:00
Julius Volz
effc934777 Add tests and run info to README.md and Makefile. 2015-02-09 22:42:23 +01:00
Julius Volz
225b88bc31 Fix Go download link for several archs and OSes. 2015-02-05 16:54:53 +01:00
Fabian Reinartz
59f9faf416 Use https:// GOURL 2015-01-31 22:46:42 +01:00
Fabian Reinartz
52b6911c52 fix go tarball download for OS X, use redirect from golang.org 2015-01-31 22:00:15 +01:00
Brian Brazil
a9fdaf184c Make build hermetic.
This makes a simple 'make' work on a machine without golang,
and doesn't pull in libraries from elsewhere.

Bump golang version, 1.3 doesn't do http basic auth.
2015-01-25 12:43:10 +00:00
Tobias Schmidt
bb3132714c Bump 2014-11-26 18:15:34 -05:00
Tobias Schmidt
139155a243 Bump 2014-11-26 16:41:40 -05:00
Tobias Schmidt
d06281286d Release v0.6.0 2014-11-24 14:45:08 -05:00
Tobias Schmidt
b959697368 Release version 0.4.0 2014-04-10 12:24:05 -04:00
Tobias Schmidt
c18f7ecfc6 Add Makefile with install and release targets 2014-04-09 19:30:49 -04:00