1
0

1 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
ab3e4fd6ed auto-created for python-drgn
This commit was autocreated by AutoGits PR Review Bot

removing PRs:
 PR: kernel-kdump/python-drgn!3
2025-11-19 15:16:16 +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 a496d9f294

1
kexec-tools Submodule

Submodule kexec-tools added at 1ea2ef1333

1
libkdumpfile Submodule

Submodule libkdumpfile added at 83953ed6cb

1
makedumpfile Submodule

Submodule makedumpfile added at c03c96f7ca

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",
}