Commit dfa9a6ca2e2ef4e7145646f278f0b9e87ae62f00

Authored by Lucas Kanashiro
1 parent b7ca2be6
Exists in master

Add superarchives plugin

Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
Makefile
... ... @@ -39,6 +39,7 @@ downloadtar: virtualenv
39 39 wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip
40 40 wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip
41 41 wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip
  42 + wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip
42 43  
43 44 .PHONY: virtualenv
44 45 virtualenv:
... ...
requirements-colab-plugins.txt
1 1 colab-noosfero-plugin==0.2.5
2 2 colab-gitlab-plugin==0.2.5
3 3 colab-mezuro-plugin==0.1.2
  4 +colab-superarchives-plugin==0.1.0
... ...