Commit 03557511a694de0f40ab56f3464cd77e425b2fdd
1 parent
04416776
Exists in
master
and in
90 other branches
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
.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 | ... | ... |