docs: update to point users to gitlab.com project

The project primary git repo has moved from pagure.io to
gitlab.com/virt-viewer/virt-viewer.  We want users to submit
code contributions, bug reports and support questions to the
gitlab project, not the mailing list, nor bugzilla, nor the
virt-manager.org site.

We're still using virt-manager.org for hosting downloads of
source and pagure.io for MSIs, but we'll aim to change that
too.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-04-03 12:46:33 +01:00
parent d84149a92c
commit beeff760ac
10 changed files with 18 additions and 23 deletions

View File

@ -1,4 +0,0 @@
[gitpublishprofile "default"]
base = master
to = virt-tools-list@redhat.com
prefix = virt-viewer PATCH

View File

@ -29,11 +29,10 @@ guest OS display. This is available from
http://libvirt.org/ http://libvirt.org/
Further information about the Virt Viewer application can be Bug reports / support questions should be submitted to
found on the Virt Manager website:
http://virt-manager.org/ http://gitlab.com/virt-viewer/virt-viewer/-/issues
Feedback should be directed to the mailing list at Code contributions should be submitted as merge requests to
http://www.redhat.com/mailman/listinfo/virt-tools-list http://gitlab.com/virt-viewer/virt-viewer/-/merge_requests

View File

@ -24,6 +24,6 @@
<provides> <provides>
<binary>remote-viewer</binary> <binary>remote-viewer</binary>
</provides> </provides>
<url type="homepage">https://virt-manager.org/</url> <url type="homepage">https://gitlab.com/virt-viewer/virt-viewer/</url>
<updatecontact>virt-tools-list_at_redhat.com</updatecontact> <updatecontact>https://gitlab.com/virt-viewer/virt-viewer/</updatecontact>
</component> </component>

View File

@ -380,17 +380,17 @@ example.org
=head1 BUGS =head1 BUGS
Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/virt-tools-list> Report bugs to https://gitlab.com/virt-viewer/virt-viewer/-/issues
=head1 COPYRIGHT =head1 COPYRIGHT
Copyright (C) 2012-2014 Red Hat, Inc., and various contributors. Copyright (C) 2012-2020 Red Hat, Inc., and various contributors.
This is free software. You may redistribute copies of it under the terms of the GNU General This is free software. You may redistribute copies of it under the terms of the GNU General
Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY, Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY,
to the extent permitted by law. to the extent permitted by law.
=head1 SEE ALSO =head1 SEE ALSO
C<virt-viewer(1)>, C<spice-client(1)>, the project website C<http://virt-manager.org> C<virt-viewer(1)>, C<spice-client(1)>, the project website C<http://gitlab.com/virt-viewer/virt-viewer>
=cut =cut

View File

@ -212,17 +212,17 @@ Written by Daniel P. Berrange, based on the GTK-VNC example program gvncviewer.
=head1 BUGS =head1 BUGS
Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/virt-tools-list> Report bugs to https://gitlab.com/virt-viewer/virt-viewer/-/issues
=head1 COPYRIGHT =head1 COPYRIGHT
Copyright (C) 2007-2014 Red Hat, Inc., and various contributors. Copyright (C) 2007-2020 Red Hat, Inc., and various contributors.
This is free software. You may redistribute copies of it under the terms of the GNU General This is free software. You may redistribute copies of it under the terms of the GNU General
Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY, Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY,
to the extent permitted by law. to the extent permitted by law.
=head1 SEE ALSO =head1 SEE ALSO
C<virsh(1)>, C<virt-manager(1)>, C<spice-client(1)>, the project website C<http://virt-manager.org> C<virsh(1)>, C<virt-manager(1)>, C<spice-client(1)>, the project website C<http://gitlab.com/virt-viewer/virt-viewer>
=cut =cut

View File

@ -16,7 +16,7 @@ Release: %{relver}
Summary: MinGW Windows virt-viewer console application Summary: MinGW Windows virt-viewer console application
License: GPLv2+ License: GPLv2+
URL: http://virt-manager.org/ URL: http://gitlab.com/virt-viewer/virt-viewer
Source0: ftp://virt-manager.org/downloads/virt-viewer/virt-viewer-%{version}.tar.gz Source0: ftp://virt-manager.org/downloads/virt-viewer/virt-viewer-%{version}.tar.gz
BuildRequires: mingw32-adwaita-icon-theme BuildRequires: mingw32-adwaita-icon-theme

View File

@ -1,6 +1,6 @@
DOMAIN = $(PACKAGE_NAME) DOMAIN = $(PACKAGE_NAME)
COPYRIGHT_HOLDER = The Virt Viewer authors COPYRIGHT_HOLDER = The Virt Viewer authors
MSGID_BUGS_ADDRESS = https://virt-manager.org/bugs/ MSGID_BUGS_ADDRESS = https://gitlab.com/virt-viewer/virt-viewer/-/issues
MAINTAINERCLEANFILES = $(GMOFILES) $(POTFILE) $(POFILES) MAINTAINERCLEANFILES = $(GMOFILES) $(POTFILE) $(POFILES)

View File

@ -16,8 +16,8 @@
<property name="copyright" translatable="yes">Copyright (C) 2007-2012 Daniel P. Berrange <property name="copyright" translatable="yes">Copyright (C) 2007-2012 Daniel P. Berrange
Copyright (C) 2007-2014 Red Hat, Inc.</property> Copyright (C) 2007-2014 Red Hat, Inc.</property>
<property name="comments" translatable="yes">A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt</property> <property name="comments" translatable="yes">A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt</property>
<property name="website">http://virt-manager.org/</property> <property name="website">http://gitlab.com/virt-viewer/virt-viewer/</property>
<property name="website_label" translatable="yes">virt-manager.org</property> <property name="website_label" translatable="yes">gitlab.com/virt-viewer/virt-viewer</property>
<property name="license" translatable="yes">This program is free software; you can redistribute it and/or modify <property name="license" translatable="yes">This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 2 of the License, or

View File

@ -7,7 +7,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904E4" BLOCK "040904E4"
BEGIN BEGIN
VALUE "CompanyName", "virt-manager.org" VALUE "CompanyName", "https://gitlab.com/virt-viewer/virt-viewer"
VALUE "FileDescription", "VirtViewer desktop client" VALUE "FileDescription", "VirtViewer desktop client"
VALUE "FileVersion", "@VERSION@" VALUE "FileVersion", "@VERSION@"
VALUE "InternalName", "@PACKAGE_STRING@" VALUE "InternalName", "@PACKAGE_STRING@"

View File

@ -22,7 +22,7 @@ Version: @VERSION@
Release: 1%{?dist} Release: 1%{?dist}
Summary: Virtual Machine Viewer Summary: Virtual Machine Viewer
License: GPLv2+ License: GPLv2+
URL: http://virt-manager.org/ URL: http://gitlab.com/virt-viewer/virt-viewer
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
Requires: openssh-clients Requires: openssh-clients
Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/update-alternatives