[libvirt] [PATCH Rust 4/4] fix email address in Cargo.toml + update README

Martin Kletzander mkletzan at redhat.com
Wed Jul 24 10:35:59 UTC 2019


On Wed, Jul 17, 2019 at 08:59:33AM +0000, Sahid Orentino Ferdjaoui wrote:
>This is fixing the invalid email address in Cargo.toml + update the
>command examples to send patches so they CC the current maintainer.
>
>Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui at canonical.com>
>---
> .gitpublish |  3 ++-
> Cargo.toml  |  2 +-
> README.md   | 12 +++++++-----
> 3 files changed, 10 insertions(+), 7 deletions(-)
>
>diff --git a/.gitpublish b/.gitpublish
>index f7a938f..b42ee56 100644
>--- a/.gitpublish
>+++ b/.gitpublish
>@@ -1,4 +1,5 @@
> [gitpublishprofile "default"]
> base = master
> to = libvir-list at redhat.com
>-prefix = rust PATCH
>+cc = sahid.ferdjaoui at canonical.com
>+prefix = PATCH Rust

The prefix should stay the same so that it uses the same subject format as other
patch submissions.

>diff --git a/Cargo.toml b/Cargo.toml
>index 25538f0..2136aaf 100644
>--- a/Cargo.toml
>+++ b/Cargo.toml
>@@ -1,7 +1,7 @@
> [package]
> name = "virt"
> version = "0.2.10"
>-authors = ["Sahid Orentino Ferdjaoui <sahid.ferdjaoui at redhat.com>",]
>+authors = ["Sahid Orentino Ferdjaoui <sahid.ferdjaoui at canonical.com>",]
> license = "LGPL-2.1"
> readme = "README.md"
> description = "Rust bindings to the libvirt C library"
>diff --git a/README.md b/README.md
>index 6e1ad64..93cd461 100644
>--- a/README.md
>+++ b/README.md
>@@ -77,18 +77,20 @@ to submit patches to the libvir-list at redhat.com mailing list. eg. to
> send a single patch
>
> ```
>-   git send-email --to libvir-list at redhat.com --subject-prefix "PATCH rust" \
>-       --smtp-server=$HOSTNAME -1
>+   git send-email --to libvir-list at redhat.com --cc sahid.ferdjaoui at canonical.com \
>+       --subject-prefix "PATCH Rust" --smtp-server=$HOSTNAME -1
> ```

dtto (and with other examples as well)

>
> Or to send all patches on the current branch, against master
>
> ```
>-   git send-email --to libvir-list at redhat.com --subject-prefix "PATCH rust" \
>-       --smtp-server=$HOSTNAME --no-chain-reply-to --cover-letter --annotate \
>-       master..
>+   git send-email --to libvir-list at redhat.com --cc sahid.ferdjaoui at canonical.com \
>+       --subject-prefix "PATCH Rust" --smtp-server=$HOSTNAME --no-chain-reply-to \
>+       --cover-letter --annotate master..
> ```
>
>+It is also possible to use git-publish.
>+
> Note the master GIT repository is at
>
> * https://libvirt.org/git/?p=libvirt-rust.git;a=summary
>-- 
>2.17.1
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190724/d4ed5749/attachment-0001.sig>


More information about the libvir-list mailing list