working commit

This commit is contained in:
2026-02-20 14:08:50 +02:00
parent 027d510d61
commit 35e83ed705
+2 -2
View File
@@ -401,7 +401,7 @@ EXTRA_mstored_SOURCES = \
pkg/client/imagepush.go \ pkg/client/imagepush.go \
pkg/client/service.go pkg/client/service.go
EXTRA_DIST = \ EXTRA_DIST = vendor/ \
Containerfile \ Containerfile \
go.mod \ go.mod \
go.sum \ go.sum \
@@ -462,7 +462,7 @@ EXTRA_DIST = \
test/account_test.go \ test/account_test.go \
test/file_test.go \ test/file_test.go \
test/image_test.go \ test/image_test.go \
test/test-oci.img test/test-oci.tar
DIST_DIR = $(shell pwd)/DIST DIST_DIR = $(shell pwd)/DIST
BUILD_DIR = $(shell pwd)/BUILD BUILD_DIR = $(shell pwd)/BUILD