-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Allow custom vendors #22
Open
JonathanLorimer
wants to merge
14
commits into
nix-community:master
Choose a base branch
from
JonathanLorimer:allow-custom-vendors
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Allow custom vendors #22
JonathanLorimer
wants to merge
14
commits into
nix-community:master
from
JonathanLorimer:allow-custom-vendors
+62
−22
Conversation
This file contains 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
JonathanLorimer
force-pushed
the
allow-custom-vendors
branch
from
December 22, 2021 17:14
c2e45e1
to
a318f45
Compare
JonathanLorimer
force-pushed
the
allow-custom-vendors
branch
from
January 15, 2022 22:41
0da0f70
to
c2f5b76
Compare
use rsync bin rsync directly into out Testing solution testing more testing more testing more testing more testing more remove rsync format
debugging more debugging more again debugging more again debugging more again Revert "debugging more again" This reverts commit 5f71270. Revert "debugging more again" This reverts commit 1bd302a. Revert "debugging more again" This reverts commit 98dda0d. Revert "debugging more" This reverts commit 8330c86. Revert "debugging" This reverts commit c2f5b76. add ability to try branch-name fix original error error set newRev correctly
JonathanLorimer
force-pushed
the
allow-custom-vendors
branch
from
February 17, 2022 13:46
34cb1a7
to
a6c45c0
Compare
Trying this PR have resulted with these issues:
Switched back to old
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #20
I came across a go package that uses
replace
directives to reference local files. Unfortunately this doesn't generate an entry in thego.sum
file. Therefore I need the ability to splice in the required directories into/vendors
. This parameter would facilitate that.