Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 748144

Summary: [TRACKER] SizeViolation issues in ::gentoo tree
Product: Quality Assurance Reporter: Joonas Niilola <juippis>
Component: TrackersAssignee: Gentoo Quality Assurance Team <qa>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=620650
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 748147, 748150, 748156, 748159, 748162, 748165, 748168, 748171, 748174, 748177, 748180, 748183, 748186, 748189, 748192, 748195, 748198, 748201, 748204, 748207, 748210, 748213, 748216, 748219, 748222    
Bug Blocks:    

Description Joonas Niilola gentoo-dev 2020-10-13 06:28:14 UTC
This is a tracker bug. Please keep the talk to minimum in here, and discuss on the targeted bugs instead.

In order to prepare a SizeViolation CI check to be reported as an error, previous issues need to be fixed first. As per devmanual, https://devmanual.gentoo.org/ebuild-maintenance/new-ebuild/index.html files exceeding 20 KiB size should be hosted in your personal devspace, or other Github / Gitlab etc hosting services, then added to SRC_URI and they'll be mirrored. This is an impactful issue to every Gentoo user.
Comment 1 Larry the Git Cow gentoo-dev 2020-10-18 08:17:54 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=6258c62c84bf60b8ade8b7fb63ed4475c6195f21

commit 6258c62c84bf60b8ade8b7fb63ed4475c6195f21
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-10-18 06:20:08 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-10-18 08:16:12 +0000

    repoman: fix file.size-fatal to be 20 KiB
    
    Closes: https://github.com/gentoo/portage/pull/629
    Bug: https://bugs.gentoo.org/748144
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 repoman/cnf/qa_data/qa_data.yaml                  | 1 -
 repoman/cnf/repository/qa_data.yaml               | 1 -
 repoman/lib/repoman/modules/scan/fetch/fetches.py | 7 +------
 repoman/man/repoman.1                             | 2 +-
 4 files changed, 2 insertions(+), 9 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-10-18 08:31:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375d601ca5d48a81a2d03d62853fc7b7085f8210

commit 375d601ca5d48a81a2d03d62853fc7b7085f8210
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-10-18 08:25:04 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-10-18 08:26:47 +0000

    app-portage/repoman: Bump to version 3.0.2
    
     #748144 Make file.size fatal for files larger than 20 KiB
    
    Bug: https://bugs.gentoo.org/748144
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-portage/repoman/Manifest             |  1 +
 app-portage/repoman/repoman-3.0.2.ebuild | 64 ++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)