-
Notifications
You must be signed in to change notification settings - Fork 452
record alternative source repo location #366
Comments
Would it make any sense to add a dependency field like |
I've had some small flashes of thought about this kind of thing and wasn't ever quite sure what to do about packages in the repo. Lets say we have a VCS field which says But what about when my VCS is I've never quite figured out in my mind (and I haven't thought about it a lot) how to link a VCS+Rev information to a 'package' |
It seems like all that's necessary is to add a step here to fetch a defined fork repo (a concept which I believe exists in all three supported VCS implementations). That would make the rev available from both the repo retrieved via The problem I'm seeing is that the |
I was wondering if, across all vcs, if it's possible to determine which remote has a given ref. godep save could record the appropriate remote if so in a key. |
There are times where a long lived fork / pr of a dependency is needed. We should record the alternative location or provide a means to do so.
The text was updated successfully, but these errors were encountered: