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 AEF7B1382C5 for ; Mon, 21 Jun 2021 06:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12554E084E; Mon, 21 Jun 2021 06:09:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ECDB0E084E for ; Mon, 21 Jun 2021 06:09:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CEBD833D3CF for ; Mon, 21 Jun 2021 06:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E0E78F for ; Mon, 21 Jun 2021 06:09:39 +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: <1624255765.bf31ec790d584bc08dcb361dd2d1c4ba98427a9c.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: bf31ec790d584bc08dcb361dd2d1c4ba98427a9c X-VCS-Branch: master Date: Mon, 21 Jun 2021 06:09:39 +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: 829bbc28-a9bb-47f2-a209-128f7a6e0123 X-Archives-Hash: 7c22f880e9c310dfb7da54b2c303ff5e commit: bf31ec790d584bc08dcb361dd2d1c4ba98427a9c Author: Sam James gentoo org> AuthorDate: Mon Jun 21 06:09:25 2021 +0000 Commit: Sam James gentoo 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 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