summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-13Improve packaging checks (#4188)philwhineray
* Simplify the packaging ignore list Applying sed commands to the result of a diff makes it non-obvious what is being ignored and what not. Shell globbing is much better understood. At the same time, the script is now verbose about what happened when a mismatch occurs, to help fix the detected issue. * Run release tar comparison on all builds The checks were only running when a release was imminent or in progress, now they run every time, so a travis build will now stop if files are not accounted for.
2018-09-13[cleanup crusade] linting shell scripts for docker, tests and python (#4162)Paweł Krupa
* shell linting various scripts * remove python-modules-installer.sh.in
2018-09-09:truck: move profiling to tests directorypaulfantom
2018-09-08Merge pull request #4135 from paulfantom/githooksCosta Tsaousis
[cleanup crusade] make clearer what hooks are
2018-09-08make clearer what hooks arepaulfantom
2018-09-08remove last mention of autogen.shpaulfantom
2018-09-08remove script with one commandpaulfantom
2018-08-12Download public keys by fingerprint in travisPhilip Whineray
The uid and fingerprint are more legible than the full key, which should make future changes easier to review. The keys are used by Travis only to validate that a git tag was signed with a recognised key. The results of the build are signed separately. You can confirm the fingerprints in .travis.yml match the ones in the by running this on the old packaging/gpg.keys: gpg --import-options show-only --import packaging/gpg.keys
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
2017-07-18Fix script to build release correctly on OSXPhilip Whineray
The sed command used to ignore build artifacts when checking for unpackaged files was using expressions not supported by BSD sed. Replaced them with simpler working versions and removed a couple of erroneous copy-paste lines from the firehol/firehol repo.
2017-03-20Update checks to work on OS XPhilip Whineray
Split GNU-style -e "{...}" command into multiple blocks suitable for all versions.
2017-02-11Switch _prerelease to _rollingSimon Nagl
2017-02-11Add version to api/v1/chartsSimon Nagl
Prereleases now have the suffix _prerelease if git is not there.
2017-02-07Fix packaging/check-files for sed version of macOSSimon Nagl
2017-01-22Stop tag-signing attempt in travis buildPhilip Whineray
At the point they were running a signed tar is already present, the Travis build is not supposed to do this.
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.
2016-08-28fixes for releasing 1.3.0Costa Tsaousis (ktsaou)
2016-05-16Prepare release 1.2.0v1.2.0Costa Tsaousis (ktsaou)
2016-04-20Prepare release 1.1.0v1.1.0Costa Tsaousis (ktsaou)
2016-01-24Add hooks and packaging scriptsPhilip Whineray
Include missing files in package