summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-04-03 12:46:33 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2020-04-03 14:08:10 +0100
commitbeeff760ac6cd6f5b5c98176d4634392977cc991 (patch)
tree0c8a03817ca4ac3688fe534737e971336be4cc67
parentd84149a92c8b7bd4b3cf82adb123426c50850702 (diff)
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>
-rw-r--r--.gitpublish4
-rw-r--r--README.md9
-rw-r--r--data/remote-viewer.appdata.xml.in4
-rw-r--r--man/remote-viewer.pod6
-rw-r--r--man/virt-viewer.pod6
-rw-r--r--mingw-virt-viewer.spec.in2
-rw-r--r--po/Makefile.am2
-rw-r--r--src/resources/ui/virt-viewer-about.ui4
-rw-r--r--src/virt-viewer.rc.in2
-rw-r--r--virt-viewer.spec.in2
10 files changed, 18 insertions, 23 deletions
diff --git a/.gitpublish b/.gitpublish
deleted file mode 100644
index bf82571..0000000
--- a/.gitpublish
+++ /dev/null
@@ -1,4 +0,0 @@
-[gitpublishprofile "default"]
-base = master
-to = virt-tools-list@redhat.com
-prefix = virt-viewer PATCH
diff --git a/README.md b/README.md
index 15c07aa..da8c70a 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,10 @@ guest OS display. This is available from
http://libvirt.org/
-Further information about the Virt Viewer application can be
-found on the Virt Manager website:
+Bug reports / support questions should be submitted to
- 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
diff --git a/data/remote-viewer.appdata.xml.in b/data/remote-viewer.appdata.xml.in
index 53945f4..14f4e38 100644
--- a/data/remote-viewer.appdata.xml.in
+++ b/data/remote-viewer.appdata.xml.in
@@ -24,6 +24,6 @@
<provides>
<binary>remote-viewer</binary>
</provides>
- <url type="homepage">https://virt-manager.org/</url>
- <updatecontact>virt-tools-list_at_redhat.com</updatecontact>
+ <url type="homepage">https://gitlab.com/virt-viewer/virt-viewer/</url>
+ <updatecontact>https://gitlab.com/virt-viewer/virt-viewer/</updatecontact>
</component>
diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod
index ed76af5..9762233 100644
--- a/man/remote-viewer.pod
+++ b/man/remote-viewer.pod
@@ -380,17 +380,17 @@ example.org
=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
-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
Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY,
to the extent permitted by law.
=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
diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod
index 9ea5fb8..010a920 100644
--- a/man/virt-viewer.pod
+++ b/man/virt-viewer.pod
@@ -212,17 +212,17 @@ Written by Daniel P. Berrange, based on the GTK-VNC example program gvncviewer.
=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
-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
Public License C<https://www.gnu.org/licenses/gpl-2.0.html>. There is NO WARRANTY,
to the extent permitted by law.
=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
diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in
index 2f09350..73a2956 100644
--- a/mingw-virt-viewer.spec.in
+++ b/mingw-virt-viewer.spec.in
@@ -16,7 +16,7 @@ Release: %{relver}
Summary: MinGW Windows virt-viewer console application
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
BuildRequires: mingw32-adwaita-icon-theme
diff --git a/po/Makefile.am b/po/Makefile.am
index 0361de6..a1527f9 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -1,6 +1,6 @@
DOMAIN = $(PACKAGE_NAME)
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)
diff --git a/src/resources/ui/virt-viewer-about.ui b/src/resources/ui/virt-viewer-about.ui
index 28e38c8..2c18453 100644
--- a/src/resources/ui/virt-viewer-about.ui
+++ b/src/resources/ui/virt-viewer-about.ui
@@ -16,8 +16,8 @@
<property name="copyright" translatable="yes">Copyright (C) 2007-2012 Daniel P. Berrange
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="website">http://virt-manager.org/</property>
- <property name="website_label" translatable="yes">virt-manager.org</property>
+ <property name="website">http://gitlab.com/virt-viewer/virt-viewer/</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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/src/virt-viewer.rc.in b/src/virt-viewer.rc.in
index 2f52c34..83aa759 100644
--- a/src/virt-viewer.rc.in
+++ b/src/virt-viewer.rc.in
@@ -7,7 +7,7 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "CompanyName", "virt-manager.org"
+ VALUE "CompanyName", "https://gitlab.com/virt-viewer/virt-viewer"
VALUE "FileDescription", "VirtViewer desktop client"
VALUE "FileVersion", "@VERSION@"
VALUE "InternalName", "@PACKAGE_STRING@"
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index 56a3a8a..bb03ede 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -22,7 +22,7 @@ Version: @VERSION@
Release: 1%{?dist}
Summary: Virtual Machine Viewer
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
Requires: openssh-clients
Requires(post): %{_sbindir}/update-alternatives