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

Support Multiple Sources/Feeds #3

Open
domn1995 opened this issue Feb 16, 2018 · 0 comments
Open

Support Multiple Sources/Feeds #3

domn1995 opened this issue Feb 16, 2018 · 0 comments

Comments

@domn1995
Copy link

domn1995 commented Feb 16, 2018

Summary

The project should support downloading/updating from other sources.

Purpose

Increase usability and modularity.

Implementation

Similar to aptitude. Create a sources.list file that defines the different sources to search for the desired package the user is installing or updating.

  • The file contains a URL or path per line.
  • dotget will download the first program it finds, so sources should be listed with the highest priority first.
  • Lines starting with # are comments and are ignored.
  • Blank lines are also ignored.

Example

# This is a comment. Blank lines are ignored.

# Windows path.
C:\Documents\MyFeed
# UNC path.
\\server\Utilities\CustomFeed
# Linux path.
/root/bin/feed
# Fall back to the public NuGet Feed.
https://api.nuget.org/v3/index.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants