/ .mrconfig
.mrconfig
1 2 [source/account] 3 checkout = git clone 'https://source.redpill.dk/account/' 'account' 4 5 [source/account-secure] 6 checkout = git clone 'https://source.redpill.dk/account-secure/' 'account-secure' 7 8 [source/account-shell] 9 checkout = git clone 'https://source.redpill.dk/account-shell/' 'account-shell' 10 11 [source/chat] 12 checkout = git clone 'https://source.redpill.dk/chat-matrix/' 'chat' 13 14 [source/event] 15 checkout = git clone 'https://source.redpill.dk/event/' 'event' 16 17 [source/mail] 18 checkout = git clone 'https://source.redpill.dk/mail/' 'mail' 19 20 [source/media-master] 21 checkout = git clone 'https://source.redpill.dk/media-master/' 'media-master' 22 23 [source/about] 24 checkout = git clone 'https://source.redpill.dk/org/' 'about' 25 26 [source/source] 27 checkout = git clone 'https://source.redpill.dk/source/' 'source' 28 29 [source/system] 30 checkout = git clone 'https://source.redpill.dk/system/' 'system' 31 32 [source/system-desktop] 33 checkout = git clone 'https://source.redpill.dk/system-desktop/' 'system-desktop' 34 35 [source/system-gateway] 36 checkout = git clone 'https://source.redpill.dk/system-gateway/' 'system-gateway'