Gentoo Archives: gentoo-dev

From: Agostino Sarubbo <ago@g.o>
To: gentoo-dev@l.g.o
Cc: guru@g.o
Subject: [gentoo-dev] TINDERBOX and CI updates: installed packages and commit that causes rebuild
Date: Tue, 04 May 2021 10:00:11
Message-Id: 1758355.atdPhlSkOF@spectre
1 Hello all,
2
3 I would like to send an update about what recently added in the tinderbox/ci
4 systems.
5
6 At the begin of the build log, the commit SHA that causes the build is pointed
7 out.
8
9 This is useful in cases like:
10 1) There is a commit about package A
11 2) Package A needs package B as a depend
12 3) Package B fails
13 4) People ask why they have been CC'ed
14
15 At the begin of the log there is also the list of installed packages (qlist -
16 ICvUSS), this is useful when people ask if package X is installed or if USE Y
17 is enabled.
18 Since it is on a browser, ctrl-f helps a lot in this case.
19
20 Example here:
21 https://787971.bugs.gentoo.org/attachment.cgi?id=705810
22
23
24 Agostino