diff --git a/.drone.jsonnet b/.drone.jsonnet index 2560a76..5395738 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 0b998ab..2b5511a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyoxenmq (1.0.2-1~ubuntu2210) kinetic; urgency=medium + + * kinetic deb + + -- Jason Rhinelander Thu, 16 Jun 2022 14:59:41 -0300 + pyoxenmq (1.0.2-1~ubuntu2204) jammy; urgency=medium * jammy deb diff --git a/debian/gbp.conf b/debian/gbp.conf index 65df861..c3a6393 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [DEFAULT] upstream-branch = dev -debian-branch = ubuntu/jammy +debian-branch = ubuntu/kinetic upstream-tag = v%(version)s [buildpackage] ignore-new = true pbuilder = true -dist = jammy +dist = kinetic submodules = true