Skip to content
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
wants to merge 4,461 commits into from
Closed

Test success #4

wants to merge 4,461 commits into from

Conversation

KKoukiou
Copy link
Owner

No description provided.

KKoukiou and others added 30 commits February 5, 2024 21:26
…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)
Add these scripts to infrastructure files so these are correctly checked
by our infra checker workflow.

Approved by @jstodola :).

(cherry picked from commit d5e6b56)
(cherry picked from commit 768a4db)
…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)
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
jkonecny12 and others added 25 commits April 30, 2024 16:14
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)
…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
…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.
@KKoukiou KKoukiou closed this May 20, 2024
@KKoukiou KKoukiou deleted the test-success branch May 20, 2024 13:16
@KKoukiou KKoukiou restored the test-success branch May 20, 2024 13:16
@KKoukiou KKoukiou deleted the test-success branch May 20, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.