google-cloud-java
google-cloud-java copied to clipboard
chore: Diff-Tool/Staging Directory
To run the diff-tool, simple checkout this branch on your local, give any execute permissions needed for the scripts, and run the ./generation/diff_tool.sh.
It will create two text files, diffSummary.txt which contains diff failure (diffs found), and matchSummary.txt which contains diff success (no diff found).
Below are the files created after a full run ->
diffSummary.txt
matchSummary.txt
(Please do not delete this PR, I am using this branch for staging process)
give any execute permissions needed for the scripts
The user of the script should not do this. You do that when you commit files to repository.
This branch has conflicts that must be resolved
@ddixit14 Can you clarify the intention of this pull request? Do you intend to merge this pull request once approved? I see ~ 800 pom.xml files are modified here.
@ddixit14 Can you clarify the intention of this pull request? Do you intend to merge this pull request once approved? I see ~ 800 pom.xml files are modified here.
No, this should not be merged. I can merge the three diff scripts separately. This branch is entirely to stage directories, and then run the diff_tool to check for differences. Once we are confident that we are good to release from monorepo, I will merge only the three diff scripts. Diff-scripts need a branch which does not have any snapshot versions in it, so a release-please PR branch would be the best candidate going forward.