diff mbox series

[web] Add a git-publish configuration file

Message ID 20181018145748.11697-1-berrange@redhat.com
State New
Headers show
Series [web] Add a git-publish configuration file | expand

Commit Message

Daniel P. Berrangé Oct. 18, 2018, 2:57 p.m. UTC
This adds a config file for git-publish, primarily so that patches get
sent with the "web" subject prefix to distinguish them from patches to
the main git repo.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---

I picked Paolo & Thomas as CC since they appear to be the people
actually committing patches to qemu-web.git so far. Feel free to
correct me if needed...

 .gitpublish | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .gitpublish

Comments

Paolo Bonzini Oct. 18, 2018, 9:07 p.m. UTC | #1
On 18/10/2018 16:57, Daniel P. Berrangé wrote:
> This adds a config file for git-publish, primarily so that patches get
> sent with the "web" subject prefix to distinguish them from patches to
> the main git repo.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> 
> I picked Paolo & Thomas as CC since they appear to be the people
> actually committing patches to qemu-web.git so far. Feel free to
> correct me if needed...
> 
>  .gitpublish | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 .gitpublish
> 
> diff --git a/.gitpublish b/.gitpublish
> new file mode 100644
> index 0000000..4cf08bc
> --- /dev/null
> +++ b/.gitpublish
> @@ -0,0 +1,11 @@
> +#
> +# Common git-publish profiles that can be used to send patches to QEMU upstream.
> +#
> +# See https://github.com/stefanha/git-publish for more information
> +#
> +[gitpublishprofile "default"]
> +base = master
> +to = qemu-devel@nongnu.org
> +prefix = web PATCH
> +cc = Paolo Bonzini <pbonzini@redhat.com>
> +cc = Thomas Huth <thuth@redhat.com>
> 

Changed to "qemu-web PATCH", according to
https://patchwork.kernel.org/patch/10081341/, and pushed.

Paolo
Paolo Bonzini Oct. 19, 2018, 7:58 a.m. UTC | #2
On 18/10/2018 16:57, Daniel P. Berrangé wrote:
> This adds a config file for git-publish, primarily so that patches get
> sent with the "web" subject prefix to distinguish them from patches to
> the main git repo.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> 
> I picked Paolo & Thomas as CC since they appear to be the people
> actually committing patches to qemu-web.git so far. Feel free to
> correct me if needed...
> 
>  .gitpublish | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 .gitpublish
> 
> diff --git a/.gitpublish b/.gitpublish
> new file mode 100644
> index 0000000..4cf08bc
> --- /dev/null
> +++ b/.gitpublish
> @@ -0,0 +1,11 @@
> +#
> +# Common git-publish profiles that can be used to send patches to QEMU upstream.
> +#
> +# See https://github.com/stefanha/git-publish for more information
> +#
> +[gitpublishprofile "default"]
> +base = master
> +to = qemu-devel@nongnu.org
> +prefix = web PATCH
> +cc = Paolo Bonzini <pbonzini@redhat.com>
> +cc = Thomas Huth <thuth@redhat.com>
> 

Pushed, thanks.

Paolo
diff mbox series

Patch

diff --git a/.gitpublish b/.gitpublish
new file mode 100644
index 0000000..4cf08bc
--- /dev/null
+++ b/.gitpublish
@@ -0,0 +1,11 @@ 
+#
+# Common git-publish profiles that can be used to send patches to QEMU upstream.
+#
+# See https://github.com/stefanha/git-publish for more information
+#
+[gitpublishprofile "default"]
+base = master
+to = qemu-devel@nongnu.org
+prefix = web PATCH
+cc = Paolo Bonzini <pbonzini@redhat.com>
+cc = Thomas Huth <thuth@redhat.com>