From 0356a7b7e851c2cbf82f652be00a708a221b3ec3 Mon Sep 17 00:00:00 2001 From: Sruthi Chandran Date: Wed, 16 Oct 2019 22:06:48 +0530 Subject: [PATCH] Embed snowplow-tracker as component --- debian/gbp.conf | 2 +- debian/watch | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index fdeb84497e..a4813a0dee 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'ruby-statistics' ] +component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'ruby-statistics', 'snowplow-tracker' ] diff --git a/debian/watch b/debian/watch index cdc3b58b8c..5150fe4532 100644 --- a/debian/watch +++ b/debian/watch @@ -17,3 +17,6 @@ https://gemwatch.debian.net/heapy .*/heapy-(.*).tar.gz ignore opts="pgpmode=none,component=ruby-statistics" \ https://gemwatch.debian.net/ruby-statistics .*/ruby-statistics-(.*).tar.gz ignore + +opts="pgpmode=none,component=snowplow-tracker" \ +https://gemwatch.debian.net/snowplow-tracker .*/snowplow-tracker-(.*).tar.gz ignore