Skip to content

Fixing minor issues and add some missing repos#28

Open
phkrief wants to merge 4 commits intomasterfrom
pk/master/u10
Open

Fixing minor issues and add some missing repos#28
phkrief wants to merge 4 commits intomasterfrom
pk/master/u10

Conversation

@phkrief
Copy link
Contributor

@phkrief phkrief commented Jan 27, 2022

Signed-off-by: Philippe Krief philippe.krief@eclipse-foundation.org

Signed-off-by: Philippe Krief <philippe.krief@eclipse-foundation.org>
@phkrief phkrief requested a review from reimer-atb January 27, 2022 09:45
@phkrief
Copy link
Contributor Author

phkrief commented Jan 27, 2022

Thanks for reviewing @philipreimer

phkrief added 2 commits June 2, 2022 09:49
Signed-off-by: Philippe Krief <philippe.krief@eclipse-foundation.org>
Signed-off-by: Philippe Krief <philippe.krief@eclipse-foundation.org>
@phkrief
Copy link
Contributor Author

phkrief commented Jun 30, 2022

Dear @philipreimer
,
I guess I could answer your requests. Can you review it and merge my last changes. Thx a lot

java -jar $DASH_LIB $JSON_FILE -summary $ANALYSIS_RESULT_FILE >> $LOG_FILE
cp $SRC_DIR/package-lock.json $DEST_DIR
cp $SRC_DIR/package.json $DEST_DIR
cp $SRC_DIR/yarn.lock $DEST_DIR
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
cp $SRC_DIR/yarn.lock $DEST_DIR
cp $SRC_DIR/package-lock.json $DEST_DIR

I think this should be package-lock.json because a node project typically does not have a yarn.lock file.

./dashAnalysis.sh "Maven" "$SRC_REPO/kie-wb-distributions" "$DST_REPO/kie-wb-distributions"

#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide" "$DST_REPO/smartclide"
#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-api-gateway" "$DST_REPO/smartclide-api-gateway"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are all the repos commented out now? Should they not be checked?

@@ -0,0 +1,2 @@
#!/bin/bash
./parseAll.sh "/Users/philippe/git" "/Users/philippe/temp/smartclide/analysis"
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe put parseThemAll.sh and parseThisOne.sh as examples into a README.md file?

I would suggest not to include them as source files - at least not as they are now - because they contain file paths that are specific for your machine.

@reimer-atb
Copy link
Contributor

Dear @phkrief

Unfortunately, I still have some questions / suggestions.

1 similar comment
@reimer-atb
Copy link
Contributor

Dear @phkrief

Unfortunately, I still have some questions / suggestions.

Signed-off-by: Philippe Krief <philippe.krief@eclipse-foundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants