Remove forks -- all merged

This commit is contained in:
Aaron Carlino 2020-07-13 13:49:18 +12:00
parent 5b98902937
commit e3c56b31e1
1 changed files with 9 additions and 20 deletions

View File

@ -21,21 +21,18 @@ module.exports = [
} }
}, },
/******* [FORK] versionedfiles ********/
// v3 // v3
{ {
resolve: `gatsby-source-git`, resolve: `gatsby-source-git`,
options: { options: {
name: `user--3--optional_features/versionedfiles`, name: `user--3--optional_features/versionedfiles`,
//remote: `https://github.com/silverstripe-australia/silverstripe-versionedfiles`, remote: `https://github.com/symbiote/silverstripe-versionedfiles`,
remote: `https://github.com/silverstripe/silverstripe-versionedfiles`, branch: `master`,
// branch: `master`,
branch: `pulls/master/new-docs`,
patterns: `docs/en/userguide/**` patterns: `docs/en/userguide/**`
} }
}, },
/******* [FORK] advancedworkflow ********/
// v3 // v3
{ {
@ -43,10 +40,8 @@ module.exports = [
resolve: `gatsby-source-git`, resolve: `gatsby-source-git`,
options: { options: {
name: `user--3--optional_features/setting_up_advancedworkflow`, name: `user--3--optional_features/setting_up_advancedworkflow`,
//remote: `https://github.com/symbiote/silverstripe-advancedworkflow`, remote: `https://github.com/symbiote/silverstripe-advancedworkflow`,
//branch: `4`, branch: `4`,
remote: `https://github.com/silverstripe/silverstripe-advancedworkflow`,
branch: `pulls/4/new-docs`,
patterns: `docs/en/userguide/**` patterns: `docs/en/userguide/**`
} }
}, },
@ -56,10 +51,8 @@ module.exports = [
resolve: `gatsby-source-git`, resolve: `gatsby-source-git`,
options: { options: {
name: `user--4--optional_features/setting_up_advancedworkflow`, name: `user--4--optional_features/setting_up_advancedworkflow`,
// remote: `https://github.com/symbiote/silverstripe-advancedworkflow`, remote: `https://github.com/symbiote/silverstripe-advancedworkflow`,
// branch: `master`, branch: `master`,
remote: `https://github.com/silverstripe/silverstripe-advancedworkflow`,
branch: `pulls/master/new-docs`,
patterns: `docs/en/userguide/**` patterns: `docs/en/userguide/**`
} }
}, },
@ -92,7 +85,6 @@ module.exports = [
// v3 // v3
{ {
// Fork. Remove once PR is merged.
resolve: `gatsby-source-git`, resolve: `gatsby-source-git`,
options: { options: {
name: `user--3--optional_features/forums`, name: `user--3--optional_features/forums`,
@ -301,17 +293,14 @@ module.exports = [
} }
}, },
/******* [FORK] maintenance ********/
// v4 // v4
{ {
resolve: `gatsby-source-git`, resolve: `gatsby-source-git`,
options: { options: {
name: `user--4--optional_features/modules_report`, name: `user--4--optional_features/modules_report`,
//remote: `https://github.com/bringyourownideas/silverstripe-maintenance`, remote: `https://github.com/bringyourownideas/silverstripe-maintenance`,
remote: `https://github.com/silverstripe/silverstripe-maintenance`, branch: `1`,
branch: `pulls/1/new-docs`,
// branch: `1`,
patterns: `docs/en/userguide/**` patterns: `docs/en/userguide/**`
} }
}, },