summaryrefslogtreecommitdiffstats
path: root/.travis
AgeCommit message (Collapse)Author
2018-11-04decouple nightly cron jobs from packaging stage (#4559)Paweł Krupa
* decouple nightly cron jobs from packaging stage * do not fail when there is no new changelog
2018-11-02during release create changelog after tagging (#4553)Paweł Krupa
2018-11-02after release cleanup (#4552)Paweł Krupa
2018-11-02fix CI scripts configuration and [netdata minor release] and [minor] (just ↵paulfantom
to be sure)
2018-11-01cleaner releaser.sh script (#4542)Paweł Krupa
[netdata minor release] and [minor] (just to be sure)
2018-11-01simplify CI system configuration (#4534)Paweł Krupa
[minor]
2018-10-31new releaser (#4526)Paweł Krupa
2018-09-30releaser (#4328)Paweł Krupa
2018-09-30run CI builds on alpine (#4329)Paweł Krupa
* run builds on alpine * add some essential packages
2018-09-29[cleanup crusade] Shellcheck (#4261)Paweł Krupa
* lint libreswan module * disable linting obsolete shell modules * shellcheck more shell modules * fix review; lint helper scripts * more shellcheck * fix SC2235 in apache.chart.sh * shellcheck last portion of charts.d scripts * final shellcheck; make travis blocking * fix cppcheck * fix indents; fix expansion * fix local var assignments
2018-09-23release less artifacts (#4260)Paweł Krupa
2018-09-22Travis and docker setup after migration (#4247)Paweł Krupa
* fix travis * add misc vars * info contact * add build script pushing to old repo * add two more variables
2018-09-12CI builds in containers (#4174)Paweł Krupa
* builds in containers * fix build problems
2018-09-12[cleanup crusade] travis build stages (#4142)Paweł Krupa
* :construction: build stages * add linters * move addons to install * release * meaningful javascript linting * css linter * move artifact creation to separate script
2017-04-03Enable build and deploy of self-extractorPhilip Whineray
Requires full virtualisation (sudo) and docker (which requires trusty) Make sure we include checksums for binary. Make sure we only deploy one type of "nightly" build.
2016-12-16Ensure ssh-agent environment available to allPhilip Whineray
2016-12-16Don't pollute tree with ssh-key ready indicatorPhilip Whineray
2016-12-16Fix pull requests from external repositoriesPhilip Whineray
Github/travis integration does not make available the encryption keys for pull requests from remote repositories. Move direct commands from travis into scripts so that we decrypt and deploy only when we can.
2016-11-24Travis signature checking, deployment to github and firehol.orgPhilip Whineray
Allows us to eliminate a large number of scripts from the firehol infrastructure. Netdata does multiple compiler tests. We pick one (CC = gcc) for deploying; it doesn't really matter which, since binaries are not part of the deployment.