]> git.ipfire.org Git - pakfire.git/commit
client: Rename the build service to client
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 18:14:13 +0000 (18:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 18:14:13 +0000 (18:14 +0000)
commita455cba05e9fcfccb84eaecc328989d0572d01ba
treec4b7348c87d7515543903552803362a5914a12a0
parent00a3ff06ac5cf13a778e186488fd0cd2083be05e
client: Rename the build service to client

This is simply to have way shorter function names, because things have
started to become a little bit ridiculous. No functional changes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
17 files changed:
Makefile.am
src/cli/lib/auth.c
src/cli/lib/client-build.c
src/cli/lib/pakfire.c
src/cli/lib/pakfire.h
src/cli/lib/repo_create.c
src/cli/lib/repo_delete.c
src/cli/lib/repo_list.c
src/cli/lib/repo_show.c
src/cli/lib/upload_create.c
src/cli/lib/upload_delete.c
src/cli/lib/upload_list.c
src/pakfire/client.c [moved from src/pakfire/buildservice.c with 74% similarity]
src/pakfire/client.h [moved from src/pakfire/buildservice.h with 60% similarity]
src/pakfire/daemon.c
src/pakfire/daemon.h
src/pakfire/job.c