Commit 03557511a694de0f40ab56f3464cd77e425b2fdd

Authored by Antonio Terceiro
1 parent 04416776

add gitlab-irc

trying to get push notifications on IRC working
Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -7,3 +7,4 @@
7 7 /src
8 8 /solr
9 9 /noosfero
  10 +/utils/gitlab-irc
... ...
.mrconfig
... ... @@ -15,3 +15,6 @@ checkout = git clone https://github.com/redmine/redmine.git --branch 2.5-stable
15 15  
16 16 [noosfero]
17 17 checkout = git clone https://gitlab.com/softwarepublico/noosfero.git
  18 +
  19 +[utils/gitlab-irc]
  20 +checkout = git clone https://gitlab.com/softwarepublico/gitlab-irc.git
... ...