commit:     19f87483b739477e0e4f2feb3d02bc1dc73f3f86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:03:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:03:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=19f87483

.github: Enhance repoman Github Action

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/repoman.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index e44ed6d3b5..735e5d6040 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -31,4 +31,12 @@ jobs:
         sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 
/etc/portage/make.profile
     - name: Test with repoman
       run: |
+               mkdir -p metadata
+               cp /var/db/repos/gentoo/metadata/layout.conf metadata/
+               mkdir -p licenses && cd licenses
+               ln -s /var/db/repos/gentoo/licenses/* .
+               cd ..
+               mkdir -p eclass && cd eclass
+               ln -s /var/db/repos/gentoo/eclass/*.eclass .
+               cd ..
         python3 portage-*/repoman/bin/repoman full -dx

Reply via email to