new dir scanner

This commit is contained in:
Jeff Carr 2025-09-13 06:26:44 -05:00
parent f4d60d1fb9
commit c463ec70f0
3 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
# make andlabs # try the andlabs gui plugin (uses GTK)
default: install-verbose
FORGE_VERBOSE=true forge list |head -n 20
# FORGE_VERBOSE=true forge list |head -n 20
vet:
@GO111MODULE=off go vet

View File

@ -68,6 +68,7 @@ func main() {
// me.forge.RillRepos(reloadCheck)
// me.forge.ScanGoSrc()
me.forge.ScanRepoDir()
// initialize patches
doPatchInit()

0
test Normal file
View File