Skip to content

Commit

Permalink
Remove up-rust patterns from up-spec patterns variable (#77)
Browse files Browse the repository at this point in the history
The UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS variable has been changed
to only contain patterns for the uProtocol Spec files that contain
requirements that are relevant for up-rust.
  • Loading branch information
sophokles73 authored Aug 23, 2024
1 parent 121fd2d commit 04da211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ orgs.newOrg('eclipse-uprotocol') {
],
variables+: [
orgs.newRepoVariable('UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS') {
value: "*.adoc *.md *.rs .github examples src tests tools up-spec/*.adoc up-spec/*.md up-spec/basics up-spec/up-l2/api.adoc",
value: "up-spec/*.adoc up-spec/*.md up-spec/basics up-spec/up-l2/api.adoc",
},
orgs.newRepoVariable('UP_RUST_OPEN_FAST_TRACE_FILE_PATTERNS') {
value: "*.adoc *.md *.rs .github examples src tests tools",
Expand Down

0 comments on commit 04da211

Please sign in to comment.