Summary: | Devmanual documentation for ebuild revbumping is incomplete | ||
---|---|---|---|
Product: | Documentation | Reporter: | Nirbheek Chauhan (RETIRED) <nirbheek> |
Component: | Devmanual | Assignee: | Gentoo Devmanual Team <devmanual> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | binki, mjo, petrinic |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://devmanual.gentoo.org/general-concepts/ebuild-revisions/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 565560 | ||
Bug Blocks: |
Description
Nirbheek Chauhan (RETIRED)
![]() Dev manual is so vague that I'm not able to fill QA bugs properly, especially about revision bumps policies. It states "Ebuilds should have their -rX incremented whenever a change is made which will make a substantial difference to what gets installed by the package" So, in theory, every gained dependency should be bumped. but then the manual tries to clarify:"by substantial, we generally mean "something for which many users would want to upgrade"." Totally confusing!! I suppose I have to make a survey everytime I hit a missed revision bump to fill the bug... Be serious, this is NOT QA at all!! We will never get bullet-proof updates if we have crappy rules. Recently portage and paludis added an option to handle this kind of QA violation. --rebuild-if-new-rev for portage. --keep/--keep-targets if-same-metadata for paludis. I was really surprised of how many packages in the tree do something weird with their dependencies keeping the very same version and revision. Last time I checked I found ~270 packages that "probably"(I hope not all of them) violate the policy. The point is stop to hide the dust under the carpet! Now thanks to PMs support, the pandora's box has already been opened, so like for every serious QA process we need policies we can rely on to determinate if something is legal or not!! Please fix the devmanual so I can start to check(one by one) the indicted packages and fill (eventually) the bugs about them.... I really don't want to follow the current devmanual and start making survey to fill bugs. Thanks. I still strongly disagree with two of the items, 2. If the change makes a substantial difference to the user who already installed the package (fixes runtime issues, changes installed files, etc.) and it would not be propagated using other means, then the ebuild should be renamed to a new revision. If the package has stable keywords, they should be moved to the new revision without dropping. To commit the ebuild, repoman commit --straight-to-stable option should be used. (contradicts stabilization policy and all other documentation) ... * adding a new USE flag or removing an existing one (since change in USE flags is going to trigger --changed-use rebuild), (requires a portage-only feature to avoid breakage) but in any case, the page at https://devmanual.gentoo.org/general-concepts/ebuild-revisions/index.html is now pretty clear. Should we close this? Why is it so hard to get even a yes/no answer out of devmanual@ on bugzilla? |