-
Notifications
You must be signed in to change notification settings - Fork 128
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
Docs say not to use --offline, but not why #141
Comments
|
Offline lets you potentially do builds you can't reproduce, normally we check that the tag you're building exists in the remote repo. If it hasn't been pushed, it's quite easy to do a build that will result in a checksum that is no longer the same. This is something we try to avoid. |
On 07/30/2014 10:31 PM, Devan Goodwin wrote:
Ah, OK. So it works, but isn't recommended because it may lead to the Makes sense. It might be worth adding what you wrote above to the docs; Craig Ringer http://www.2ndQuadrant.com/ |
Yes absolutely, it's a bit longwinded for optparse help but it would be a good fit in man page. |
Fixed in xsuchy@f5f9e22 |
The README.md says that --offline is intended to allow use of a local-only git repo without needing to hit a remote server for every action.
However, the asciidoc says:
Why? Is this just outdated? Is there something broken that needs fixing?
The text was updated successfully, but these errors were encountered: