Commit fdeeb475e88716d459c051b0d4e16a11515bdc2a
Committed by
Sergio Oliveira
1 parent
6beca583
Exists in
master
and in
2 other branches
Change colab-spb-plugin URL in colab-deps
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -41,5 +41,5 @@ downloadtar: |
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.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.zip |
43 | 43 | wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.zip |
44 | - wget https://gitlab.com/softwarepublico/colab-spb-plugin/repository/archive.tar.gz?ref=v0.1 -O $(DISTDIR)/colab-spb-plugin-0.1.tar.gz | |
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 | ... | ... |