From c5013e82306820d91200fc66d1c68ee3e294ae64 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Wed, 4 Dec 2019 21:54:26 +0530 Subject: [PATCH] Remove snowplow-tracker and add elasticsearch-model --- debian/gbp.conf | 2 +- debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index fc0145c970..c192de7539 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'snowplow-tracker' ] +component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'elasticsearch-model' ] diff --git a/debian/watch b/debian/watch index 36855aaa5a..53f551c114 100644 --- a/debian/watch +++ b/debian/watch @@ -15,5 +15,5 @@ https://gemwatch.debian.net/derailed_benchmarks .*/derailed_benchmarks-(.*).tar. opts="pgpmode=none,component=heapy" \ https://gemwatch.debian.net/heapy .*/heapy-(.*).tar.gz ignore -opts="pgpmode=none,component=snowplow-tracker" \ -https://gemwatch.debian.net/snowplow-tracker .*/snowplow-tracker-(.*).tar.gz ignore +opts="pgpmode=none,component=elasticsearch-model" \ +https://gemwatch.debian.net/elasticsearch-model .*/elasticsearch-model-(0.1.*).tar.gz ignore