From 806cac8e6f9f4c9516fa2270c3459e2fd84d518c Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Fri, 2 Nov 2018 17:46:10 -0600 Subject: [PATCH] Review and add rcm at version 0.6.4. #527 --- .gitmodules | 3 +++ manifests/rcm.json | 11 +++++++++++ repos/rcm | 1 + 3 files changed, 15 insertions(+) create mode 100644 manifests/rcm.json create mode 160000 repos/rcm diff --git a/.gitmodules b/.gitmodules index efdcae40..2c765ffc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -270,3 +270,6 @@ [submodule "repos/HolonicSystems-Free"] path = repos/HolonicSystems-Free url = https://github.com/hdavid/VCVRack-Holon.ist.git +[submodule "repos/rcm"] + path = repos/rcm + url = https://github.com/Rcomian/rcm-modules.git diff --git a/manifests/rcm.json b/manifests/rcm.json new file mode 100644 index 00000000..3bdffad5 --- /dev/null +++ b/manifests/rcm.json @@ -0,0 +1,11 @@ +{ + "name": "rcm", + "author": "Jim T, Steve Baker", + "license": "GPL-3", + "pluginUrl": "https://github.com/Rcomian/rcm-modules", + "authorUrl": "https://github.com/Rcomian/", + "authorEmail": "rcmmodules@tupper.org.uk", + "manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v0.6/README.md", + "sourceUrl": "https://github.com/Rcomian/rcm-modules.git", + "repoVersion": "0.6.4" +} \ No newline at end of file diff --git a/repos/rcm b/repos/rcm new file mode 160000 index 00000000..a5242a4c --- /dev/null +++ b/repos/rcm @@ -0,0 +1 @@ +Subproject commit a5242a4c581587da892a53c1a8140aa6d5c6bdc8