From 4cefe0bf52f9d60d25858ebb51b870433004a4a6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 17:50:00 -0500 Subject: cleaning up stuff. finally making progress --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7adfe4d..c11fb7e 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ BUILDTIME = $(shell date +%s) all: install mirrors -everything: +everything: install mirrors find /home/mirrors/wit/dists - false + mirrors verify mirrors everything apt update sleep 1 @@ -18,6 +18,9 @@ everything: find /home/mirrors/wit/dists cat /var/lib/apt/lists/mirrors.wit.com_wit_dists_sid_InRelease +find: + find find /var/lib/apt/lists/mi* /home/mirrors/wit/dists + build: goimports GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3