pearl-core / pearl

Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git.
GNU General Public License v3.0
227 stars 24 forks source link

During update/install package check the git URL #6

Closed fsquillace closed 8 years ago

fsquillace commented 8 years ago

It might be possible that the git URL of a packages changed for some reason. Every time a new package is installed is good to check if the git URL changed. In that case the package can be completely replaced with the new one (remove/install of the package).