-
Notifications
You must be signed in to change notification settings - Fork 34
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
Automate regular updates of the bootstrap bundle #127
Comments
What is the current process? I have a few spare cycles week after next and would like to take a crack at this. |
@qubitrenegade they actually have a command built in to on-prem-archive script that will generate an archive and upload it to AWS buckets. |
I'm still in "developing-refactoring", but decided to push a scratch commit with Unfortunately you have to:
Try |
Work still in progress. Now I have habitat: sudo hab pkg install -b ya/hab-sdk -c unstable
hab-depot-sync --dest-depot https://bldr.on-prem.domain.local --dest-auth-token $auth_token --origin core --latest-release |
@jsirex I tried to run your app but i get this:
|
@jsirex sorry false alarm! our bldr had some production issues which got resolved. Script appears to be working. I'll share results after it finishes. |
@bdangit have you succeed? |
@jsirex I have been successful. thanks for checking in |
Core plans are a constantly moving target, which means the bootstrap bundle is often out of date. We should automate regular updates of the bundle (monthly?) to minimize the delta between the bundle and the stable channel on the Public Builder service.
The text was updated successfully, but these errors were encountered: