Merge ~bryce/ubuntu/+source/chrony:merge-v4.3-2-mantic into ubuntu/+source/chrony:debian/sid
Status: | Merged |
---|---|
Approved by: | git-ubuntu bot |
Approved revision: | not available |
Merge reported by: | git-ubuntu bot |
Merged at revision: | cb07eb72ff2be63489f2f8a0e1d6b440875f1399 |
Proposed branch: | ~bryce/ubuntu/+source/chrony:merge-v4.3-2-mantic |
Merge into: | ubuntu/+source/chrony:debian/sid |
Diff against target: |
1239 lines (+999/-6) (has conflicts) 10 files modified
debian/README.container (+60/-0) debian/changelog (+842/-0) debian/chrony.conf (+17/-2) debian/chrony.default (+4/-0) debian/chrony.service (+1/-2) debian/chronyd-starter.sh (+68/-0) debian/control (+4/-1) debian/docs (+1/-0) debian/install (+1/-0) debian/tests/control (+1/-1) Conflict in debian/changelog |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
git-ubuntu bot | Approve | ||
Lucas Kanashiro (community) | Approve | ||
Canonical Server Reporter | Pending | ||
Canonical Server Core Reviewers | Pending | ||
Canonical Server packageset reviewers | Pending | ||
Review via email: mp+442583@code.staging.launchpad.net |
Description of the change
Merge with Debian's package.
PPA: https:/
$ ppa tests ppa:bryce/
* Results:
- chrony/
+ ✅ chrony on mantic for amd64 @ 09.05.23 08:23:12 Log️ 🗒️
+ ✅ chrony on mantic for arm64 @ 09.05.23 08:35:22 Log️ 🗒️
+ ✅ chrony on mantic for armhf @ 09.05.23 08:18:20 Log️ 🗒️
+ ✅ chrony on mantic for i386 @ 09.05.23 08:03:37 Log️ 🗒️
+ ✅ chrony on mantic for ppc64el @ 09.05.23 08:21:08 Log️ 🗒️
+ ✅ chrony on mantic for s390x @ 09.05.23 08:23:43 Log️ 🗒️
Usual tags pushed for review:
- tags/old/debian 6439750
- tags/new/debian d41c6c4
- tags/old/ubuntu 0f58477
- tags/logical/
- tags/reconstruc
- tags/split/
You'll notice the commits for this branch are a bit weird with these '--CL--' markers. Christian had helpfully included 'UBUNTU-only' strings in the commit message as metadata about the commits, however unfortunately when using git-ubuntu's reconstruct-
I went one further and for bdrung's addition I included a snippet of his email message to retain extra context on the commit, including (notably) his plans to introduce this in Debian.
You'll also note there's a conflict marker in the diff, which is because Debian introduced a new version, 4.3-2+deb12u1, just in the last day, after I'd finished the merge work. This adds an apparmor bugfix that sounds worthwhile, but it isn't reported against ubuntu and sounds more of a corner case than something crucial. We can pick it up in a re-merge.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Thanks for this MP Bryce! I also did not know about this '--CL--' git-ubuntu feature, interesting! I believe this is a good way to let us describe the change in a "git commit way" and also have the content going to the changelog in the same place. I think I might adopt that as well in some merges.
All changes LGTM, thanks for explaining the details in the description, that helped a lot.