Commit bccf15e7ebe639099ad71fda7fc555bf98e9dd81

Authored by Antonio Terceiro
1 parent 0bbdbcf7

add omniauth-remote-user

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
.gitignore
... ... @@ -14,6 +14,7 @@
14 14 /obs/isv:spb*
15 15 /packages
16 16 /docs/_build/
  17 +/omniauth-remote-user
17 18 *.swp
18 19 *~
19 20 *.swo
... ...
.mrconfig
1 1 [.]
2 2  
3 3 [colab]
4   -checkout = git clone http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab.git
  4 +checkout = git clone git@beta.softwarepublico.gov.br:softwarepublico/colab.git
5 5  
6 6 [colab-deps]
7   -checkout = git clone http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab-deps.git
  7 +checkout = git clone git@beta.softwarepublico.gov.br:softwarepublico/colab-deps.git
8 8  
9 9 [mailman-api]
10 10 checkout = git clone https://github.com/TracyWebTech/mailman-api.git
... ... @@ -21,6 +21,5 @@ checkout = hg clone http://bitbucket.org/ianb/paste
21 21 [mailman-api/paste/six]
22 22 checkout = hg clone https://bitbucket.org/gutworth/six
23 23  
24   -[sources/solr]
25   -checkout = wget -c http://archive.apache.org/dist/lucene/solr/4.6.1/solr-4.6.1.tgz
26   -
  24 +[omniauth-remote-user]
  25 +checkout = git clone git@beta.softwarepublico.gov.br:softwarepublico/omniauth-remote-user.git
... ...