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

.github: Add profiles directory in repoman Github Action

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

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

diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index 463efaf917..80575c56d8 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -39,4 +39,7 @@ jobs:
         mkdir -p eclass && cd eclass
         ln -s /var/db/repos/gentoo/eclass/*.eclass . || true
         cd ..
+        mkdir -p profiles && cd profiles
+        ln -s /var/db/repos/gentoo/profiles/* . || true
+        echo "prefix" > repo_name
         python3 portage-*/repoman/bin/repoman full -dx

Reply via email to