Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8730584

Browse files
committed
refactor: debrand docker compose deployments -S
1 parent 85fa744 commit 8730584

102 files changed

Lines changed: 246 additions & 8332 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ exclude_paths:
1818
- 'tests/acceptance/TestHelpers/**'
1919
- 'tests/acceptance/run.sh'
2020
- 'vendor/**/*'
21-
- 'tests/ociswrapper/vendor/**'
21+
- 'tests/ocwrapper/vendor/**'
2222
...

.github/settings.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

.make/release.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ release-dirs:
1010
@mkdir -p $(DIST)/binaries $(DIST)/release
1111

1212
# docker specific packaging flags
13-
DOCKER_LDFLAGS += -X "$(OC_REPO)/ocis-pkg/config/defaults.BaseDataPathType=path" -X "$(OC_REPO)/ocis-pkg/config/defaults.BaseDataPathValue=/var/lib/ocis"
14-
DOCKER_LDFLAGS += -X "$(OC_REPO)/ocis-pkg/config/defaults.BaseConfigPathType=path" -X "$(OC_REPO)/ocis-pkg/config/defaults.BaseConfigPathValue=/etc/ocis"
13+
DOCKER_LDFLAGS += -X "$(OC_REPO)/pkg/config/defaults.BaseDataPathType=path" -X "$(OC_REPO)/pkg/config/defaults.BaseDataPathValue=/var/lib/opencloud"
14+
DOCKER_LDFLAGS += -X "$(OC_REPO)/pkg/config/defaults.BaseConfigPathType=path" -X "$(OC_REPO)/pkg/config/defaults.BaseConfigPathValue=/etc/opencloud"
1515

1616
# We can't link statically when vips is enabled but we still
1717
# prefer static linking where possible

deployments/continuous-deployment-config/ocis_full/master.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

deployments/continuous-deployment-config/ocis_full/onlyoffice-master.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

deployments/continuous-deployment-config/ocis_full/onlyoffice-rolling.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

deployments/continuous-deployment-config/ocis_full/production.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

deployments/continuous-deployment-config/ocis_full/rolling.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)