mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-21 09:34:12 +03:00
Scrub references to virt-tools-list
* Remove .gitpublish, we only use github for patches now * Drop author* fields entirely from setuptools, that seems fine. * Drop other references Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
9ad347fd76
commit
65d568ebf9
@ -1,4 +0,0 @@
|
||||
[gitpublishprofile "default"]
|
||||
base = main
|
||||
to = virt-tools-list@redhat.com
|
||||
prefix = virt-manager PATCH
|
@ -79,12 +79,7 @@ UI. See the files in the ui/ directory.
|
||||
## Submitting patches
|
||||
|
||||
The [virt-manager git repo](https://github.com/virt-manager/virt-manager)
|
||||
is hosted on github. Small patches are acceptable via github pull-request,
|
||||
but anything non-trivial should be sent to the
|
||||
[virt-tools-list mailing list](https://www.redhat.com/mailman/listinfo/virt-tools-list).
|
||||
|
||||
Sending patches using `git send-email` is preferred, but `git format-patch`
|
||||
output attached to an email is also fine.
|
||||
is hosted on github. All patches should be submitted there.
|
||||
|
||||
|
||||
## UI design
|
||||
|
@ -21,9 +21,6 @@ code from a git checkout, you can launch any of the commands like:
|
||||
|
||||
## Contact
|
||||
|
||||
- Discussions and big patch series should go to the
|
||||
[virt-tools-list](https://www.redhat.com/mailman/listinfo/virt-tools-list)
|
||||
mailing list.
|
||||
- For IRC we use #virt on OFTC.
|
||||
- For bug reporting info, see
|
||||
[virt-manager bug reporting](https://virt-manager.org/bugs).
|
||||
|
@ -31,7 +31,6 @@
|
||||
<url type="homepage">https://www.virt-manager.org/</url>
|
||||
<url type="bugtracker">https://github.com/virt-manager/virt-manager/issues/new/choose</url>
|
||||
<url type="translate">https://translate.fedoraproject.org/projects/virt-manager/virt-manager/</url>
|
||||
<update_contact>virt-tools-list@redhat.com</update_contact>
|
||||
<translation type="gettext">virt-manager</translation>
|
||||
<keywords>
|
||||
<keyword>virtualization</keyword>
|
||||
|
4
setup.py
4
setup.py
@ -488,9 +488,7 @@ class ExtractMessages(setuptools.Command):
|
||||
setuptools.setup(
|
||||
name="virt-manager",
|
||||
version=BuildConfig.version,
|
||||
author="Cole Robinson",
|
||||
author_email="virt-tools-list@redhat.com",
|
||||
url="http://virt-manager.org",
|
||||
url="https://virt-manager.org",
|
||||
license="GPLv2+",
|
||||
|
||||
# These wrappers are generated in our custom build command
|
||||
|
Loading…
Reference in New Issue
Block a user