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

Don't add untracked files in an adabot bundle update #383

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

jepler
Copy link
Member

@jepler jepler commented Oct 9, 2024

Recently, we changed adabot to experimentally build the bundle before pushing it.

This is great, as it will hopefully avoid pushing broken bundles, which cause more problems down the line compared to just not having an updated bundle.

However, this change caused circuitpython-build-tools to create a path "build_deps" with some files inside it, and adabot added those files. (adafruit/Adafruit_CircuitPython_Bundle@91e3ce1)

Since an adabot bundle update should only ever change tracked files, change how git is invoked so that it does not add untracked files.

Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the fix.

@jepler jepler merged commit 4e0086b into adafruit:main Oct 9, 2024
3 checks passed
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