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

Update script needs to bootstrap itself before executing #10

Open
jleibs opened this issue Apr 24, 2024 · 0 comments
Open

Update script needs to bootstrap itself before executing #10

jleibs opened this issue Apr 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jleibs
Copy link
Member

jleibs commented Apr 24, 2024

Currently when updating, we invoke an arbitrarily old version of the script, which fetches content from the head of the template repo, but compares it with path-filters in the old version of the script.

This generally means we need to run the script twice (once to update itself, possibly with the wrong sets of inclusions/exclusions), and a second time to end up in the correct state.

The script should do something like boot-strap itself, and then re-invoke if the contents have changed.

@jleibs jleibs added the bug Something isn't working label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant