Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu/oracular bug fix release systemd ordering #5723

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

blackboxsw
Copy link
Collaborator

@blackboxsw blackboxsw commented Sep 20, 2024

sync bugfix cherry pick into oracular for release during beta freeze
See individual commits

procedure to create this branch

git fetch upstream
git checkout upstream/ubuntu/oracular -B ubuntu/oracular
quilt push -a
quilt new cpick-fhotplugd-systemd-ordering-fix.patch
quilt add systemd/cloud-init-hotplugd.socket
git show upstream/main:systemd/cloud-init-hotplugd.socket > systemd/cloud-init-hotplugd.socket
quilt refresh
quilt edit --dep3 -e # setup the header of the cpick quilt patch
quilt pop -a
git add debian
git commit -am 'Add d/p/cpick-hotplugd-systemd-ordering-fix.patch'
dch -i  # manually add debian/changelog entry
git commit -am 'update changelog'
vi debian/changelog # bump UNRELEASED to oracular'
git commit -am 'releasing cloud-init version 24.4~3+really24.3.1-0ubuntu4'

testing

quilt push -a
tox -e py3 
quilt pop -a
build-package

$ sbuild --dist=oracular --arch=amd64  --arch-all ../out/cloud-init_*.dsc

test results

confirmed no new lintian build issues, sbuild success as well.

@blackboxsw blackboxsw changed the base branch from main to ubuntu/oracular September 20, 2024 21:40
@github-actions github-actions bot added the packaging Supplemental package review requested label Sep 20, 2024
Copy link
Member

@TheRealFalcon TheRealFalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@blackboxsw blackboxsw merged commit 0c963ef into canonical:ubuntu/oracular Sep 20, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Supplemental package review requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants