aboutsummaryrefslogtreecommitdiff
path: root/.mrconfig
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-11-24 18:00:49 +0100
committerJonas Smedegaard <dr@jones.dk>2018-11-24 18:00:49 +0100
commitee28654bb1095eeb08b8e404e7dca34e382c111c (patch)
tree8188e4f219cd5743f5dec73a9973c6f25972dfc3 /.mrconfig
Initial draft.
Diffstat (limited to '.mrconfig')
-rw-r--r--.mrconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig
new file mode 100644
index 0000000..d3478bf
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,12 @@
+
+[source/account]
+checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account'
+
+[source/account-shell]
+checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell'
+
+[source/chat]
+checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'chat'
+
+[source/source]
+checkout = git clone 'https://source.redpill.dk/source.git' 'source'