aboutsummaryrefslogtreecommitdiff
path: root/.mrconfig
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-20 13:05:21 +0200
committerJonas Smedegaard <dr@jones.dk>2020-06-20 13:11:59 +0200
commitf8c9b361b169d395bf5dbbeb6bafb702d3832795 (patch)
treed8bf113981db30f0b9dab123c0c415aadfdb2b19 /.mrconfig
parent7d076ad39994fda8d86f7a4dfe9822c8c85aa915 (diff)
parent8fe1e54f704d6a1eefff2109d578821cc0c52315 (diff)
Merge development from couchdesign branch
Diffstat (limited to '.mrconfig')
-rw-r--r--.mrconfig23
1 files changed, 16 insertions, 7 deletions
diff --git a/.mrconfig b/.mrconfig
index 8705018..724a793 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -1,21 +1,30 @@
[source/account]
-checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account'
+checkout = git clone 'git://source.virtual-assembly.org/feature/account.git' 'account'
+
+[source/account-secure]
+checkout = git clone 'git://source.redpill.dk/account-secure.git' 'account-secure'
[source/account-shell]
-checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell'
+checkout = git clone 'git://source.virtual-assembly.org/feature/account-shell.git' 'account-shell'
+
+[source/accounting]
+checkout = git clone 'git://source.couchdesign.dk/accounting.git' 'accounting'
[source/chat]
-checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'chat'
+checkout = git clone 'git://source.virtual-assembly.org/feature/chat.git' 'chat'
[source/source]
-checkout = git clone 'https://source.redpill.dk/source.git' 'source'
+checkout = git clone 'git://source.redpill.dk/source.git' 'source'
[source/system]
-checkout = git clone 'https://source.redpill.dk/system.git' 'system'
+checkout = git clone 'git://source.redpill.dk/system.git' 'system'
+
+[source/system-desktop]
+checkout = git clone 'git://source.couchdesign.dk/system-desktop.git' 'system-desktop'
[source/system-gateway]
-checkout = git clone 'https://source.redpill.dk/system-gateway.git' 'system-gateway'
+checkout = git clone 'git://source.redpill.dk/system-gateway.git' 'system-gateway'
[source/about]
-checkout = git clone 'https://source.couchdesign.dk/org.git' 'about'
+checkout = git clone 'git://source.couchdesign.dk/org.git' 'about'