From 012d6c9c285c8fb993bef05b55503819e030e817 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:18:56 +0100 Subject: Add feature accounting. --- .mrconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.mrconfig') diff --git a/.mrconfig b/.mrconfig index ffcdbd4..6c59dda 100644 --- a/.mrconfig +++ b/.mrconfig @@ -5,6 +5,9 @@ checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' ' [source/account-shell] checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell' +[source/accounting] +checkout = git clone 'https://source.couchdesign.dk/accounting.git' 'accounting' + [source/chat] checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'chat' -- cgit v1.2.3 From fb18a4c1c5e379b88018d5584cc2a7d746c55e27 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:53:55 +0100 Subject: Add feature system-desktop. --- .mrconfig | 3 +++ mkdocs.yml | 2 ++ 2 files changed, 5 insertions(+) (limited to '.mrconfig') diff --git a/.mrconfig b/.mrconfig index 6c59dda..4099429 100644 --- a/.mrconfig +++ b/.mrconfig @@ -17,5 +17,8 @@ checkout = git clone 'https://source.redpill.dk/source.git' 'source' [source/system] checkout = git clone 'https://source.redpill.dk/system.git' 'system' +[source/system-desktop] +checkout = git clone 'https://source.couchdesign.dk/system-desktop.git' 'system-desktop' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' diff --git a/mkdocs.yml b/mkdocs.yml index 94a4a2a..27d120c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,7 @@ nav: - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' + - 'System desktop': 'system/desktop/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -20,6 +21,7 @@ nav: - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' # - Chat: 'chat/admin.md' + - 'System desktop setup': 'system/desktop/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' -- cgit v1.2.3 From 916e384dd9d18029ca40a25d5f9ee4d24f3bb1ee Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:55:59 +0100 Subject: Add feature account-secure. --- .mrconfig | 3 +++ mkdocs.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to '.mrconfig') diff --git a/.mrconfig b/.mrconfig index 4099429..71687e0 100644 --- a/.mrconfig +++ b/.mrconfig @@ -2,6 +2,9 @@ [source/account] checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account' +[source/account-secure] +checkout = git clone 'https://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' diff --git a/mkdocs.yml b/mkdocs.yml index 27d120c..4f1a5ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ nav: - Introductions: - Account: 'account/index.md' - 'Account shell': 'account/shell/index.md' + - 'Account security': 'account/secure/index.md' - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' @@ -13,6 +14,7 @@ nav: # - Introduction: 'use.md' # - Account: 'account/use.md' - 'Account shell': 'account/shell/use.md' + - 'Account security': 'account/secure/use.md' - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' - Source: 'source/use.md' @@ -20,6 +22,7 @@ nav: # - Introduction: 'admin.md' - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' + - 'Account security setup': 'account/secure/setup.md' # - Chat: 'chat/admin.md' - 'System desktop setup': 'system/desktop/setup.md' - Development: -- cgit v1.2.3 From b16c281c7fbc430c26da7021930c95c588d4cb07 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 3 Nov 2019 18:40:23 +0100 Subject: add feature system-gateway --- .mrconfig | 3 +++ mkdocs.yml | 2 ++ 2 files changed, 5 insertions(+) (limited to '.mrconfig') diff --git a/.mrconfig b/.mrconfig index 71687e0..18e1af4 100644 --- a/.mrconfig +++ b/.mrconfig @@ -23,5 +23,8 @@ checkout = git clone 'https://source.redpill.dk/system.git' 'system' [source/system-desktop] checkout = git clone 'https://source.couchdesign.dk/system-desktop.git' 'system-desktop' +[source/system-gateway] +checkout = git clone 'https://source.redpill.dk/system-gateway.git' 'system-gateway' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' diff --git a/mkdocs.yml b/mkdocs.yml index 4f1a5ae..c976b82 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,7 @@ nav: - Chat: 'chat/index.md' - System: 'system/index.md' - 'System desktop': 'system/desktop/index.md' + - 'System gateway': 'system/gateway/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -25,6 +26,7 @@ nav: - 'Account security setup': 'account/secure/setup.md' # - Chat: 'chat/admin.md' - 'System desktop setup': 'system/desktop/setup.md' + - 'System gateway setup': 'system/gateway/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' -- cgit v1.2.3 From 69a405127b2039a467e108e9d5055e1223fd3e37 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 19 Jun 2020 17:18:26 +0200 Subject: mr: use git protocol (not https: broken currently at source.couchdesign.dk and source.redpill.dk --- .mrconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.mrconfig') diff --git a/.mrconfig b/.mrconfig index 18e1af4..724a793 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,30 +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 'https://source.redpill.dk/account-secure.git' '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 'https://source.couchdesign.dk/accounting.git' '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 'https://source.couchdesign.dk/system-desktop.git' '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' -- cgit v1.2.3