Commit f0d508bca284037876a5c4663717220a67a81c82
1 parent
c940ff7c
Exists in
remove_plugins
Remove plugins
Showing
2 changed files
with
1 additions
and
10 deletions
Show diff stats
Makefile
@@ -9,13 +9,12 @@ TARBALL = dist/$(DISTDIR).tar.gz | @@ -9,13 +9,12 @@ TARBALL = dist/$(DISTDIR).tar.gz | ||
9 | all: virtualenv | 9 | all: virtualenv |
10 | ./build/bin/pip install --no-index --find-links=$(DISTDIR) pip==1.5.6 | 10 | ./build/bin/pip install --no-index --find-links=$(DISTDIR) pip==1.5.6 |
11 | ./build/bin/pip install --no-index --find-links=$(DISTDIR) --use-wheel -r requirements.txt | 11 | ./build/bin/pip install --no-index --find-links=$(DISTDIR) --use-wheel -r requirements.txt |
12 | - ./build/bin/pip install --no-index --find-links=$(DISTDIR) --no-deps -r requirements-colab-plugins.txt | ||
13 | virtualenv --relocatable ./build | 12 | virtualenv --relocatable ./build |
14 | 13 | ||
15 | clean: | 14 | clean: |
16 | $(RM) -r ./build | 15 | $(RM) -r ./build |
17 | 16 | ||
18 | -SOURCES = Makefile requirements.txt requirements-colab-plugins.txt | 17 | +SOURCES = Makefile requirements.txt |
19 | 18 | ||
20 | install: | 19 | install: |
21 | mkdir -p $$(dirname $(TARGET)) | 20 | mkdir -p $$(dirname $(TARGET)) |
@@ -37,10 +36,6 @@ distclean: | @@ -37,10 +36,6 @@ distclean: | ||
37 | downloadtar: virtualenv | 36 | downloadtar: virtualenv |
38 | mkdir -p $(DISTDIR) | 37 | mkdir -p $(DISTDIR) |
39 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz | 38 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
40 | - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip | ||
41 | - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip | ||
42 | - wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip | ||
43 | - wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip | ||
44 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt | 39 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt |
45 | 40 | ||
46 | .PHONY: virtualenv | 41 | .PHONY: virtualenv |
requirements-colab-plugins.txt