summaryrefslogtreecommitdiff
path: root/find-replacements
AgeCommit message (Collapse)Author
2017-12-21add a find-replacements scriptLuke Shumaker
I use it like cut -d: -f1 < blacklist.txt |xargs ./find-replacements It outputs lines in one of the formats: pkgname:repo1/replacement1[,repo2/replacement2,...] pkgname:none[:repo1/suggested_replacement2,repo2/suggested_replacement2,...] Packages should only have one replacement, and it should be in [libre] or [libre-multilib]. If there are no replacements, it suggests replacements, which are packages that provide the blacklisted package.