hyprpm: ignore pins when adding a package with a git rev (#10502)
ref #10436
This commit is contained in:
parent
185c96849e
commit
4f161da3d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue