From e3c56b31e1f868f15e2bd082d98190035580be11 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 13 Jul 2020 13:49:18 +1200 Subject: [PATCH] Remove forks -- all merged --- sources-user.js | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/sources-user.js b/sources-user.js index 472394a..bb35039 100644 --- a/sources-user.js +++ b/sources-user.js @@ -21,21 +21,18 @@ module.exports = [ } }, - /******* [FORK] versionedfiles ********/ + // v3 { resolve: `gatsby-source-git`, options: { name: `user--3--optional_features/versionedfiles`, - //remote: `https://github.com/silverstripe-australia/silverstripe-versionedfiles`, - remote: `https://github.com/silverstripe/silverstripe-versionedfiles`, - // branch: `master`, - branch: `pulls/master/new-docs`, + remote: `https://github.com/symbiote/silverstripe-versionedfiles`, + branch: `master`, patterns: `docs/en/userguide/**` } }, - /******* [FORK] advancedworkflow ********/ // v3 { @@ -43,10 +40,8 @@ module.exports = [ resolve: `gatsby-source-git`, options: { name: `user--3--optional_features/setting_up_advancedworkflow`, - //remote: `https://github.com/symbiote/silverstripe-advancedworkflow`, - //branch: `4`, - remote: `https://github.com/silverstripe/silverstripe-advancedworkflow`, - branch: `pulls/4/new-docs`, + remote: `https://github.com/symbiote/silverstripe-advancedworkflow`, + branch: `4`, patterns: `docs/en/userguide/**` } }, @@ -56,10 +51,8 @@ module.exports = [ resolve: `gatsby-source-git`, options: { name: `user--4--optional_features/setting_up_advancedworkflow`, - // remote: `https://github.com/symbiote/silverstripe-advancedworkflow`, - // branch: `master`, - remote: `https://github.com/silverstripe/silverstripe-advancedworkflow`, - branch: `pulls/master/new-docs`, + remote: `https://github.com/symbiote/silverstripe-advancedworkflow`, + branch: `master`, patterns: `docs/en/userguide/**` } }, @@ -92,7 +85,6 @@ module.exports = [ // v3 { - // Fork. Remove once PR is merged. resolve: `gatsby-source-git`, options: { name: `user--3--optional_features/forums`, @@ -301,17 +293,14 @@ module.exports = [ } }, - /******* [FORK] maintenance ********/ // v4 { resolve: `gatsby-source-git`, options: { name: `user--4--optional_features/modules_report`, - //remote: `https://github.com/bringyourownideas/silverstripe-maintenance`, - remote: `https://github.com/silverstripe/silverstripe-maintenance`, - branch: `pulls/1/new-docs`, - // branch: `1`, + remote: `https://github.com/bringyourownideas/silverstripe-maintenance`, + branch: `1`, patterns: `docs/en/userguide/**` } },