Commit 9ad67e97fcf34c1d2d56f86b2fddf5508cfa74b6

Authored by Antonio Terceiro
0 parents

start by checking colab and remine out

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
  1 +++ a/.gitignore
... ... @@ -0,0 +1,2 @@
  1 +/colab
  2 +/redmine
... ...
.mrconfig 0 → 100644
  1 +++ a/.mrconfig
... ... @@ -0,0 +1,7 @@
  1 +[colab]
  2 +checkout = git clone https://github.com/colab-community/colab.git
  3 + --branch dev_gitlab
  4 +
  5 +[redmine]
  6 +checkout = git clone https://github.com/redmine/redmine.git
  7 + --branch 2.5-stable
... ...