Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace
Date: Wed, 09 Oct 2019 17:01:33
Message-Id: 20191009170126.GB10720@woodpecker.gentoo.org
1 This change will support moving the genpatches tarballs from /space/distfiles-local to
2 the devspace ~developer/public_html/dist/genpatches
3
4 Signed-off-by: Mike Pagano <mpagano@g.o>
5 ---
6 eclass/kernel-2.eclass | 4 +++-
7 1 file changed, 3 insertions(+), 1 deletion(-)
8
9 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
10 index c5f35cd3e..0bc4f35de 100644
11 --- a/eclass/kernel-2.eclass
12 +++ b/eclass/kernel-2.eclass
13 @@ -295,7 +295,9 @@ handle_genpatches() {
14 UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"
15 debug-print "genpatches tarball: $tarball"
16 fi
17 - GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
18 + GENPATCHES_URI+=" ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end}
19 + ${use_cond_start}https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end}
20 + ${use_cond_start}https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}"
21 done
22 }
23
24 --
25 2.21.0
26
27 --
28 Mike Pagano
29 Gentoo Developer - Kernel Project
30 Gentoo Sources - Member
31 E-Mail : mpagano@g.o
32 GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3
33 Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index

Replies