Skip to content

Commit

Permalink
refactor: debrand docker compose deployments -S
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jan 20, 2025
1 parent b084943 commit 131c555
Show file tree
Hide file tree
Showing 103 changed files with 247 additions and 8,333 deletions.
2 changes: 1 addition & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ exclude_paths:
- 'tests/acceptance/TestHelpers/**'
- 'tests/acceptance/run.sh'
- 'vendor/**/*'
- 'tests/ociswrapper/vendor/**'
- 'tests/ocwrapper/vendor/**'
...
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Comment to be posted to on PRs that don't update documentation
updateDocsComment: >
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/blob/master/changelog/README.md) item based on your changes.
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/opencloud/blob/master/changelog/README.md) item based on your changes.
updateDocsWhiteList:
- Tests-only
- tests-only
Expand Down
90 changes: 0 additions & 90 deletions .github/settings.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release-dirs:
@mkdir -p $(DIST)/binaries $(DIST)/release

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

# We can't link statically when vips is enabled but we still
# prefer static linking where possible
Expand Down
52 changes: 0 additions & 52 deletions deployments/continuous-deployment-config/ocis_full/master.yml

This file was deleted.

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions deployments/continuous-deployment-config/ocis_full/production.yml

This file was deleted.

52 changes: 0 additions & 52 deletions deployments/continuous-deployment-config/ocis_full/rolling.yml

This file was deleted.

Loading

0 comments on commit 131c555

Please sign in to comment.