From 3f328322dffb80488870ffd15b4663ac2637aec2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 02:59:22 -0500 Subject: always run locally --- Makefile | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a5546ba..fab647e 100644 --- a/Makefile +++ b/Makefile @@ -4,16 +4,15 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) -all: reset goimports vet install - mirrors walk - mirrors incoming - mirrors verify - mirrors newest - mirrors everything - wit upgrade - -everything: install - mirrors everything +all: reset goimports vet build + ./mirrors walk + ./mirrors incoming + ./mirrors verify + ./mirrors newest + ./mirrors everything + +everything: build + ./mirrors everything apt update sleep 1 ls -l /var/lib/apt/lists/mirrors.wit.com* -- cgit v1.2.3