Skip to content

fix makefile to correctly create plugin bundle archive#187

Open
xangcastle wants to merge 1 commit intomattermost:masterfrom
itstar-tech:bug/create-plugin-bundle-archive
Open

fix makefile to correctly create plugin bundle archive#187
xangcastle wants to merge 1 commit intomattermost:masterfrom
itstar-tech:bug/create-plugin-bundle-archive

Conversation

@xangcastle
Copy link
Copy Markdown

Summary

Ticket Link

@xangcastle xangcastle requested a review from hanzei as a code owner September 28, 2025 22:31
@mattermost-build
Copy link
Copy Markdown
Contributor

Hello @xangcastle,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

cp -r webapp/dist dist/$(PLUGIN_ID)/webapp/
endif
cd dist && tar -cvzf $(BUNDLE_NAME) $(PLUGIN_ID)
cd dist/$(PLUGIN_ID) && tar -cvzf ../$(BUNDLE_NAME) .
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I do wonder what prompted this change. The MM server accepts both the previous and the new formats.

Why the change?

@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Oct 7, 2025
@enocgarciadev enocgarciadev deleted the bug/create-plugin-bundle-archive branch October 10, 2025 05:57
@mattermost-build
Copy link
Copy Markdown
Contributor

This PR has been automatically labelled "stale" because it hasn't had recent activity.
A core team member will check in on the status of the PR to help with questions.
Thank you for your contribution!

@hanzei hanzei added the Awaiting Submitter Action Blocked on the author label Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2: Dev Review Requires review by a core committer Awaiting Submitter Action Blocked on the author Contributor Lifecycle/1:stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants