ef9089f4e8
Update to the head of the upstream staging branch * Patches 0005-0042 are from the upstream staging branch * Previous patches 0005 & 0006 are now patches 0023 & 0005 Rename redhat patches * Previous patches 0007-0017 are now patches 0043-0053 Change from using readline to libedit * readline is licensed GPL v3, and multipathd includes code licensed gpl v2. Remove README.alua * information moved to README.md
53 lines
1.6 KiB
Diff
53 lines
1.6 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Date: Thu, 14 Jul 2022 21:05:39 +0200
|
|
Subject: [PATCH] multipath-tools: update devel repo info in README.md
|
|
|
|
Cc: Martin Wilck <mwilck@suse.com>
|
|
Cc: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
|
|
Cc: DM-DEVEL ML <dm-devel@redhat.com>
|
|
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
|
|
Reviewed-by: Martin Wilck <mwilck@suse.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
README.md | 10 +++-------
|
|
1 file changed, 3 insertions(+), 7 deletions(-)
|
|
|
|
diff --git a/README.md b/README.md
|
|
index f06f8cea..dcf51f20 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -3,7 +3,6 @@
|
|
multipath-tools for Linux
|
|
=========================
|
|
|
|
-
|
|
https://github.com/opensvc/multipath-tools
|
|
|
|
This package provides the following binaries to drive the Device Mapper multipathing driver:
|
|
@@ -42,14 +41,12 @@ Go to: https://github.com/opensvc/multipath-tools/tags
|
|
Select a release-tag and then click on "zip" or "tar.gz".
|
|
|
|
|
|
-Source code
|
|
-===========
|
|
+Devel code
|
|
+==========
|
|
|
|
To get latest devel code:
|
|
|
|
- git clone https://github.com/opensvc/multipath-tools.git
|
|
-
|
|
-Github page: https://github.com/opensvc/multipath-tools
|
|
+ git clone -b queue https://github.com/openSUSE/multipath-tools
|
|
|
|
|
|
Building multipath-tools
|
|
@@ -149,4 +146,3 @@ The multipath-tools source code is covered by several different licences.
|
|
Refer to the individual source files for details.
|
|
Source files which do not specify a licence are shipped under LGPL-2.0
|
|
(see `LICENSES/LGPL-2.0`).
|
|
-
|