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:07:28
Message-Id: 1624255623.7e5f3365148caa35122333e59fd8cf19e679a70a.sam@gentoo
1 commit: 7e5f3365148caa35122333e59fd8cf19e679a70a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 06:07:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 06:07:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7e5f3365
7
8 .github: Allow failure of 'ln' for eclases in repoman Github Action
9
10 We may already have some eclasses in our overlay.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .github/workflows/repoman.yml | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
18 index 5e82d442f6..463efaf917 100644
19 --- a/.github/workflows/repoman.yml
20 +++ b/.github/workflows/repoman.yml
21 @@ -37,6 +37,6 @@ jobs:
22 ln -s /var/db/repos/gentoo/licenses/* .
23 cd ..
24 mkdir -p eclass && cd eclass
25 - ln -s /var/db/repos/gentoo/eclass/*.eclass .
26 + ln -s /var/db/repos/gentoo/eclass/*.eclass . || true
27 cd ..
28 python3 portage-*/repoman/bin/repoman full -dx