Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
  • Loading branch information
jgrund committed May 6, 2019
1 parent d315e7f commit b772437
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME := iml-manager
MODULE_SUBDIR = chroma_manager
DEVELOP_DEPS := version
DEVELOP_POST := ./manage.py dev_setup
DIST_DEPS := base.repo version $(COPR_REPO_TARGETS)
DIST_DEPS := version $(COPR_REPO_TARGETS)

MFL_COPR_REPO=managerforlustre/manager-for-lustre-devel
MFL_REPO_OWNER := $(firstword $(subst /, ,$(MFL_COPR_REPO)))
Expand Down Expand Up @@ -40,7 +40,7 @@ ZIP_TYPE := $(shell if [ "$(ZIP_DEV)" == "true" ]; then echo '-dev'; else echo '
MFL_REPO_OWNER := $(firstword $(subst /, ,$(MFL_COPR_REPO)))
MFL_REPO_NAME := $(word 2,$(subst /, ,$(MFL_COPR_REPO)))

COPR_REPO_TARGETS := base.repo tests/framework/utils/defaults.sh tests/framework/chroma_support.repo
COPR_REPO_TARGETS := tests/framework/utils/defaults.sh tests/framework/chroma_support.repo

SUBSTS := $(COPR_REPO_TARGETS)

Expand Down Expand Up @@ -118,8 +118,6 @@ feature_tests:

tests test: unit_tests feature_tests integration_tests service_tests

base.repo: base.repo.in Makefile

tests/framework/chroma_support.repo: tests/framework/chroma_support.repo.in Makefile

tests/framework/utils/defaults.sh: tests/framework/utils/defaults.sh.in Makefile
Expand Down

0 comments on commit b772437

Please sign in to comment.