docs(man): cross-reference IgnoreDevelSource from --devel - #1552
Open
pfeifferj wants to merge 1 commit into
Open
docs(man): cross-reference IgnoreDevelSource from --devel#1552pfeifferj wants to merge 1 commit into
pfeifferj wants to merge 1 commit into
Conversation
The --devel section explains the git ls-remote mechanism but never names the failure modes it has: PKGBUILDs that check out a different ref in prepare(), or list git sources that don't drive pkgver, will appear as devel updates on every run even though the resulting package is identical. Users repeatedly file this as a bug instead of reaching for the existing IgnoreDevel / IgnoreDevelSource knobs in paru.conf(5). Add a paragraph pointing at both options so the escape hatch is discoverable from the place readers actually look. Signed-off-by: Josephine Pfeiffer <hi@josie.lol>
pfeifferj
force-pushed
the
docs/devel-ignoredevelsource-xref
branch
from
May 14, 2026 15:15
684c790 to
c48e554
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
--develsection inparu(8)explains thegit ls-remotecheck but never names the failure modes it has: PKGBUILDs thatgit checkouta different ref inprepare(), or that list secondary git sources which don't drivepkgver, will appear as devel updates on every run even when the resulting package is identical.Two config knobs already exist for exactly this case (
IgnoreDevel,IgnoreDevelSourceinparu.conf(5)), but they're discoverable only by reading the config man page front to back. Users repeatedly reach for a bug report instead.This adds a single paragraph under
--develthat names the failure mode and points at both options.