diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 04:48:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 04:48:40 -0500 |
| commit | 2a9aba48e94d2e33b825eea23973ccd21a2dc07c (patch) | |
| tree | 7bdcf63c61b7f1990b5d97aadc0867d5a63ac896 /Makefile | |
| parent | 3f328322dffb80488870ffd15b4663ac2637aec2 (diff) | |
more cleanups. getting closer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,9 +7,11 @@ BUILDTIME = $(shell date +%s) all: reset goimports vet build ./mirrors walk ./mirrors incoming + ./mirrors walk ./mirrors verify ./mirrors newest ./mirrors everything + make find everything: build ./mirrors everything @@ -20,7 +22,7 @@ everything: build cat /var/lib/apt/lists/mirrors.wit.com_wit_dists_sid_InRelease find: - find find /var/lib/apt/lists/mi* /home/mirrors/wit/dists + find /var/lib/apt/lists/mi* /home/mirrors/wit/dists -type f |xargs ls -l build: goimports GO111MODULE=off go build \ |
