summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2009-01-22 11:30:03 -0500
committerAdrian Likins <alikins@redhat.com>2009-01-22 11:30:03 -0500
commitf3066f3833ef2b14592054ee55579e376192f81b (patch)
tree74b264b9cbedb5babf080099c657e50819ebca85
parent46e4a6e68cacf86f067821cf20027e7a3efe9622 (diff)
downloadfunc-f3066f3833ef2b14592054ee55579e376192f81b.tar.gz
func-f3066f3833ef2b14592054ee55579e376192f81b.tar.xz
func-f3066f3833ef2b14592054ee55579e376192f81b.zip
changed the old website url to the new website url in various places
-rw-r--r--docs/func-inventory.pod2
-rw-r--r--docs/func-transmit.pod4
-rw-r--r--docs/func.pod4
-rw-r--r--docs/funcd.pod6
-rw-r--r--funcweb/funcweb.spec2
-rw-r--r--setup.py2
6 files changed, 10 insertions, 10 deletions
diff --git a/docs/func-inventory.pod b/docs/func-inventory.pod
index d768f3b..fdf9c02 100644
--- a/docs/func-inventory.pod
+++ b/docs/func-inventory.pod
@@ -58,7 +58,7 @@ RPM be installed.
=head1 ADDITONAL RESOURCES
-See https://hosted.fedoraproject.org/projects/func/ for more information.
+See https://fedorahosted.org/func/ for more information.
See also the manpages for "func", "funcd", "certmaster", "certmaster-ca", and "func-transmit".
diff --git a/docs/func-transmit.pod b/docs/func-transmit.pod
index 878deb6..9640c32 100644
--- a/docs/func-transmit.pod
+++ b/docs/func-transmit.pod
@@ -28,12 +28,12 @@ Func-transmit will exit after every command issued to the overlord, it does not
=head1 ADDITONAL RESOURCES
-See https://hosted.fedoraproject.org/projects/func/ for more information.
+See https://fedorahosted.org/func/ for more information.
See also the manpages for "func-inventory", "funcd", "certmaster", and "certmaster-ca".
=head1 AUTHOR
-Various. See https://hosted.fedoraproject.org/projects/func
+Various. See https://fedorahosted.org/func/
diff --git a/docs/func.pod b/docs/func.pod
index 5abffb0..cc577bf 100644
--- a/docs/func.pod
+++ b/docs/func.pod
@@ -103,12 +103,12 @@ called. See the project page (linked below) for more information.
=head1 ADDITONAL RESOURCES
-See https://hosted.fedoraproject.org/projects/func/ for more information, including information on scripting func from Python.
+See https://fedorahosted.org/func/ for more information, including information on scripting func from Python.
See also the manpages for "func-inventory", "funcd", "certmaster", "certmaster-ca", and "func-transmit".
=head1 AUTHOR
-Various. See https://hosted.fedoraproject.org/projects/func
+Various. See https://fedorahosted.org/func/
diff --git a/docs/funcd.pod b/docs/funcd.pod
index 23da937..327bbf9 100644
--- a/docs/funcd.pod
+++ b/docs/funcd.pod
@@ -16,7 +16,7 @@ B<funcd> - deaemon for the Fedora Universal Network Controller
funcd registers itself to a certificate server (certmaster) listed in /etc/certmaster/minion.conf and takes orders from the command line func when that program is run from that certificate server.
-Modules and capabilities provided by funcd are specified at https://hosted.fedoraproject.org/projects/func/
+Modules and capabilities provided by funcd are specified at https://fedorahosted.org/func/
=head1 OPTIONS
@@ -60,7 +60,7 @@ See https://fedorahosted.org/func/wiki/FuncSecurity for additional details.
=head1 ADDITONAL RESOURCES
-See the project wiki at https://hosted.fedoraproject.org/projects/func/
+See the project wiki at https://fedorahosted.org/func/
=head1 SEE ALSO
@@ -68,6 +68,6 @@ L<func(1)>, L<certmaster(1)>, L<certmaster-ca(1)>, L<func-transmit(1)>
=head1 AUTHOR
-Various, see https://hosted.fedoraproject.org/projects/func
+Various, see https://fedorahosted.org/func/
diff --git a/funcweb/funcweb.spec b/funcweb/funcweb.spec
index 7ea73c1..c6ce621 100644
--- a/funcweb/funcweb.spec
+++ b/funcweb/funcweb.spec
@@ -46,7 +46,7 @@ BuildRequires: checkpolicy, selinux-policy-devel
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
-Url: https://hosted.fedoraproject.org/projects/func/
+Url: https://fedorahosted.org/func/
%description
Web interface for managing systems controlled by Func
diff --git a/setup.py b/setup.py
index 3b2f703..646e60f 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if __name__ == "__main__":
version = VERSION,
author = "Lots",
author_email = "func-list@redhat.com",
- url = "https://hosted.fedoraproject.org/projects/func/",
+ url = "https://fedorahosted.org/func/",
license = "GPL",
scripts = [
"scripts/funcd",