Commit b96e7e162f90dd6ebf744d1ac287037e367ea218
1 parent
5ce408a5
Exists in
master
and in
1 other branch
Increasing version of the gitlab and noosfero plugins
Signed-off-by: MaxAlmeida <llewxam150@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Makefile
@@ -37,8 +37,8 @@ distclean: | @@ -37,8 +37,8 @@ distclean: | ||
37 | downloadtar: virtualenv | 37 | downloadtar: virtualenv |
38 | mkdir -p $(DISTDIR) | 38 | 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 | 39 | 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.3.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.3.zip | ||
41 | - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.2.zip | 40 | + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.4.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.4.zip |
41 | + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.3.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.3.zip | ||
42 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt | 42 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt |
43 | 43 | ||
44 | .PHONY: virtualenv | 44 | .PHONY: virtualenv |
requirements-colab-plugins.txt