* Update all maillist link to: libstoragemgmt-de...@lists.fedorahosted.org libstoragemgmt-us...@lists.fedorahosted.org
* Update all upstream link to: http://libstorage.github.io/libstoragemgmt-doc/ * Please comment on github pull request page: https://github.com/libstorage/libstoragemgmt/pull/9 Signed-off-by: Gris Ge <f...@redhat.com> --- README | 4 ++-- c_binding/include/libstoragemgmt/libstoragemgmt.h | 2 +- configure.ac | 4 +++- doc/man/hpsa_lsmplugin.1.in | 2 +- doc/man/lsmcli.1.in | 2 +- doc/man/lsmd.1.in | 4 ++-- doc/man/lsmd.conf.5.in | 2 +- doc/man/megaraid_lsmplugin.1.in | 2 +- examples/plugin_example.c | 2 +- packaging/libstoragemgmt.spec.in | 4 ++-- tools/lsmcli/cmdline.py | 4 ++-- 11 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README b/README index 3c57723..8da0651 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ libStorageMgmt : A library for storage management -More information available: https://sourceforge.net/projects/libstoragemgmt/ -Wiki: https://sourceforge.net/p/libstoragemgmt/wiki/Home/ +Full documentation can be found at: +http://libstorage.github.io/libstoragemgmt-doc/ diff --git a/c_binding/include/libstoragemgmt/libstoragemgmt.h b/c_binding/include/libstoragemgmt/libstoragemgmt.h index 6e03f78..3d34f75 100644 --- a/c_binding/include/libstoragemgmt/libstoragemgmt.h +++ b/c_binding/include/libstoragemgmt/libstoragemgmt.h @@ -49,7 +49,7 @@ * \section additional Additional documentation * * Full documentation can be found at: - * http://sourceforge.net/p/libstoragemgmt/wiki/Home/ + * http://libstorage.github.io/libstoragemgmt-doc/ * */ diff --git a/configure.ac b/configure.ac index 9ad73a3..8b24db4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,9 @@ dnl Process this file with autoconf to produce a configure script. dnl Copyright (C) 2011 Red Hat, Inc. dnl See COPYING.LIB for the License of this software -AC_INIT([libstoragemgmt], [1.2.0], [libstoragemgmt-devel@lists.sourceforge.net], [], [http://sourceforge.net/projects/libstoragemgmt/]) +AC_INIT( + [libstoragemgmt], [1.2.0], [libstoragemgmt-de...@lists.fedorahosted.org], + [], [http://libstorage.github.io/libstoragemgmt-doc/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/man/hpsa_lsmplugin.1.in b/doc/man/hpsa_lsmplugin.1.in index 79ff565..81cc81e 100644 --- a/doc/man/hpsa_lsmplugin.1.in +++ b/doc/man/hpsa_lsmplugin.1.in @@ -44,7 +44,7 @@ required. .SH BUGS Please report bugs to -\fI<libstoragemgmt-devel@lists.sourceforge.net>\fR +\fI<libstoragemgmt-de...@lists.fedorahosted.org>\fR .SH AUTHOR Gris Ge \fI<f...@redhat.com>\fR diff --git a/doc/man/lsmcli.1.in b/doc/man/lsmcli.1.in index e2af14f..381d676 100644 --- a/doc/man/lsmcli.1.in +++ b/doc/man/lsmcli.1.in @@ -720,7 +720,7 @@ at the end of URI, for example: .SH BUGS Please report bugs to -\fI<libstoragemgmt-devel@lists.sourceforge.net>\fR +\fI<libstoragemgmt-de...@lists.fedorahosted.org>\fR .SH AUTHOR Tony Asleson \fI<tasle...@redhat.com>\fR .br diff --git a/doc/man/lsmd.1.in b/doc/man/lsmd.1.in index a215ad0..ec83857 100644 --- a/doc/man/lsmd.1.in +++ b/doc/man/lsmd.1.in @@ -3,7 +3,7 @@ Daemon \- lsmd .SH DESCRIPTION libStorageMgmt plug\-in daemon. Plug-ins execute in their own process space -for fault isolation and to accommodate different plug\-in licensing +for fault isolation and to accommodate different plug\-in licensing requirements. Runs as an unprivileged user. .SH OPTIONS @@ -20,7 +20,7 @@ requirements. Runs as an unprivileged user. .SH BUGS Please report bugs to -<libstoragemgmt\-de...@lists.sourceforge.net> +<libstoragemgmt-de...@lists.fedorahosted.org> .SH AUTHOR Tony Asleson <tasle...@redhat.com> diff --git a/doc/man/lsmd.conf.5.in b/doc/man/lsmd.conf.5.in index 894789b..bcc411a 100644 --- a/doc/man/lsmd.conf.5.in +++ b/doc/man/lsmd.conf.5.in @@ -51,6 +51,6 @@ detail. .SH BUGS Please report bugs to -<libstoragemgmt\-de...@lists.sourceforge.net> +<libstoragemgmt-de...@lists.fedorahosted.org> .SH AUTHOR Gris Ge <f...@redhat.com> diff --git a/doc/man/megaraid_lsmplugin.1.in b/doc/man/megaraid_lsmplugin.1.in index 27749b6..0e2f6aa 100644 --- a/doc/man/megaraid_lsmplugin.1.in +++ b/doc/man/megaraid_lsmplugin.1.in @@ -46,7 +46,7 @@ required. .SH BUGS Please report bugs to -\fI<libstoragemgmt-devel@lists.sourceforge.net>\fR +\fI<libstoragemgmt-de...@lists.fedorahosted.org>\fR .SH AUTHOR Gris Ge \fI<f...@redhat.com>\fR diff --git a/examples/plugin_example.c b/examples/plugin_example.c index f516901..a4da2f8 100644 --- a/examples/plugin_example.c +++ b/examples/plugin_example.c @@ -1,6 +1,6 @@ /* * Web example. - * https://sourceforge.net/p/libstoragemgmt/wiki/WritingPlugins/ + * http://libstorage.github.io/libstoragemgmt-doc/doc/c_plugin_dev_guide.html * * gcc -Wall -g -O0 plugin_example.c -I../include/ -L../src/.libs \ diff --git a/packaging/libstoragemgmt.spec.in b/packaging/libstoragemgmt.spec.in index 72b81e8..a7b0f7b 100644 --- a/packaging/libstoragemgmt.spec.in +++ b/packaging/libstoragemgmt.spec.in @@ -52,8 +52,8 @@ License: LGPL-2.1+ %else License: LGPLv2+ %endif -URL: http://sourceforge.net/projects/libstoragemgmt/ -Source0: http://sourceforge.net/projects/libstoragemgmt/files/libstoragemgmt-%{version}.tar.gz +URL: http://libstorage.github.io/libstoragemgmt-doc/ +Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/libstoragemgmt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{libstoragemgmt}-python BuildRequires: autoconf automake libtool libxml2-devel check-devel perl diff --git a/tools/lsmcli/cmdline.py b/tools/lsmcli/cmdline.py index 980b3a0..9b2b682 100644 --- a/tools/lsmcli/cmdline.py +++ b/tools/lsmcli/cmdline.py @@ -772,9 +772,9 @@ def cli(self): parser = ArgumentParser( description='The libStorageMgmt command line interface.' ' Run %(prog)s <command> -h for more on each command.', - epilog='Copyright 2012-2014 Red Hat, Inc.\n' + epilog='Copyright 2012-2015 Red Hat, Inc.\n' 'Please report bugs to ' - '<libstoragemgmt-devel@lists.sourceforge.net>\n', + '<libstoragemgmt-de...@lists.fedorahosted.org>\n', formatter_class=RawTextHelpFormatter, parents=[parent_parser]) -- 1.8.3.1 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Libstoragemgmt-devel mailing list Libstoragemgmt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libstoragemgmt-devel