This repository was archived by the owner on Nov 18, 2017. It is now read-only.
Make it possible to install from a repository#4
Merged
jdowning merged 2 commits intojdowning:masterfrom Oct 18, 2014
Merged
Conversation
not everyone wants to install from the wild wild internet and have a local repository in place where they would add the packages to install. This change makes it configurable, from where things should be installed, but keeping the old behavior.
Owner
|
I like this, but is there a known supported repository out there? Or does this assume the user has his/her own managed repository with the influxdb packages? |
Contributor
Author
|
It's mainly that the user has his/her own managed repository. Downloading software from the internet is not always possible or wanted and hence you will need to have your own internal repository. Anyway, I think it would be a no-brainer for influx people to maintain their own public repository as a lot of software projects do. Especially, as they already are building their own RPMs, which is great! |
jdowning
added a commit
that referenced
this pull request
Oct 18, 2014
Make it possible to install from a repository
Owner
|
Sounds great! Thanks so much for the contribution! 💚 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
instead of the willd wild internet. Related to #1
Also I think I addressed #2 in a seperate patch.