-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 warning #30
Comments
Maybe: Long/Obvious Error
Short Error
|
Hey, @jbenet, should I chip in, or is it for @cleichner? |
You can absolutely chip in. I was just discussing this with @jbenet IRL. |
I'd consider using go-selfupdate but if it is just about warning/error for an update, using go-github's |
@cleichner , great, tnx! @cryptix , I think adding Maybe we can make a Passing params as code literals is dangerous though, blink and you got yourself a C-style preprocessor :)) We probably should just look up project's most recent Github releases. |
Point taken, I was just thinking about not repeating this and future-proofness maybe but Github wont break their API just like that most likely and it really is just a |
Best strategy would allow deploying a new release as a semver tag (say, |
This is probably worth digging back up and thinking about again |
downgrade over-eager Errorf log to Debugf
Remove outdated comment; fixes ipfs#23
add config options for proxy/subdomain
…domains add config options for proxy/subdomain
…domains add config options for proxy/subdomain
…domains add config options for proxy/subdomain
We're at a point where this package works pretty well and users should consider using it. This commit was moved from ipfs/go-ipfs-http-client@3e8506b
ipfs command should check for updates from github and warn the user. This should be able to be changed in the config. Maybe:
update.check ignore
Do not check.update.check warn
(default) Warn the user on every run of theipfs
command.update.check error
Warn the user on every run of theipfs
command, and exit.(So, changed with
ipfs config update.check ignore
. )The text was updated successfully, but these errors were encountered: