-
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
Fix dailies #5839
Fix dailies #5839
Commits on Oct 22, 2024
-
test: unbreak pytest-xdist (canonical#5829)
'pytest -n auto' fails with random data in parametrization, so work around it.
Configuration menu - View commit details
-
Copy full SHA for 56582c1 - Browse repository at this point
Copy the full SHA 56582c1View commit details -
fix: fix ordering cycle for distros with default deps (canonical#5819)
Since After=sysinit.target is a default dependency, a cycle is introduced when Before=sysinit.target and not DefaultDependencies=no. Fixes canonicalGH-5755
Configuration menu - View commit details
-
Copy full SHA for ec7dc6d - Browse repository at this point
Copy the full SHA ec7dc6dView commit details -
chore: eliminate redundant ordering dependencies (canonical#5819)
A Before= on a single service doesn't need to exist in both cloud-init-main.service and cloud-init-local.service, because cloud-init-local.service and cloud-init-main.service are themselves ordered. Only one requires it. The same applies for After=.
Configuration menu - View commit details
-
Copy full SHA for addf122 - Browse repository at this point
Copy the full SHA addf122View commit details -
chore: remove unnecessary systemd settings (canonical#5830)
- RHEL family distros use ds-identify, and therefore the run directory is already made and ds-identify will have created the enabled file. - network.service doesn't appear to ever have been used, and was probably intended to be network.target.
Configuration menu - View commit details
-
Copy full SHA for e72bab9 - Browse repository at this point
Copy the full SHA e72bab9View commit details -
chore: remove redundant Before=NetworkManager.service (canonical#5830)
This service is also Before=network-pre.target. NetworkManager.service is ordered After=network-pre.target Therefore, this setting is redundant.
Configuration menu - View commit details
-
Copy full SHA for 892e196 - Browse repository at this point
Copy the full SHA 892e196View commit details -
chore: simplify Conflicts=shutdown.target (canonical#5830)
This is required by all distros which use DefaultDependencies=no. It implicitly added by all distros which do not use DefaultDependencies=no. Therefore, it does no harm to apply it in all cases.
Configuration menu - View commit details
-
Copy full SHA for a300fee - Browse repository at this point
Copy the full SHA a300feeView commit details -
chore: simplify and standardize cloud-final.service (canonical#5830)
- There is no harm in ordering after a service which doesn't exist. - Cloud-init's final stage should consistently be ordered with respect to multi-user.target on all distros.
Configuration menu - View commit details
-
Copy full SHA for 39260b0 - Browse repository at this point
Copy the full SHA 39260b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076d63b - Browse repository at this point
Copy the full SHA 076d63bView commit details -
test: Fix duplicate judgment conditions in password generation (canon…
…ical#5835) The problem was introduced by commit 879945f
Configuration menu - View commit details
-
Copy full SHA for 9c76610 - Browse repository at this point
Copy the full SHA 9c76610View commit details -
fix(openbsd): Enable sysv init scripts in OpenBSD build script (canon…
…ical#5790) This replaces the use of `/etc/rc.local` in the OpenBSD build script by the sysv init scripts provided with cloud-init. Fixes canonicalGH-4036 LP: #1992853
Configuration menu - View commit details
-
Copy full SHA for a25026e - Browse repository at this point
Copy the full SHA a25026eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fc0d8 - Browse repository at this point
Copy the full SHA 04fc0d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 310a0e4 - Browse repository at this point
Copy the full SHA 310a0e4View commit details