Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: .github/workflows/
Date: Mon, 21 Jun 2021 06:03:43
Message-Id: 1624255401.19f87483b739477e0e4f2feb3d02bc1dc73f3f86.sam@gentoo
1 commit: 19f87483b739477e0e4f2feb3d02bc1dc73f3f86
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 06:03:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 06:03:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=19f87483
7
8 .github: Enhance repoman Github Action
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .github/workflows/repoman.yml | 8 ++++++++
13 1 file changed, 8 insertions(+)
14
15 diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
16 index e44ed6d3b5..735e5d6040 100644
17 --- a/.github/workflows/repoman.yml
18 +++ b/.github/workflows/repoman.yml
19 @@ -31,4 +31,12 @@ jobs:
20 sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile
21 - name: Test with repoman
22 run: |
23 + mkdir -p metadata
24 + cp /var/db/repos/gentoo/metadata/layout.conf metadata/
25 + mkdir -p licenses && cd licenses
26 + ln -s /var/db/repos/gentoo/licenses/* .
27 + cd ..
28 + mkdir -p eclass && cd eclass
29 + ln -s /var/db/repos/gentoo/eclass/*.eclass .
30 + cd ..
31 python3 portage-*/repoman/bin/repoman full -dx