Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Mon, 07 Feb 2022 07:16:26
Message-Id: 1644218148.f162a959f1d34bfdda0252e99d87a64271e1b13f.grobian@gentoo
1 commit: f162a959f1d34bfdda0252e99d87a64271e1b13f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 07:15:48 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 07:15:48 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f162a959
7
8 README: use github badge for build status
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 README.md | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/README.md b/README.md
16 index 60a2fd9..cb705b0 100644
17 --- a/README.md
18 +++ b/README.md
19 @@ -6,7 +6,7 @@
20 | GIT | https://anongit.gentoo.org/git/proj/portage-utils.git |
21 | VIEWVCS | https://gitweb.gentoo.org/proj/portage-utils.git/ |
22 | GITHUB | https://github.com/gentoo/portage-utils |
23 -| STATUS | [![Build Status](https://travis-ci.org/gentoo/portage-utils.svg?branch=master)](https://travis-ci.org/gentoo/portage-utils) [![Coverity Status](https://scan.coverity.com/projects/9213/badge.svg)](https://scan.coverity.com/projects/gentoo-portage-utils) |
24 +| STATUS | [![Build Status](https://github.com/gentoo/portage-utils/actions/workflows/build-test-ci.yml/badge.svg)](https://github.com/gentoo/portage-utils/actions/workflows/build-test-ci.yml) [![Coverity Status](https://scan.coverity.com/projects/9213/badge.svg)](https://scan.coverity.com/projects/gentoo-portage-utils) |
25
26 portage-utils is a small set of utilities for working with Portage, Gentoo
27 ebuilds, Gentoo ebuild overlays, installed packages (vdb), and similar sources