Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reapply "Add markdown to root Pipfile"
This reverts commit 0d9d877. As long as we make these calls during build without the help of bazel, we need to keep markdown in the top level Pipfile. > git grep '\--filter-by-edition' cmk/utils/werks/__main__.py: "--filter-by-edition", omd/packages/check_mk/check_mk.make: $(PACKAGE_PYTHON3_MODULES_PYTHON) -m cmk.utils.werks precompile $(REPO_PATH)/.werks $@ --filter-by-edition cre omd/packages/cloud/cloud.make: $(PACKAGE_PYTHON3_MODULES_PYTHON) -m cmk.utils.werks precompile $(REPO_PATH)/.werks $@ --filter-by-edition cce omd/packages/enterprise/enterprise.make: $(PACKAGE_PYTHON3_MODULES_PYTHON) -m cmk.utils.werks precompile $(REPO_PATH)/.werks $@ --filter-by-edition cee omd/packages/managed/managed.make: $(PACKAGE_PYTHON3_MODULES_PYTHON) -m cmk.utils.werks precompile $(REPO_PATH)/.werks $@ --filter-by-edition cme omd/packages/saas/saas.make: $(PACKAGE_PYTHON3_MODULES_PYTHON) -m cmk.utils.werks precompile $(REPO_PATH)/.werks $@ --filter-by-edition cse Change-Id: I05f56380eed6cd7b7795fad4b04562ca73148be0
- Loading branch information