From 4b7b3ea5ea19d145003020b5fdfedc801fc6cd08 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 31 May 2022 12:28:28 -0300 Subject: [PATCH] kinetic debs --- .drone.jsonnet | 2 +- debian/changelog | 2 +- debian/gbp.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 32cadd461..8661d7459 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,4 @@ -local distro = 'jammy'; +local distro = 'kinetic'; local distro_name = 'Ubuntu ' + distro; local distro_docker = 'registry.oxen.rocks/lokinet-ci-ubuntu-' + distro + '-builder'; diff --git a/debian/changelog b/debian/changelog index 9afb4bb01..b05cce0dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lokinet (0.9.9-1~ubuntu2204) jammy; urgency=medium +lokinet (0.9.9-1~ubuntu2210) kinetic; urgency=medium [ Jeff Becker ] * match timeouts in introset selection spread with logic for publishing diff --git a/debian/gbp.conf b/debian/gbp.conf index 701e6f417..477cc6bcc 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,13 +1,13 @@ [DEFAULT] upstream-branch = master -debian-branch = ubuntu/jammy +debian-branch = ubuntu/kinetic upstream-tag = v%(version)s [buildpackage] submodules = true ignore-new = true pbuilder = true -dist = jammy +dist = kinetic [pq]