commit:     21700614cfb9eebbf585dabaead7dbf3c571bbb7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 23:26:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 23:26:11 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=21700614

.github/workflows/repoman.yml: add comment re gentoo repo

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

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

diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index f7a30db..8580156 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -25,6 +25,8 @@ jobs:
     - name: Setup master gentoo repository
       run: |
         sudo mkdir -p /var/db/repos/gentoo /etc/portage /var/cache/distfiles
+       # We want the latest copy of ::gentoo to compare against because
+       # ::gentoo changes might break overlays
         wget -qO - 
"https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz"; | sudo tar xz 
-C /var/db/repos/gentoo --strip-components=1
         sudo wget "https://www.gentoo.org/dtd/metadata.dtd"; -O 
/var/cache/distfiles/metadata.dtd
         sudo wget 
"https://gitweb.gentoo.org/proj/portage.git/plain/cnf/repos.conf"; -O 
/etc/portage/repos.conf

Reply via email to