-
Notifications
You must be signed in to change notification settings - Fork 881
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/jammy: new_upstream_snapshot refresh patches to fix daily build recipe #5690
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patches: debian/patches/expire-on-hashed-users.patch
In the dpkg-maintscript-helper manpage: If the conffile has not been shipped for several versions, and you are now modifying the maintainer scripts to clean up the obsolete file, prior-version should be based on the version of the package that you are now preparing, not the first version of the package that lacked the conffile
Commit cda82fe warranted downstream patch refresh to fix daily recipe builds against main. patches: debian/patches/retain-old-groups.patch
Add Akamai to the default templates to allow datasource discovery. Co-authored-by: Chad Smith <[email protected]>
Co-authored-by: Chad Smith <[email protected]>
cc_apt_configure will use apt_pkg from this deb if present to read apt configuration for Dir::Etc::sourceparts/sourcelist values. When absent, rely on the command apt-config dump.
patches: debian/patches/no-nocloud-network.patch debian/patches/no-single-process.patch
Bump the version in cloudinit/version.py to 24.3 and update ChangeLog.
Drop unnecessary environment variable. Fixes canonicalGH-5648
Bump the version in cloudinit/version.py to 24.3.1 and update ChangeLog.
patches: debian/patches/cli-retain-file-argument-as-main-cmd-arg.patch debian/patches/no-nocloud-network.patch debian/patches/revert-551f560d-cloud-config-after-snap-seeding.patch
Revert remaning functional references to cloud-init-network service which will not exist on stable releases.
patches: - d/p/keep-dhclient-as-priority-client.patch - d/p/no-single-process.patch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Perform new_upstream_snapshot,py to sync unreleased tip of main into ubuntu/jammy in order to fix daily recipe builds which are failing due to commit 9cc458c drift in systemd files which no-singleprocess.patch removes.
Proposed Commit Message
-- see top three most recent separate commits
Additional Context
failed build recipe logs
the error:
steps to create this branch
Test Steps
Merge type