MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

How to cope with upstream url changes? #38

Closed MarcWeber closed 11 years ago

MarcWeber commented 13 years ago

Example: garbas seems to most work recently on snipmate. So I'd like to change the upstream url of snipmate to his repo. However currently this will not affect :UpdateAddons because git pull is run only. Am I right that we can force upstream changes because setting your own upstream is that easy now that VAM got name rewriting? Eg if you don't like VAM's default you can use "github:name/repo" instead. This will work for snipmate. It won't work for package dependencies. In those (rare) cases you have to override the merge function and override sources .. As alternative we could introduce aliases. Eg allowing the user to make snipmate replace "snipmate" by "github:..." for dependencies..

MarcWeber commented 11 years ago

duplicate of #28