Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test config for repo-refactor #20

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 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,
releaseModel: {
type: 'githubBranch',
branch: 'repo-refactor',
},
},
],
dependencies: [
Expand Down