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

Fix package.xml role error #16

Merged
merged 7 commits into from
Oct 12, 2022
Merged

Fix package.xml role error #16

merged 7 commits into from
Oct 12, 2022

Conversation

heyanlong
Copy link
Member

No description provided.

@jmjoy
Copy link
Member

jmjoy commented Oct 11, 2022

The link of doc file should be removed, because the PECL file with role doc will not be copied to build dir.

skywalking-php/config.m4

Lines 66 to 68 in 737b4f6

LICENSE:LICENSE \
NOTICE:NOTICE \
README.md:README.md \

@heyanlong
Copy link
Member Author

Why needs LICENSE for build?

@jmjoy
Copy link
Member

jmjoy commented Oct 11, 2022

Why needs LICENSE for build?

Actually, it is unnecessary.

@@ -55,7 +55,7 @@ limitations under the License.
</notes>
<contents>
<dir name="/">
{% for file in files %}<file role="src" name="{{ file.path }}" />
Copy link
Member

Choose a reason for hiding this comment

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

Why not just make role as an placeholder, instead of using filter?

Copy link
Member Author

Choose a reason for hiding this comment

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

Use filters to improve code judgment.

@heyanlong
Copy link
Member Author

@jmjoy Could you review it?

@jmjoy jmjoy merged commit b3d138a into apache:master Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants