From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1295675-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 7F0201382C5 for <garchives@archives.gentoo.org>; Mon, 21 Jun 2021 06:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7093E07DB; Mon, 21 Jun 2021 06:11:59 +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 BB6E1E07DB for <gentoo-commits@lists.gentoo.org>; Mon, 21 Jun 2021 06:11:59 +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 6A07F33D3CF for <gentoo-commits@lists.gentoo.org>; Mon, 21 Jun 2021 06:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C66C178F for <gentoo-commits@lists.gentoo.org>; Mon, 21 Jun 2021 06:11:56 +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: <1624255903.7040eb7df483d45c303066a3b2d8c83c70de192c.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: 7040eb7df483d45c303066a3b2d8c83c70de192c X-VCS-Branch: master Date: Mon, 21 Jun 2021 06:11:56 +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: 60162975-6af4-4ad8-8ec2-f56108a4bcec X-Archives-Hash: 53b4e74730505d444f5a5cc866086e5d commit: 7040eb7df483d45c303066a3b2d8c83c70de192c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 06:11:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 06:11:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7040eb7d .github: Move back to root of repo in repoman Github Action 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 80575c56d8..369bcf357c 100644 --- a/.github/workflows/repoman.yml +++ b/.github/workflows/repoman.yml @@ -42,4 +42,5 @@ jobs: mkdir -p profiles && cd profiles ln -s /var/db/repos/gentoo/profiles/* . || true echo "prefix" > repo_name + cd .. python3 portage-*/repoman/bin/repoman full -dx