From bb79df3c8fd7b6049c0d919150e4f2ee6a51951a Mon Sep 17 00:00:00 2001 From: Frank Kopp Date: Tue, 17 Jan 2023 17:33:03 +0100 Subject: [PATCH 1/3] Test config for repo-refactor --- config/config.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/config.ts b/config/config.ts index f3c08c3..5657e28 100644 --- a/config/config.ts +++ b/config/config.ts @@ -144,6 +144,22 @@ const config: Configuration = { type: 'githubBranch', branch: 'experimental', }, + + }, + { + name: 'Repo-Refactor', + key: 'a32nx-newrepo', + url: 'https://flybywirecdn.com/addons/a32nx/repo-refactor', + alternativeUrls: [ + ], + description: 'This is a testing version of the A32NX base on the master branch and build with ' + + 'the new refactored repo structure. This requires extensive testing and feedback. Please ' + + 'report any issues in this PR: https://github.com/flybywiresim/a32nx/pull/7677', + isExperimental: false, + releaseModel: { + type: 'githubBranch', + branch: 'repo-refactor', + }, }, ], dependencies: [ From d08c5ad6c52a21dd052358d4330ee058b20ee9cb Mon Sep 17 00:00:00 2001 From: Frank Kopp Date: Tue, 24 Jan 2023 17:13:53 +0100 Subject: [PATCH 2/3] Test config for repo-refactor --- config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ts b/config/config.ts index 5657e28..0c47081 100644 --- a/config/config.ts +++ b/config/config.ts @@ -152,7 +152,7 @@ const config: Configuration = { url: 'https://flybywirecdn.com/addons/a32nx/repo-refactor', alternativeUrls: [ ], - description: 'This is a testing version of the A32NX base on the master branch and build with ' + + description: 'This is a test version of the A32NX based on the master branch and built with ' + 'the new refactored repo structure. This requires extensive testing and feedback. Please ' + 'report any issues in this PR: https://github.com/flybywiresim/a32nx/pull/7677', isExperimental: false, From c663acbed5040daa15a0c1cc77b14462dcdbac5f Mon Sep 17 00:00:00 2001 From: Frank Kopp Date: Sat, 28 Jan 2023 13:39:09 +0100 Subject: [PATCH 3/3] Changed Development cdn url for testing new repo download --- config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ts b/config/config.ts index 0c47081..44c695e 100644 --- a/config/config.ts +++ b/config/config.ts @@ -102,7 +102,7 @@ const config: Configuration = { { name: 'Development', key: 'a32nx-dev', - url: 'https://flybywirecdn.com/addons/a32nx/master', + url: 'https://flybywirecdn.com/addons/a32nx/master-newrepo', alternativeUrls: [ 'external/a32nx/master', // move old experimental users over to dev