]> git.ipfire.org Git - pakfire.git/commit
pakfire: Rename the main class to root
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 12:11:55 +0000 (12:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 12:11:55 +0000 (12:11 +0000)
commitc87e1399c53eea98243151ad12e72a94f511969b
treebaf8f5788d49e09c4f1d24ac5256b682ca2c2061
parent7dad7d90f1cd4d523bef56c768c651b381342fd2
pakfire: Rename the main class to root

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
104 files changed:
src/cli/lib/build.c
src/cli/lib/check.c
src/cli/lib/check.h
src/cli/lib/clean.c
src/cli/lib/dist.c
src/cli/lib/image_create.c
src/cli/lib/info.c
src/cli/lib/install.c
src/cli/lib/lint.c
src/cli/lib/pakfire.c
src/cli/lib/pakfire.h
src/cli/lib/provides.c
src/cli/lib/remove.c
src/cli/lib/repo_compose.c
src/cli/lib/repolist.c
src/cli/lib/requires.c
src/cli/lib/search.c
src/cli/lib/snapshot_update.c
src/cli/lib/sync.c
src/cli/lib/terminal.c
src/cli/lib/terminal.h
src/cli/lib/transaction.c
src/cli/lib/transaction.h
src/cli/lib/update.c
src/cli/pakfire-builder.c
src/pakfire/archive.c
src/pakfire/archive.h
src/pakfire/archive_writer.c
src/pakfire/archive_writer.h
src/pakfire/build.c
src/pakfire/build.h
src/pakfire/ctx.c
src/pakfire/ctx.h
src/pakfire/db.c
src/pakfire/db.h
src/pakfire/deps.c
src/pakfire/deps.h
src/pakfire/dist.c
src/pakfire/dist.h
src/pakfire/file.c
src/pakfire/file.h
src/pakfire/filelist.c
src/pakfire/filelist.h
src/pakfire/jail.c
src/pakfire/jail.h
src/pakfire/job.c
src/pakfire/linter.c
src/pakfire/linter.h
src/pakfire/mount.c
src/pakfire/mount.h
src/pakfire/oci.c
src/pakfire/oci.h
src/pakfire/package.c
src/pakfire/package.h
src/pakfire/packagelist.c
src/pakfire/packagelist.h
src/pakfire/packager.c
src/pakfire/packager.h
src/pakfire/pakfire.c
src/pakfire/pakfire.h
src/pakfire/parser.c
src/pakfire/parser.h
src/pakfire/parser/grammar.y
src/pakfire/problem.c
src/pakfire/problem.h
src/pakfire/pwd.c
src/pakfire/pwd.h
src/pakfire/repo.c
src/pakfire/repo.h
src/pakfire/scriptlet.c
src/pakfire/scriptlet.h
src/pakfire/snapshot.c
src/pakfire/snapshot.h
src/pakfire/solution.c
src/pakfire/solution.h
src/pakfire/stripper.c
src/pakfire/stripper.h
src/pakfire/transaction.c
src/pakfire/transaction.h
src/pakfire/util.c
src/pakfire/util.h
src/python/archive.c
src/python/ctx.c
src/python/package.c
src/python/pakfire.c
src/python/pakfire.h
src/python/repo.c
src/python/transaction.c
tests/libpakfire/archive.c
tests/libpakfire/cgroup.c
tests/libpakfire/db.c
tests/libpakfire/deps.c
tests/libpakfire/file.c
tests/libpakfire/jail.c
tests/libpakfire/main.c
tests/libpakfire/makefile.c
tests/libpakfire/package.c
tests/libpakfire/packager.c
tests/libpakfire/parser.c
tests/libpakfire/repo.c
tests/libpakfire/util.c
tests/parser/test.c
tests/testsuite.c
tests/testsuite.h