ckiss

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 390df35aabe1dae6c104d4563c3a9ecfe55041fc
parent 67531573d8c64054c52c1b8b819cd5bb553c0288
Author: aabacchus <ben@bvnf.space>
Date:   Sun, 23 Apr 2023 16:26:52 +0100

remove (debug) checksum test when generating

Diffstat:
MREADME | 2+-
Msrc/checksum.c | 3---
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/README b/README @@ -9,7 +9,7 @@ An implementation of the kiss package manager in C. [ ] alternatives [ ] build [ ] hooks -[.] checksum +[x] checksum [ ] download [ ] install [x] list diff --git a/src/checksum.c b/src/checksum.c @@ -126,9 +126,6 @@ checksum(int argc, char **argv, struct env *e) { continue; } - /* for testing */ - mylog2(argv[i], verify_checksums(p) ? "checksums good" : "checksums bad"); - FILE *f = pkg_open_file(p->pkg_path, "checksums", "w"); if (f == NULL) die_perror("couldn't open checksums file for writing");