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 A000415807A for ; Thu, 9 Sep 2021 23:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C75BDE094F; Thu, 9 Sep 2021 23:30:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A8C75E094F for ; Thu, 9 Sep 2021 23:30:10 +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 73CE0335D56 for ; Thu, 9 Sep 2021 23:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D928155 for ; Thu, 9 Sep 2021 23:30:07 +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: <1631230196.e4e04deba6cd5fd12423e8d4c7c5c4d94bb7e127.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: e4e04deba6cd5fd12423e8d4c7c5c4d94bb7e127 X-VCS-Branch: master Date: Thu, 9 Sep 2021 23:30:07 +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: 77815693-3b4e-4cdb-89e9-6b01461b1972 X-Archives-Hash: cc9050edc7a7b8048cfe93b4c6f54343 commit: e4e04deba6cd5fd12423e8d4c7c5c4d94bb7e127 Author: Sam James gentoo org> AuthorDate: Thu Sep 9 23:29:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 9 23:29:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e4e04deb Revert ".github/workflows/repoman.yml: add comment re gentoo repo" Invalid syntax! This reverts commit 21700614cfb9eebbf585dabaead7dbf3c571bbb7. Signed-off-by: Sam James gentoo.org> .github/workflows/repoman.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml index 3e6b070..b641440 100644 --- a/.github/workflows/repoman.yml +++ b/.github/workflows/repoman.yml @@ -25,8 +25,6 @@ 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