Put dev-libs packages under automation, move net-misc/ntp to portage-stable#1392
Merged
Put dev-libs packages under automation, move net-misc/ntp to portage-stable#1392
Conversation
It's from Gentoo commit 3e0de4c3b9bb72ac63c48349ea390b6586d4f9e5.
It's from Gentoo commit a0e09af2d796c8e12a29c3386237e5ebe44c51d4.
It's from Gentoo commit 084d66f3c1f6673f919bf8cc80401c1d0e18b476.
It's from Gentoo commit 6906dddca4129abb03e9e333d004d4855a5c9f4e.
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
It's from Gentoo commit a24d0c4442a09fd9b15e538035a7fa317fc0ca73.
It's from Gentoo commit 6c2c859c08f129a9ef197343915debe7e4ffa393.
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
It's from Gentoo commit e1b8c24e50874a72c63044fd6b216997ca34f62a.
It's from Gentoo commit 4d7a3ab7554f0c952c64f15f42b42d45dd6426a7.
It's from Gentoo commit 83242696bc86d0e825b88e7e97519aff60316359.
It's from Gentoo commit bd7cb186c573e4c26d83a4fd62b06e201182c847.
It's from Gentoo commit 7a92b7f2e5fdea74f1c9d269c7017dbcd268e9b2.
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
It's from Gentoo commit 77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.
It's from Gentoo commit 5caead31afd6d66482e29c075b2a21675cb99015.
…libs/libunistring
It's from Gentoo commit 8750a4090ea84eff7fe20b9ee6a4a30d82f2ffc7.
These are following things: - adding notrap to restrict option in ntp.conf - setting Flatcar-specific NTP servers in ntp.conf - setting Restart=always for ntpd.service - setting up environment for sntp and ntpdate
We provide our own config and dropins for setting up environment. Also do not install perl stuff as perl interpreter is not available in production images.
7fa8651 to
8fe4636
Compare
Member
Author
|
CI passed. |
|
Build action triggered: https://github.com/flatcar/scripts/actions/runs/6875081239 |
2 tasks
tormath1
approved these changes
Nov 16, 2023
This file contains hidden or 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
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.
CI: http://jenkins.infra.kinvolk.io:8080/job/container/job/sdk/1176/cldsv
--
coreos-base/misc-files: [PROD] [DEV]
dev-libs/ding-libs: [PROD] [DEV]
dev-libs/jansson: [PROD] [DEV]
dev-libs/json-c: [PROD] [DEV]
dev-libs/libev: [DEV]
dev-libs/libevent: [PROD] [DEV]
dev-libs/libffi: [PROD] [DEV]
dev-libs/liblinear: [PROD] [DEV]
dev-libs/libsodium: [PROD] [DEV]
dev-libs/libunistring: [PROD] [DEV]
dev-libs/libverto: [DEV]
dev-libs/libyaml: [DEV]
dev-libs/lzo: [DEV]
dev-libs/mpc: [DEV]
dev-libs/mpfr: [DEV]
dev-libs/npth: [DEV]
dev-libs/nspr:
net-misc/ntp: [PROD] [DEV]
avoid installing perl scripts to production images, now those
files are masked with INSTALL_MASK
it, because it ntpd used to wedge itself at startup, let's see if
this is still an issue
(ntpd wedges itself on startup coreos/bugs#304), the issue was likely
not with ntpd, but with an old libevent library
responsible for creating this directory
we will be installing our own files in coreos-base/misc-files
--