diff options
| author | Myles Penner <myles.penner@canonical.com> | 2026-06-11 14:10:48 -0700 |
|---|---|---|
| committer | Myles Penner <myles.penner@canonical.com> | 2026-06-11 14:10:48 -0700 |
| commit | 7dc90036de80a57d775275dba712e410f5e06bcf (patch) | |
| tree | 58d5d00bf4437d2d667e4a32ca0d3ccce5101b1f | |
| parent | 56d41b1acde9c7a5dd937dff9b383acbf1c1e647 (diff) | |
| -rw-r--r-- | .launchpad.yaml | 8 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/gbp.conf | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/.launchpad.yaml b/.launchpad.yaml index 0b50d7b4..f9fddb98 100644 --- a/.launchpad.yaml +++ b/.launchpad.yaml @@ -45,7 +45,7 @@ jobs: [ ! -d debian/tests ] || autopkgtest ./files/*.changes -- null cloud-archive-build: - series: noble + series: resolute architectures: amd64 packages: - dirmngr @@ -54,7 +54,7 @@ jobs: environment: no_proxy: localhost,127.0.0.0/8 run: | - openstack_series="gazpacho" + openstack_series="hibiscus" package_name=$(dpkg-parsechangelog --show-field Source) ca_patches="https://git.launchpad.net/~ubuntu-cloud-archive/+git/ca-patches" [ ! -d $HOME/ca-patches ] && git clone "$ca_patches" $HOME/ca-patches @@ -69,7 +69,7 @@ jobs: paths: ["*.deb", "*.changes"] cloud-archive-autopkgtest: - series: noble + series: resolute architectures: amd64 packages: - autopkgtest @@ -81,6 +81,6 @@ jobs: job-name: cloud-archive-build target-directory: ./ run: | - openstack_series="gazpacho" + openstack_series="hibiscus" add-apt-repository ppa:ubuntu-cloud-archive/${openstack_series}-staging --yes [ ! -d debian/tests ] || autopkgtest ./files/*.changes -- null diff --git a/debian/changelog b/debian/changelog index d3fcade4..d538a01a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ceilometer (2:26.0.0-0ubuntu2) UNRELEASED; urgency=medium + + * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for + hibiscus. + + -- Myles Penner <myles.penner@canonical.com> Thu, 11 Jun 2026 14:10:48 -0700 + ceilometer (2:26.0.0-0ubuntu1) resolute; urgency=medium * New upstream version 26.0.0 diff --git a/debian/gbp.conf b/debian/gbp.conf index c7058baf..6859d08b 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,7 +2,7 @@ debian-branch = master upstream-tag = %(version)s pristine-tar = True -upstream-branch = upstream-gazpacho +upstream-branch = upstream-hibiscus [buildpackage] export-dir = ../build-area |
