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

Toolkit: create manifest files for plugins #22056

Merged
merged 4 commits into from
Feb 10, 2020
Merged

Toolkit: create manifest files for plugins #22056

merged 4 commits into from
Feb 10, 2020

Conversation

ryantxu
Copy link
Member

@ryantxu ryantxu commented Feb 10, 2020

As a first step towards supporting signed plugins, we need a way to verify what is in a plugin. This adds a manifest step to the plugin build process

@ryantxu ryantxu requested a review from dprokop February 10, 2020 13:37
@ryantxu ryantxu marked this pull request as ready for review February 10, 2020 13:37
@@ -162,6 +164,9 @@ const packagePluginRunner: TaskRunner<PluginCIOptions> = async () => {
}
});

console.log('Create a file manifest');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('Create a file manifest');

}

const manifestRunner: TaskRunner<ManifestOptions> = async ({ folder }) => {
console.log('Building file manifest...');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('Building file manifest...');
console.log('Building file manifest...');

Copy link
Member

@dprokop dprokop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGT*M

@ryantxu ryantxu merged commit 0ff19e9 into master Feb 10, 2020
@ryantxu ryantxu deleted the create-manifest branch February 10, 2020 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants