-
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
sync script breaks hab builds #126
Comments
@qubitrenegade, I've noticed that I had to manually download the 0.74.0 baseline and upload them into my on-prem. |
@bdangit how did you do that? Maybe we can update the |
Here is the list (it may not be everything):
From a setup that can access public bldr:
wish there was a Locate all the harts in |
Ok, this seems to have gotten me back in business... it's a bit hamfisted (e.g.: I'm fairly certain there's a better way to s/r a string than piping it to perl...) but I think it at least alleviates the issue.
|
Thanks for the report, we are looking into this.. |
Hello,
It appears following the instructions to sync packages causes subsequent attempts to build to fail.
Steps to reproduce
./scripts/on-prem-archive.sh populate-depot http://${APP_HOSTNAME_OR_IP}
./scripts/on-prem-archive.sh sync-packages http://${APP_HOSTNAME_OR_IP
Results:
Is there an easy way to fix this?
I'm thinking I'm going to have to
rm -rf /hab
and start over and only run the packages provided in the bootstrap? (i.e.: no syncing latest packages, so we'll be stuck on hab 0.65 for a while?) I'm assuming/hoping the database is stored on/hab
too?Thanks
The text was updated successfully, but these errors were encountered: