From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBFA11382C5 for ; Mon, 21 Jun 2021 06:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6C1E0869; Mon, 21 Jun 2021 06:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25A2EE0869 for ; Mon, 21 Jun 2021 06:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EB4B33BDF8 for ; Mon, 21 Jun 2021 06:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8138278F for ; Mon, 21 Jun 2021 06:15:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624256130.2e9ca7ced11c448a16beaeeb9e176bdf631b14d1.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: .github/workflows/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: .github/workflows/repoman.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e9ca7ced11c448a16beaeeb9e176bdf631b14d1 X-VCS-Branch: master Date: Mon, 21 Jun 2021 06:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03eaece7-a643-4c04-8ca9-36a40d591a92 X-Archives-Hash: 714a434ed3af21c8feae0d48f53f16c7 commit: 2e9ca7ced11c448a16beaeeb9e176bdf631b14d1 Author: Sam James gentoo org> AuthorDate: Mon Jun 21 06:15:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 21 06:15:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2e9ca7ce .github: Download metadata.xsd in repoman Github Action Signed-off-by: Sam James 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 61c07e6b3a..e56b652e0f 100644 --- a/.github/workflows/repoman.yml +++ b/.github/workflows/repoman.yml @@ -27,6 +27,7 @@ jobs: sudo mkdir -p /var/db/repos/gentoo /etc/portage /var/cache/distfiles 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://www.gentoo.org/xml-schema/metadata.xsd" -O /var/cache/distfiles/metadata.xsd sudo wget "https://gitweb.gentoo.org/proj/portage.git/plain/cnf/repos.conf" -O /etc/portage/repos.conf sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile - name: Test with repoman