Gentoo Archives: gentoo-dev

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

Replies