Commit bccf15e7ebe639099ad71fda7fc555bf98e9dd81
1 parent
0bbdbcf7
Exists in
master
and in
90 other branches
add omniauth-remote-user
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
.gitignore
.mrconfig
1 | [.] | 1 | [.] |
2 | 2 | ||
3 | [colab] | 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 | [colab-deps] | 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 | [mailman-api] | 9 | [mailman-api] |
10 | checkout = git clone https://github.com/TracyWebTech/mailman-api.git | 10 | checkout = git clone https://github.com/TracyWebTech/mailman-api.git |
@@ -21,6 +21,5 @@ checkout = hg clone http://bitbucket.org/ianb/paste | @@ -21,6 +21,5 @@ checkout = hg clone http://bitbucket.org/ianb/paste | ||
21 | [mailman-api/paste/six] | 21 | [mailman-api/paste/six] |
22 | checkout = hg clone https://bitbucket.org/gutworth/six | 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 |