summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 17:50:00 -0500
committerJeff Carr <[email protected]>2025-10-13 03:28:10 -0500
commit4cefe0bf52f9d60d25858ebb51b870433004a4a6 (patch)
treef859c5b64c25abe0e4413aeb44e120a7c9ae1901 /Makefile
parent29bb90b293a8bda889ff30bb56d05ce47af4a9bf (diff)
cleaning up stuff. finally making progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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}"