From 027d510d6176091ebade758e5597f291d920a2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=91=D0=BE=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Fri, 20 Feb 2026 14:08:47 +0200 Subject: [PATCH] working commit --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 72b9e7e..a826107 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,7 +106,7 @@ EXTRA_mstored_SOURCES = \ pkg/client/imagepush.go \ pkg/client/service.go -EXTRA_DIST = \ +EXTRA_DIST = vendor/ \ Containerfile \ go.mod \ go.sum \ @@ -167,7 +167,8 @@ EXTRA_DIST = \ test/account_test.go \ test/file_test.go \ test/image_test.go \ - test/test-oci.img + test/test-oci.tar + format: @dirs=$$($(FIND) $(CWD) -name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \