commit: 7e5f3365148caa35122333e59fd8cf19e679a70a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:07:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:07:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7e5f3365
.github: Allow failure of 'ln' for eclases in repoman Github Action
We may already have some eclasses in our overlay.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/repoman.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index 5e82d442f6..463efaf917 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -37,6 +37,6 @@ jobs:
ln -s /var/db/repos/gentoo/licenses/* .
cd ..
mkdir -p eclass && cd eclass
- ln -s /var/db/repos/gentoo/eclass/*.eclass .
+ ln -s /var/db/repos/gentoo/eclass/*.eclass . || true
cd ..
python3 portage-*/repoman/bin/repoman full -dx