]> git.ipfire.org Git - pakfire.git/commit
snapshots: Refactor writing snapshots
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Mar 2021 20:07:12 +0000 (20:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Mar 2021 20:07:12 +0000 (20:07 +0000)
commit88124868a67f7bf59010be818f4358c3170402ae
tree53135b921aca86fe15b4c93873b66e03148be9ed
parent109a5215074ad61b80d8efccc82c58a3ee9e8913
snapshots: Refactor writing snapshots

We no longer make the filelist first. This would have
been nice for a progress bar, but it should be quick enough
to not be worries about this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/util.h
src/libpakfire/snapshot.c
src/libpakfire/util.c