]> git.ipfire.org Git - people/ms/pakfire.git/commit
python: Rename Pakfire() to Root()
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 12:35:24 +0000 (12:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 12:35:24 +0000 (12:35 +0000)
commit68b2d365c01c0e0e3b4b3e982245622a48f39db8
tree9abbae952032787210cb24ebfc4b901f7ef4737d
parente0ad83d514771475b542d02d61ae7b66a6781065
python: Rename Pakfire() to Root()

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
21 files changed:
Makefile.am
src/python/archive.c
src/python/file.c
src/python/key.c
src/python/package.c
src/python/package.h
src/python/pakfiremodule.c
src/python/repo.c
src/python/repo.h
src/python/root.c [moved from src/python/pakfire.c with 86% similarity]
src/python/root.h [moved from src/python/pakfire.h with 91% similarity]
src/python/transaction.c
tests/python/archive.py
tests/python/ctx.py
tests/python/dist.py
tests/python/execute.py
tests/python/keys.py
tests/python/main.py
tests/python/package.py
tests/python/tests.py
tests/python/transaction.py