Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672298 - youbroketheinternet: invalid p.mask entry, breaking whole repo/CI pipeline
Summary: youbroketheinternet: invalid p.mask entry, breaking whole repo/CI pipeline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal blocker
Assignee: lynX
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-30 17:34 UTC by Michał Górny
Modified: 2018-11-30 19:47 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-11-30 17:34:37 UTC
pmaint: error: config error: failed parsing 'package.mask' in '/var/lib/repo-mirror-ci/repos/youbroketheinternet/profiles': invalid package atom: 'www-plugins/gnash-9999'

Please consider it super-urgent since it's breaking the pipeline for everyone.  If it isn't fixed in the next few minutes, I'll remove it to restore the service.
Comment 1 Larry the Git Cow gentoo-dev 2018-11-30 18:51:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/data/api.git/commit/?id=b4e6d07b5288d2334c63272013658ce3efc6d5c0

commit b4e6d07b5288d2334c63272013658ce3efc6d5c0
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-11-30 18:50:03 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-11-30 18:50:59 +0000

    repositories: Remove youbroketheinternet to fix breakage
    
    Closes: https://bugs.gentoo.org/672298
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 files/overlays/repositories.xml | 12 ------------
 1 file changed, 12 deletions(-)
Comment 2 ng0 2018-11-30 19:17:39 UTC
How is this fixed by closing it 1 hour after reporting it?

In my opinion the tooling has a problem when one bad commit is comparable to throwing a wrench into the machinery.

Commit 51de1f38ab862d40a66d9c186d74f9709f6205a2 has fixed the issue:

diff --git a/profiles/package.mask b/profiles/package.mask
index 520b6de..850dcf3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -25,4 +25,4 @@ net-im/cutegram
 
 # unfinished
 www-client/hardzilla
-www-plugins/gnash-9999
+=www-plugins/gnash-9999
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-11-30 19:47:07 UTC
Yes, it has a problem.  You are free to submit a fix.