From: Lucas De Marchi Date: Fri, 24 Feb 2012 03:58:20 +0000 (-0200) Subject: Move repository to kernel.org X-Git-Tag: v6~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb05bc8ac139449c3fda63e16ba8e3f45d5f290e;p=thirdparty%2Fkmod.git Move repository to kernel.org --- diff --git a/Makefile.am b/Makefile.am index 141c1026..6d0cbe41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -221,4 +221,4 @@ kmod-$(VERSION).tar.sign: tar: kmod-$(VERSION).tar.xz kmod-$(VERSION).tar.sign tar-sync: kmod-$(VERSION).tar.xz kmod-$(VERSION).tar.sign - scp $^ packages.profusion.mobi:/var/www/packages/kmod/ + kup put kmod-$(VERSION).tar.xz kmod-$(VERSION).tar.sign /pub/linux/utils/kernel/kmod/ diff --git a/README b/README index 0709b559..2ce8a2b1 100644 --- a/README +++ b/README @@ -43,10 +43,18 @@ Information =========== Signed packages: - http://packages.profusion.mobi/kmod/ + http://www.kernel.org/pub/linux/utils/kernel/kmod/ Mailing list: linux-modules@vger.kernel.org -Repository: - git://git.profusion.mobi/ +Git: + git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git + http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git + https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git + +Gitweb: + http://git.kernel.org/?p=utils/kernel/kmod/kmod.git + +Irc: + #kmod on irc.freenode.org diff --git a/configure.ac b/configure.ac index ce823d3d..af70820b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([kmod], [5], [linux-modules@vger.kernel.org], [kmod], - [http://git.profusion.mobi/cgit.cgi/kmod.git/]) + [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git]) AC_CONFIG_SRCDIR([libkmod/libkmod.c]) AC_CONFIG_AUX_DIR([build-aux])