Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620866 - package.mask contains inline comments
Summary: package.mask contains inline comments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://paludis.exherbo.org/trac/ticke...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-05 03:24 UTC by Andrey Volkov
Modified: 2017-06-10 21:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Volkov 2017-06-05 03:24:38 UTC
paludis write QA messages about lines with inline comments in package.mask

Line '=dev-db/redis-3.2.5-r2 # except somebody bumped it out of pattern' in '/var/db/paludis/repositories/gentoo/profiles/package.mask' contains multiple tokens; ignoring cave@1496600776: [QA e.mask.malformed] (same context) Line '=dev-db/redis-3.2.6-r2 # except somebody bumped it out of pattern' in '/var/db/paludis/repositories/gentoo/profiles/package.mask' contains multiple tokens; ignoring

This lines are:
/usr/portage/profiles/package.mask
=dev-db/redis-3.2.5-r2 # except somebody bumped it out of pattern
=dev-db/redis-3.2.6-r2 # except somebody bumped it out of pattern

PMS only says that lines beginning with a # character are treated as comments [1]
Nothing about inline comments

Please convert inline comments to single lines started with '#'

Reproducible: Always




[1] https://projects.gentoo.org/pms/6/pms.html#x1-370004.4
Comment 1 Coacher 2017-06-10 21:58:59 UTC
Fixed in commit afa35fcb5be87d86d24c70a00a8e3ca42fd96549
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: Sun Jun 4 21:16:07 2017 -0700
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: Sun Jun 4 21:16:29 2017 -0700

    package.mask: remove redis versions no longer in tree.

    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>