forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test success #4
Closed
Closed
Test success #4
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
…webui-pid-file-creation Do not write newline to the webui pid file
…-list-keyboard-layouts Do not use libxklavier to list keyboard layouts
…stringize-unicodeize Do not use stringize and unicodeize from Blivet
GFS2 will be marked as supported in the next Blivet release which means it will be shown in the list of available filesystems in Anaconda on systems with gfs2-utils present. GFS2 requires special configuration and we don't want to support it in Anaconda so lets ignore it hre together with NTFS and TmpFS.
This command was deprecated since Fedora 34. Resolves: INSTALLER-3849
…d options Document commands and options that are being removed or deprecated in Fedora 40.
This command was deprecated since Fedora 34. Resolves: INSTALLER-3849
This option was deprecated since Fedora 34. Resolves: INSTALLER-3849
This option was deprecated since Fedora 33. Resolves: INSTALLER-3849
The future deprecation of these kickstart options was announced in Fedora 32 and 33. The support for these options was removed in the commit 51fcd02. Resolves: INSTALLER-3887
We used to use git branch name to detect RHEL version. However, that is pretty fragile on forks which makes especially the debugging harder. To fix this use our templating solution to set the correct string and just do the comparation against the string. This simplifies the whole logic and makes it much more robust. (cherry picked from commit bd3f672) (cherry picked from commit ae6c1ef)
…eprecations Remove deprecated kickstart commands and options
…t_release_note docs: Add a release note for removed/deprecated kickstart commands and options
Live images are already installed with grub2 and cannot be changed on the fly to systemd-boot (well at least without a lot of extra work). In case the user passed one of the systemd-boot options to anaconda, we should be a bit more graceful than failing to run the updateloader entries script as currently happens. This change, when run on non webUI installs results in a popup notifying the user there is an error in the bootloader configuration and asking if they would like to ignore it. Resolves: rhbz#2234638 Signed-off-by: Jeremy Linton <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…mpver-wrong-JIRA-lang Fix makebumpver wrong jira lang
…er-2024-16-06--13-16-19 Update translations from Weblate
util-linux 2.40 no longer automatically does this for us, since the kernel can bind mount over symlinks in some cases - see util-linux/util-linux@1b2d818 . However, it seems that this does not work at least for anaconda when doing ostree bind mounts on a btrfs install - see https://bugzilla.redhat.com/show_bug.cgi?id=2262892 . So we should resolve any symlinks in targets ourselves instead. Signed-off-by: Adam Williamson <[email protected]>
The installer is not able to verify requirements of the selected bootloader with other types of payload, like live images and rpmostree installations. Let's allow systemd-boot only for package installations for now and deal with other use cases later. Related: rhbz#2234638
…alize-symlinks Resolve symlinks in ostree install bind mount destinations (#2262892)
Add the attribute links to the device data
We currently require that filesystem for / must be newly formatted by Anaconda, with the new storage workflow the filesystems created in Cockpit doesn't need to be reformatted so the check needs to be adjusted to check if the filesystem selected for / is empty and force the reformatting only when it contains some preexisting data.
…a-root-reformat-check-change Allow reusing existing "empty" filesystems for /
…r-5297 sdboot: forward port content from PR#5297
The container-rebuild-action reusable workflow do not need template file. It will just not work on the other branches.
rhel branches use public centos container images which can be pulled and used also on public runners. Also move the tests workflow to run on ubuntu-latest, this removed the need to update this manually.
…l-container-rebuilds Enable upload of our CentOS Stream containers (rhel-9 and rhel-10 branches)
…rhel-exception infra: run tests.yml workflow on ubuntu runners also for rhel branches
Stop pretending liveinst+vnc is supported (#678354)
…g-msg Write a warning rescue selinux
…abel GUI: Correctly display device label
Workflow was renamed so we need to fix the documentation page.
…n-ci-status-page docs: Fix link on ci status for container updates
The container autoupdate workflow was renamed so the link is broken now.
…-on-ci-status-page Fix link on ci-status page
Use the standalone crypt_r package on Fedora 41+
…er-2024-08-06--05-08-12 Update translations from Weblate
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
We removed release from makebumpver already in the previous commit 3ae1964 , however, this wasn't so radical change and introduced a bug. Let's go by force and remove relase number from the makebumper script completely. This should fix the releasing, however, first version released with this change will be incorrect and should be handled manually. Reason is that with this change we expect all the previous releases to be without the release number.
…es-are-empty infra: Remove release number from makebumpver
RHEL moved from Bugzilla to Jira
…ockerfile/ruff-0.4.3 infra: bump ruff from 0.4.2 to 0.4.3 in /dockerfile
There was a switch to DNF5 on Rawhide (Fedora 41) so we need to adjust our containers.
infra: Migrate to DNF5 copr plugin install
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.
No description provided.