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

package provider: add support for source parameter #32

Merged
merged 1 commit into from
Mar 12, 2014
Merged

package provider: add support for source parameter #32

merged 1 commit into from
Mar 12, 2014

Commits on Mar 6, 2014

  1. package provider: add support for source parameter

    Allow using the `source` parameter as an URI to determine from where to
    install the package.
    
    If `source` is not set, then use `pkg install` to install the package
    using the default repository logic.
    
    A URN of the form: urn:freebsd:repo:<tag> will force `pkg install` to
    install from the given repository using the '-r' flag. URLs are passed
    as-is to `pkg add` to install directly.
    Russell Jackson committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    8a85dd2 View commit details
    Browse the repository at this point in the history