You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
730 B
20 lines
730 B
6 years ago
|
From 5fd8d273832132635bf48fad7ae7694025590b22 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 30 Nov 2016 14:15:37 +0100
|
||
|
Subject: [PATCH] README.md: correct CentOS build job link
|
||
|
|
||
|
---
|
||
|
README.md | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/README.md b/README.md
|
||
|
index 9cfccae7..2f88ff74 100644
|
||
|
--- a/README.md
|
||
|
+++ b/README.md
|
||
|
@@ -2,4 +2,4 @@
|
||
|
|
||
|
dracut is an initramfs infrastructure.
|
||
|
|
||
|
-CentOS CI Status: [![Build Status](https://ci.centos.org/buildStatus/icon?job=dracut-push-master)](https://ci.centos.org/job/dracut-push-master/)
|
||
|
+CentOS CI Status: [![Build Status](https://ci.centos.org/buildStatus/icon?job=dracut-push-rhel-7)](https://ci.centos.org/job/dracut-push-rhel-7/)
|