diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 17:50:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 03:28:10 -0500 |
| commit | 4cefe0bf52f9d60d25858ebb51b870433004a4a6 (patch) | |
| tree | f859c5b64c25abe0e4413aeb44e120a7c9ae1901 /Makefile | |
| parent | 29bb90b293a8bda889ff30bb56d05ce47af4a9bf (diff) | |
cleaning up stuff. finally making progress
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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}" |
