client/server rebuilding in progress

This commit is contained in:
2026-03-04 17:15:06 +02:00
parent ae9c29de1e
commit 36a143c7c3
14 changed files with 781 additions and 1249 deletions
+4 -5
View File
@@ -13,8 +13,7 @@ EXTRA_mstorectl_SOURCES = \
cmd/mstorectl/command/accountcmd.go \
cmd/mstorectl/command/grantcmd.go \
cmd/mstorectl/command/imagecmd.go \
cmd/mstorectl/command/util.go \
cmd/mstorectl/command/filecmd.go
cmd/mstorectl/command/util.go
mstored_SOURCES = cmd/mstored/main.go
@@ -177,14 +176,14 @@ EXTRA_DIST = vendor/ \
test/file_test.go \
test/image_test.go \
test/test-oci.tar
format:
@dirs=$$($(FIND) $(CWD)/app $(CWD)/cmd $(CWD)/pkg $(CWD)/test \
-name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \
for dir in $$dirs;do \
(echo "====$$dir===="; cd $$dir && $(GO) fmt .); \
done
done
.PHONY: test
test:
@@ -231,7 +230,7 @@ debian-package: $(DIST_ARCHIVES)
cd $(BUILD_DIR)/$(distdir) && $(DBUILDPACKAGE) -nc -us -uc -ui -i -b
mkdir -p $(DIST_DIR)
$(CP) $(BUILD_DIR)/*.deb $(DIST_DIR)
rm -rf $(BUILD_DIR)
rm -rf $(BUILD_DIR)
FREEBSD_LOCALBASE = /usr/local
FREEBSD_RCDIR = $(FREEBSD_LOCALBASE)/etc/rc.d