Skip to content
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

RUMM-1467 Update dogfooding script for recent changes in other repos #529

Merged

Conversation

ncreated
Copy link
Member

@ncreated ncreated commented Jul 1, 2021

What and why?

⚙️ This PR updates dogfooding script for recent changes made in Datadog iOS app repo. Now the repo uses code-generated .package.resolved file, instead of one managed by Xcode.

How?

Just changed the paths logic in dogfooding.py. Now it is able to modify multiple Package.resolved files as that's the setup currently used in mobile app repo.

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

@ncreated ncreated self-assigned this Jul 1, 2021
@ncreated ncreated requested a review from a team as a code owner July 1, 2021 13:20
Comment on lines +130 to +131
'.package.resolved',
'DatadogApp.xcworkspace/xcshareddata/swiftpm/Package.resolved'
Copy link
Member Author

Choose a reason for hiding this comment

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

💡 Two package resolved seem redundant (they are equal), but solving this is beyond the scope of this RUMM-1467.

@ncreated ncreated merged commit 8673c7a into master Jul 5, 2021
@ncreated ncreated deleted the ncreated/RUMM-1467-update-dogfooding-script-with-new-path branch July 5, 2021 07:40
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