From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1319720-garchives=archives.gentoo.org@lists.gentoo.org> 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 F125815807B for <garchives@archives.gentoo.org>; Thu, 9 Sep 2021 23:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FC4E0952; Thu, 9 Sep 2021 23:28:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5FB1E094F for <gentoo-commits@lists.gentoo.org>; Thu, 9 Sep 2021 23:28:37 +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 8A6AE33BE93 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Sep 2021 23:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD222BE for <gentoo-commits@lists.gentoo.org>; Thu, 9 Sep 2021 23:28:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1631230084.a31bf3bdd660c4122de8b83eb0752fae545a4dfc.sam@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: .github/workflows/ X-VCS-Repository: proj/musl 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: a31bf3bdd660c4122de8b83eb0752fae545a4dfc X-VCS-Branch: master Date: Thu, 9 Sep 2021 23:28:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c6bdb00-7adc-4034-9017-5d742946164d X-Archives-Hash: 00bb9ecc735b2402ee9ecabf25795cbd commit: a31bf3bdd660c4122de8b83eb0752fae545a4dfc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 9 23:28:04 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 9 23:28:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a31bf3bd .github/workflows/repoman.yml: use musl profile Reported-by: Jory A. Pratt <anarchy <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> .github/workflows/repoman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml index 86ad9a0..3e6b070 100644 --- a/.github/workflows/repoman.yml +++ b/.github/workflows/repoman.yml @@ -30,7 +30,7 @@ jobs: 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 - sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile + sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0/musl /etc/portage/make.profile - name: Test with repoman run: | python3 portage-*/repoman/bin/repoman full -dx