From 6c51e844d8180f960e4051a8430878f464ce120b Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sun, 17 Feb 2019 14:53:40 +0200 Subject: [PATCH] Move organization update to the edx-platform --- tahoe.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/tahoe.mk b/tahoe.mk index 97fa035275..48f29ed6c5 100644 --- a/tahoe.mk +++ b/tahoe.mk @@ -58,8 +58,6 @@ tahoe.init.provision-script: ## Execute the `provision-tahoe.py` script in both tahoe.init: ## Make the devstack more Tahoe'ish make tahoe.init.provision-script - # TODO: Install within the Tahoe Open edX images - make PACKAGE='git+https://github.com/appsembler/edx-organizations.git@0.4.10-appsembler3' tahoe.install-pip.edxapp make tahoe.restart || true tahoe.up: ## Run the devstack with proper Tahoe settings, use instead of `$ make dev.up`