]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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 141c1026b1ae52207740aab8c2c99fcb1e483dba..6d0cbe41b0e7118720d53cce77fc869395cad7ef 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 0709b55963ca48b18f6866160285eb1bc694214a..2ce8a2b1c4f1f8b4143bc0e8aae73a75ea7f93c4 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 ce823d3d0182086ad8836bfe4902b09d28cfdd2b..af70820b36f0f4244e624d833a06a8907bc6dcbd 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])