Commit 044167765fd5ec4547fbcc3d3265a949ce15ea50

Authored by Antonio Terceiro
1 parent 069d6317

.mrconfig: add noosfero

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -6,3 +6,4 @@
6 6 /rpm/*.spec
7 7 /src
8 8 /solr
  9 +/noosfero
... ...
.mrconfig
... ... @@ -12,3 +12,6 @@ checkout = git clone https://gitlab.com/softwarepublico/colabdocumentation.git
12 12  
13 13 [redmine]
14 14 checkout = git clone https://github.com/redmine/redmine.git --branch 2.5-stable
  15 +
  16 +[noosfero]
  17 +checkout = git clone https://gitlab.com/softwarepublico/noosfero.git
... ...