-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change project keys #41
Conversation
@@ -93,7 +93,7 @@ PRODUCT_RELEASE=$(echo "$PRODUCT_INFO" | sed -n '/"release"/ {s/.*:.*"\(.*\)".*/ | |||
PROJECT_NAME=$(sed -n '/"name"/ {s/.*:.*"\(.*\)".*/\1/; p; q}' $PROJECT_BASE_DIR/package.json) | |||
PROJECT_VERSION=$(sed -n '/"version"/ {s/.*:.*"\(.*\)".*/\1/; p; q}' $PROJECT_BASE_DIR/package.json) | |||
SONAR_PROJECT_NAME=$(echo "$PRODUCT_NAME-$PROJECT_NAME" | tr '_' '-') | |||
SONAR_PROJECT_KEY=com.telefonica.fiware:$SONAR_PROJECT_NAME | |||
SONAR_PROJECT_KEY=com.telefonica.IoT:$SONAR_PROJECT_NAME |
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.
sorry:
com.telefonica.iot
la key del sonar debería ser: com.telefonica.iot:monitoring-ngsi-adapter y el sonar project name debería ser: Monitoring NGSI Adapter |
Event Broker are two separate words. Do you really mean "ngsi-eventbroker" in the Sonar key? Or "ngsi-event-broker"? |
Another question: the Linux packages for these two components are named:
I find very useful and convenient to prepend "fiware-" to those names. Should we change prefix to "iot-"? |
|
LGTM |
Reviewers
@flopezag
Description
Adoption of IoT Platform's project key pattern