Move repository to kernel.org
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 24 Feb 2012 03:58:20 +0000 (01:58 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 24 Feb 2012 03:58:20 +0000 (01:58 -0200)
Makefile.am
README
configure.ac

index 141c102..6d0cbe4 100644 (file)
@@ -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 0709b55..2ce8a2b 100644 (file)
--- 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
index ce823d3..af70820 100644 (file)
@@ -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])