mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-30 19:51:55 -07:00
hyprpm: ignore pins when adding a package with a git rev (#10502)
ref #10436
This commit is contained in:
@@ -256,7 +256,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
|
|||||||
progress.printMessageAbove(message);
|
progress.printMessageAbove(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pManifest->m_repository.commitPins.empty()) {
|
if (rev.empty() && !pManifest->m_repository.commitPins.empty()) {
|
||||||
// check commit pins
|
// check commit pins
|
||||||
|
|
||||||
progress.printMessageAbove(infoString("Manifest has {} pins, checking", pManifest->m_repository.commitPins.size()));
|
progress.printMessageAbove(infoString("Manifest has {} pins, checking", pManifest->m_repository.commitPins.size()));
|
||||||
|
Reference in New Issue
Block a user