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 56BF1158086 for ; Thu, 7 Oct 2021 19:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A22BE085E; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 409D7E085E for ; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69C18343390 for ; Thu, 7 Oct 2021 19:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0F4A144 for ; Thu, 7 Oct 2021 19:03:29 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1633633110.8cdecc8e9e123c5f5e86f37ed0e7317bf3215ee7.gyakovlev@gentoo> Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: .github/workflows/ X-VCS-Repository: proj/cargo-ebuild X-VCS-Files: .github/workflows/rust.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8cdecc8e9e123c5f5e86f37ed0e7317bf3215ee7 X-VCS-Branch: master Date: Thu, 7 Oct 2021 19:03:29 +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: 3959a45f-b712-4731-b2f7-6ef1de70afb9 X-Archives-Hash: 8e3e5929dc2888f0c7fb5319826c80bd commit: 8cdecc8e9e123c5f5e86f37ed0e7317bf3215ee7 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 18:58:30 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 18:58:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=8cdecc8e .github/workflows/rust.yml: generate ebuild for self Signed-off-by: Georgy Yakovlev gentoo.org> .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 885d349..a79d83d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,3 +24,5 @@ jobs: run: cargo audit --color always - name: cargo outdated run: cargo outdated --color always --exit-code 0 + - name: generate and cat ebuild + run: target/debug/cargo-ebuild ebuild -T cargo-ebuild-template.tera && cat cargo-ebuild-*.ebuild