]> git.ipfire.org Git - pakfire.git/commit
pakfire: Rename the files to reflect the type
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 12:15:32 +0000 (12:15 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Jun 2025 12:15:32 +0000 (12:15 +0000)
commite0ad83d514771475b542d02d61ae7b66a6781065
treec280c47359d272ee1ebf64eb8b419d7b0d97a65c
parentc87e1399c53eea98243151ad12e72a94f511969b
pakfire: Rename the files to reflect the type

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
82 files changed:
Makefile.am
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/dump.c
src/cli/lib/dump.h
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/progressbar.c
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/shell.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.h
src/pakfire/ctx.h
src/pakfire/db.c
src/pakfire/db.h
src/pakfire/deps.c
src/pakfire/dist.c
src/pakfire/dist.h
src/pakfire/fhs.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/key.c
src/pakfire/linter.c
src/pakfire/logging.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/parser.c
src/pakfire/parser/grammar.y
src/pakfire/problem.c
src/pakfire/pwd.c
src/pakfire/repo.c
src/pakfire/repo.h
src/pakfire/root.c [moved from src/pakfire/pakfire.c with 99% similarity]
src/pakfire/root.h [moved from src/pakfire/pakfire.h with 100% similarity]
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/python/pakfire.c
src/python/pakfire.h
tests/libpakfire/main.c
tests/parser/test.c
tests/testsuite.c
tests/testsuite.h