diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-04-20 22:21:12 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-04-20 22:21:12 +0200 |
commit | 66c04489f771550b2b03a2d48fa13550fb6311c5 (patch) | |
tree | c7c2e559a52a4f281acd141153765c5fca831b39 /Projects | |
parent | 595169d78a65a1337a0eca88b7ef05b8981a08f8 (diff) |
add FEATURE source-hosting
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/REDPILL/.mrconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/REDPILL/.mrconfig b/Projects/REDPILL/.mrconfig index 6cac70d..438ce7a 100644 --- a/Projects/REDPILL/.mrconfig +++ b/Projects/REDPILL/.mrconfig @@ -100,3 +100,6 @@ checkout = git clone 'xayide.jones.dk:/srv/git/source.redpill.dk/account-shell-p [FEATURE/website-edit] checkout = git clone 'xayide.jones.dk:/srv/git/source.redpill.dk/website-edit.git' 'website-edit' + +[FEATURE/source-hosting] +checkout = git clone 'xayide.jones.dk:/srv/git/source.redpill.dk/source-hosting.git' 'source-hosting' |