working commit
This commit is contained in:
+12
-1
@@ -317,6 +317,7 @@ CWD = $(shell pwd)
|
||||
EXTRA_mstored_SOURCES = \
|
||||
app/config/config.go \
|
||||
app/config/variant.go \
|
||||
\
|
||||
app/descr/account.go \
|
||||
app/descr/blob.go \
|
||||
app/descr/file.go \
|
||||
@@ -324,6 +325,7 @@ EXTRA_mstored_SOURCES = \
|
||||
app/descr/manifest.go \
|
||||
app/descr/response.go \
|
||||
app/descr/server.go \
|
||||
\
|
||||
app/handler/aaafunc.go \
|
||||
app/handler/account.go \
|
||||
app/handler/blob.go \
|
||||
@@ -336,6 +338,7 @@ EXTRA_mstored_SOURCES = \
|
||||
app/handler/service.go \
|
||||
app/handler/version.go \
|
||||
app/logger/logger.go \
|
||||
\
|
||||
app/maindb/account.go \
|
||||
app/maindb/blob.go \
|
||||
app/maindb/file.go \
|
||||
@@ -344,6 +347,7 @@ EXTRA_mstored_SOURCES = \
|
||||
app/maindb/maindb.go \
|
||||
app/maindb/manifest.go \
|
||||
app/maindb/scheme.go \
|
||||
\
|
||||
app/operator/account.go \
|
||||
app/operator/blob.go \
|
||||
app/operator/file.go \
|
||||
@@ -361,9 +365,11 @@ EXTRA_mstored_SOURCES = \
|
||||
app/router/pathc.go \
|
||||
app/router/recovermw.go \
|
||||
app/router/router.go \
|
||||
\
|
||||
app/server/server.go \
|
||||
app/service/service.go \
|
||||
app/storage/storage.go \
|
||||
\
|
||||
pkg/auxhttp/basic.go \
|
||||
pkg/auxhttp/crange.go \
|
||||
pkg/auxoci/ociaux.go \
|
||||
@@ -395,15 +401,18 @@ EXTRA_DIST = \
|
||||
go.sum \
|
||||
LICENSE.txt \
|
||||
README.md \
|
||||
\
|
||||
app/logger/logger_test.go \
|
||||
app/maindb/file_test.go \
|
||||
app/maindb/grant_test.go \
|
||||
app/router/pathc_test.go \
|
||||
app/router/router_test.go \
|
||||
\
|
||||
pkg/auxpwd/passwd_test.go \
|
||||
pkg/auxx509/x509cert_test.go \
|
||||
attic/account_test.go \
|
||||
attic/file_test.go \
|
||||
\
|
||||
chart/Chart.yaml.in \
|
||||
chart/.gitignore \
|
||||
chart/.helmignore \
|
||||
@@ -417,10 +426,10 @@ EXTRA_DIST = \
|
||||
chart/templates/_userpass.tpl \
|
||||
chart/templates/volumeclaim.yaml \
|
||||
chart/values.yaml.in \
|
||||
\
|
||||
debian/changelog.in \
|
||||
debian/compat \
|
||||
debian/control.in \
|
||||
debian/debhelper-build-stamp \
|
||||
debian/files \
|
||||
debian/.gitignore \
|
||||
debian/mstore-control.install \
|
||||
@@ -439,9 +448,11 @@ EXTRA_DIST = \
|
||||
debian/source/format \
|
||||
debian/source/include-binaries \
|
||||
debian/watch \
|
||||
\
|
||||
initrc/.gitignore \
|
||||
initrc/mstored.in \
|
||||
initrc/mstored.service.in \
|
||||
\
|
||||
test/account_test.go \
|
||||
test/file_test.go \
|
||||
test/image_test.go \
|
||||
|
||||
Reference in New Issue
Block a user