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

WIP: Add support for Anaconda backend #738

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d43e49a
DBusStructures: Add new file system enum and partition usage struct
meisenzahl Nov 9, 2023
ff2b6d0
DBusStructures: Add to_string method to FileSystem enum
meisenzahl Nov 9, 2023
5853498
Update file system types to use InstallerDaemon
meisenzahl Nov 9, 2023
8c137fe
Daemon: Convert file system and partition usage to common format
meisenzahl Nov 9, 2023
3e041ce
Add PartitionTable enum and update
meisenzahl Nov 9, 2023
3a2ed8d
Add new enums and struct for InstallerDaemon and update flags in Daem…
meisenzahl Nov 9, 2023
c1e4fa9
Refactor to_common_usage_bootloader method in Daemon class
meisenzahl Nov 9, 2023
7cdde6a
Add InstallerDaemon.LogLevel and InstallerDaemon.Error to InstallerDa…
meisenzahl Nov 9, 2023
08a0147
Utils: Remove distinst specific code
meisenzahl Nov 9, 2023
dd09a4b
Refactor file common/DBusStructures.vala to handle FileSystem.NONE ca…
meisenzahl Nov 9, 2023
82c20cd
Remove distinst_dep from gui_dependencies
meisenzahl Nov 9, 2023
2d382d2
Add support for Distinst installer backend in
meisenzahl Nov 9, 2023
400d567
Satisfy linter
meisenzahl Nov 9, 2023
bd4c3e8
Add AnacondaBackend for installer backend option
meisenzahl Nov 9, 2023
f7b989f
GitHub CI: Build anaconda backend
meisenzahl Nov 9, 2023
a27bda7
DBusStructures: Refactor to unowned reference
meisenzahl Nov 11, 2023
6be9230
Merge branch 'prepare-backends' into anaconda-backend
meisenzahl Nov 11, 2023
c2ddbc4
Merge branch 'main' into anaconda-backend
meisenzahl Oct 7, 2024
94135fa
ProgressView: Output config
meisenzahl Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove distinst_dep from gui_dependencies
  • Loading branch information
meisenzahl committed Nov 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 82c20cd20c329e4673f38bfe160428256746ac8f
1 change: 0 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ config_file = configure_file(
)

gui_dependencies = [
distinst_dep,
gee_dep,
glib_dep,
gnome_keyboard_dep,