Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: scripts/
Date: Wed, 29 Apr 2015 17:49:10
Message-Id: 1430329719.b9a85581283052297808cd67d19a287c74bccc06.mpagano@gentoo
1 commit: b9a85581283052297808cd67d19a287c74bccc06
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 17:48:39 2015 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 17:48:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b9a85581
7
8 Fix url for email notice.
9
10 scripts/get-patch | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/get-patch b/scripts/get-patch
14 index eb7874a..eb5dbd8 100755
15 --- a/scripts/get-patch
16 +++ b/scripts/get-patch
17 @@ -1,6 +1,6 @@
18 #!/bin/bash
19
20 -GENPATCHES_URL="git://git.overlays.gentoo.org/proj/linux-patches.git"
21 +GENPATCHES_URL="git://git.gentoo.org/proj/linux-patches.git"
22 KERNEL_BASE_URL="https://www.kernel.org/pub/linux/kernel/v3.x"
23 KERENL_INCR_URL="${KERNEL_BASE_URL}/incr"