1
0

2 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
0394eff83c auto-created for makedumpfile
This commit was autocreated by AutoGits PR Review Bot removing
 PR: kernel-kdump/makedumpfile#3
2025-07-18 12:49:27 +00:00
AutoGits PR Review Bot
1be89f8c8c auto-created for makedumpfile
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: kernel-kdump/makedumpfile#3
2025-07-18 12:48:54 +00:00
12 changed files with 36 additions and 4 deletions

26
.gitmodules vendored
View File

@@ -1,3 +1,27 @@
[submodule "crash"]
path = crash
url = https://src.opensuse.org/kernel-kdump/crash.git
[submodule "crash-trace"]
path = crash-trace
url = https://src.opensuse.org/kernel-kdump/crash-trace.git
[submodule "eppic"]
path = eppic
url = https://src.opensuse.org/kernel-kdump/eppic.git
[submodule "kdump"]
path = kdump
url = https://src.opensuse.org/kernel-kdump/kdump.git
[submodule "kexec-tools"]
path = kexec-tools
url = https://src.opensuse.org/kernel-kdump/kexec-tools.git
[submodule "libkdumpfile"]
path = libkdumpfile
url = https://src.opensuse.org/kernel-kdump/libkdumpfile.git
[submodule "makedumpfile"]
path = makedumpfile
url = https://src.opensuse.org/kernel-kdump/makedumpfile.git
[submodule "python-drgn"]
path = python-drgn
url = https://src.opensuse.org/petesarik/python-drgn.git
url = https://src.opensuse.org/kernel-kdump/python-drgn.git
[submodule "python-pykdumpfile"]
path = python-pykdumpfile
url = https://src.opensuse.org/kernel-kdump/python-pykdumpfile.git

1
crash Submodule

Submodule crash added at 483a22fb64

1
crash-trace Submodule

Submodule crash-trace added at 46ed76b5d4

1
eppic Submodule

Submodule eppic added at 645483610c

1
kdump Submodule

Submodule kdump added at 71afcc27c8

1
kexec-tools Submodule

Submodule kexec-tools added at 1ea2ef1333

1
libkdumpfile Submodule

Submodule libkdumpfile added at 5241845c76

1
makedumpfile Submodule

Submodule makedumpfile added at 4996c11987

View File

@@ -1 +1 @@
home:petesarik:Kernel:kdump
Kernel:kdump

1
python-pykdumpfile Submodule

Submodule python-pykdumpfile added at 23149cbb66

View File

@@ -1,4 +1,4 @@
{
// Reference build project
"ObsProject": "home:petesarik:Kernel:kdump",
"ObsProject": "Kernel:kdump",
}