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

Avoid the target downloading from cache but copy everything. #551

Closed
ambrop72 opened this issue Nov 16, 2016 · 3 comments · Fixed by #566
Closed

Avoid the target downloading from cache but copy everything. #551

ambrop72 opened this issue Nov 16, 2016 · 3 comments · Fixed by #566

Comments

@ambrop72
Copy link

I don't like how when I deploy to a local machine, even though the nixops host has the whole system built locally (which is for example ensured by using deploy --build-only), when I deploy, the target system downloads many things from the public cache. I would like an option in nixops to stop the target system downloading anything from the cache but copy anything missing from the nixops host.

@domenkozar
Copy link
Member

def has_really_fast_connection(self): is responsible for that atm.

@danbst
Copy link
Contributor

danbst commented Dec 6, 2016

related #513

@domenkozar
Copy link
Member

@danbst #566

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 a pull request may close this issue.

3 participants