commit: 1c62f044606759b7b67997bd5bb60458c046b104
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:25:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:25:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1c62f044
.github: Add ::gentoo as master for overlay
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/repoman.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index d0254ac0e6..103eac66da 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -34,6 +34,7 @@ jobs:
run: |
mkdir -p metadata
cp /var/db/repos/gentoo/metadata/layout.conf metadata/
+ sed -i -e 's/masters =/masters = gentoo/' metadata/layout.conf
mkdir -p licenses && cd licenses
ln -s /var/db/repos/gentoo/licenses/* .
cd ..