-
Notifications
You must be signed in to change notification settings - Fork 3
Adjust folder structure #34
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
Conversation
6b802cf
to
c397db9
Compare
scripts/build-and-pack.sh
Outdated
SDK_DIR="$PROJECT_BASE_DIR/sdk" | ||
|
||
# Loop through each package in the sdk folder. | ||
for PACKAGE_DIR in "$SDK_DIR"/*; do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this script is all-in-one. Suppose you will have multiple packages later, do you want to create RC bits and release for all of them everytime? If so, that's fine. If you will release one of these packages alone, I would suggest you accept package_dir as a parameter of this script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It indeed takes me a while to find where telemetry support is added, mixed with the file renaming. A general suggestion is to make the file moving into a separate PR and focus on telemetry part in this PR. That would make it easier to review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...and I have to double check whether there's additional changes in each renamed file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert the change. Only keep the change of folder structure change in this PR.
53085fc
to
75bb990
Compare
75bb990
to
e953caf
Compare
Why this PR?
The repo folder structure has been changed to accommodate more packages in the future.