Commit b0df0b3ad2c40d576e0bf2abddd25fadbc609ee9
1 parent
79f3b001
Exists in
master
and in
2 other branches
Updated gitlab plugin version
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Makefile
... | ... | @@ -40,6 +40,6 @@ downloadtar: |
40 | 40 | mkdir -p $(DISTDIR) |
41 | 41 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
42 | 42 | wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.1.zip |
43 | - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.zip | |
43 | + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.1.zip | |
44 | 44 | wget https://softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-plugin/repository/archive.tar.gz?ref=v0.1 -O $(DISTDIR)/colab-spb-plugin-0.1.tar.gz --no-check-certificate |
45 | 45 | pip install --download $(DISTDIR) -r requirements.txt | ... | ... |
requirements-colab-plugins.txt