Josh Soref
bf1eb291f2
Fix assorted spelling mistakes ( #7507 )
2020-05-15 15:43:32 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Andrés Álvarez
cc6c77f301
Deploy telegraf configuration as a "non config" file ( #7250 )
2020-04-09 14:27:59 -04:00
Daniel Nelson
1d697dd323
Update next_version on master to 1.15.0
2020-03-18 16:21:48 -07:00
Daniel Nelson
5f1f4b9e8d
Use Go modules for dependency management ( #6912 )
2020-01-16 14:38:06 -08:00
Daniel Nelson
a58db9e447
Increment package versions
2019-12-03 14:59:50 -08:00
Daniel Nelson
82c729aba5
Set next version for builds
2019-08-27 14:05:48 -07:00
Chris Goller
71da67ec54
Add darwin (macOS) builds to the release ( #6259 )
...
This will build a darwin tar.gz package for macOS. This allows people an easy way to download releases from github directly.
2019-08-14 16:04:57 -05:00
Daniel Nelson
ac10714332
Add Linux mips build ( #6153 )
2019-07-23 13:20:39 -07:00
Daniel Nelson
f22e7a1465
Update next version for builds
2019-06-05 14:09:59 -07:00
marcv81
2fb62d4aec
No longer requires dep to be in $GOPATH/bin ( #5763 )
2019-04-26 10:50:06 -07:00
Lorenzo Affetti
37441e9eb1
Set log directory attributes in rpm spec ( #5716 )
2019-04-15 16:07:47 -07:00
Daniel Nelson
417c5c1de8
Add owned directories to rpm package ( #5607 )
2019-03-22 14:02:45 -07:00
Daniel Nelson
bfc8758db6
Update build.py next_version
2019-02-27 11:32:58 -08:00
Daniel Nelson
c579a6bdb9
Add linux mipsle packages ( #5234 )
2019-02-04 13:50:13 -08:00
Daniel Nelson
f533d3b370
Bump version in build.py
2018-11-05 14:55:10 -08:00
Greg Linton
96f3d7def4
Update telegraf.conf
2018-09-12 16:08:19 -06:00
Daniel Nelson
8b2d64585d
Use the correct GOARM value in the armel package ( #4608 )
2018-08-29 12:28:00 -07:00
Daniel Nelson
9051ea9dc0
Require dep to be installed before building ( #4461 )
2018-07-24 15:57:24 -06:00
Greg
1bd41ef3ce
Update vendoring to dep from gdm ( #4314 )
2018-06-19 11:55:38 -07:00
Daniel Nelson
b1d77ade55
Update master version to 1.8
2018-06-05 11:46:55 -07:00
Mauro Murari
3ae0c20200
Fix platform not supported error in build.py ( #4102 )
2018-05-04 14:18:59 -07:00
Daniel Nelson
c160b56229
Fix build.py next_version
2018-04-04 21:53:20 -07:00
Lukasz Jagiello
6514399baf
Add shadow-utils dependency to rpm package ( #3505 )
2017-11-27 17:02:16 -08:00
Daniel Nelson
b24663b0bd
Remove nightly versioning scheme
2017-09-22 18:07:08 -07:00
Daniel Nelson
c010fb1c3c
Fix build versioning; add dev.docker file
2017-09-22 17:35:58 -07:00
Daniel Nelson
b8e134cd37
Fix arm64 packages contain 32-bit executable ( #3246 )
2017-09-18 14:22:54 -07:00
Daniel Nelson
f9573ad969
Remove Godeps_windows from build.py
2017-08-07 17:43:06 -07:00
Daniel Nelson
1fb5373962
Build releases with -w -s ldflags
2017-08-07 15:47:20 -07:00
Daniel Nelson
0b6db905ff
Generate sha256 hashes when packaging
2017-05-31 12:29:39 -07:00
Daniel Nelson
4200018a0b
Enable s390x builds
...
closes #2766
2017-05-05 14:39:56 -07:00
Daniel Nelson
67cd1669cc
Add SLES11 support to rpm package ( #2768 )
2017-05-05 14:29:40 -07:00
Cameron Sparr
e811e2600d
create telegraf.d directory in tarball
...
closes #2513
2017-03-09 11:41:08 +00:00
Cameron Sparr
c882570983
32-bit binary for windows and freebsd
...
closes #1346
closes #2218
2017-01-23 20:28:13 -08:00
Pierre Fersing
1d1afe6481
Fix RPM architecture for armhf ( #2003 )
...
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
2016-12-05 16:45:02 +00:00
Cameron Sparr
13865f9e04
Disable darwin builds ( #1571 )
...
telegraf can't be cross-compiled for darwin, it has C dependencies and
thus many of the system plugins won't work.
2016-08-04 14:27:33 +01:00
Ross McDonald
94f952787f
Add statically-linked amd64 builds to default build targets.
...
Remove version and iteration from root packaging folder. (#1318 )
closes #1201
2016-06-02 16:14:18 +01:00
Ross McDonald
5348937c3d
Choose correct configuration when building for windows.
2016-05-06 10:46:29 -05:00
Ross McDonald
72fcacbbc7
Minor fixes to build script:
...
- Fix for --name build parameter
- Remove rc parameter from build script
- Fix regression on first-level tarball directory structure
- Convert any dashes/underscores in version tag to tilde
2016-05-05 14:02:34 -05:00
Ross McDonald
36d7b5c9ab
Improvements to build.py:
...
- Now uses Python argparse for cleaner handling of arguments
- Added function documentation
- Removed a few unneeded functions
- Updated nightly logic to incremement minor version
- Added support for building from specific branch or commit
- Changed --no-stash option to --no-uncommitted for clarity
- Added a --release flag, default package output will now contain the branch and commit hash in the version number
- Static builds are now listed as an architecture
- Changed default upload bucket to dl.influxdata.com/telegraf
- Don't include iteration in package name
closes #1040
2016-05-02 14:37:29 -06:00
Cameron Sparr
1a383b7d90
Telegraf no longer depends on lsof
...
so remove it as a dependency from the linux packages.
closes #974
2016-04-08 11:27:33 -06:00
Pierre Fersing
e4e7d7fbfc
Improved install script for packaged telegraf:
...
* Start/stop service on Debian/Ubuntu
* Disable init-script/Systemd-unit on package removal
closes #747
2016-03-16 11:17:28 -06:00
Ross McDonald
675b6dc305
Corrected issue with windows builds where the correct configuration
...
and filesystem would be used.
closes #852
closes #854
2016-03-16 09:27:09 -06:00
Ross McDonald
b4b1866286
Removed test functionality from build script.
...
closes #708
closes #713
2016-03-03 21:37:35 +00:00
Ross McDonald
28eb9b4c29
Fixed issue where binary wasnt copied to packaging directory correctly.
2016-03-03 21:34:57 +00:00
Ross McDonald
c3d220175f
Removed i386 as a target for darwin, as it currently doesnt compile.
2016-03-03 21:34:57 +00:00
Ross McDonald
095c90ad22
Re-added zip package output format. Modified zip and tar packaging process to use the base 'tar' and 'zip' commands, instead of 'fpm'.
2016-03-03 21:34:57 +00:00
Ross McDonald
a77bfecb02
Updates to build script to improve ARM builds and other functionality.
2016-03-03 21:34:57 +00:00
Dirk Pahl
ea7cbc781e
Create a FreeBSD build
...
closes #766
2016-03-01 09:38:58 +00:00
Cameron Sparr
fc4cb1654c
Fix deb and rpm packages
...
closes #752
closes #750
2016-02-24 09:12:14 -07:00