diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-26 09:17:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-26 09:17:50 +0000 |
commit | abba9853b2982ff9a799e10f224739d46a488398 (patch) | |
tree | 8092b196f5cb0c41dd650393ffd46af59b1321ff | |
parent | Removing Google Tag Manager in console.html for privacy reasons. (diff) | |
download | netdata-abba9853b2982ff9a799e10f224739d46a488398.tar.xz netdata-abba9853b2982ff9a799e10f224739d46a488398.zip |
Adding pgpmode to watch file to use the included signingkey when verifying tarballs.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch index 2c0cbaa8c..b65290a2c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=4 +opts="pgpmode=auto" \ https://github.com/netdata/netdata/releases/ download/v(?:\d\S*)/netdata-v(\d\S*)\.(?:tar\.(?:gz|xz)) |