public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace
@ 2019-10-09 17:01 Mike Pagano
  2019-10-09 18:26 ` Ulrich Mueller
  2019-10-10  1:23 ` [gentoo-dev] [PATCH " Alec Warner
  0 siblings, 2 replies; 15+ messages in thread
From: Mike Pagano @ 2019-10-09 17:01 UTC (permalink / raw
  To: gentoo-dev

This change will support moving the genpatches tarballs from /space/distfiles-local to
the devspace ~developer/public_html/dist/genpatches

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
---
 eclass/kernel-2.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index c5f35cd3e..0bc4f35de 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -295,7 +295,9 @@ handle_genpatches() {
                        UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"
                        debug-print "genpatches tarball: $tarball"
                fi
-               GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
+               GENPATCHES_URI+=" ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end} 
+                       ${use_cond_start}https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end} 
+                       ${use_cond_start}https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}"
        done
 }
 
-- 
2.21.0

-- 
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Member
E-Mail     : mpagano@gentoo.org
GnuPG FP   : EEE2 601D 0763 B60F 848C  9E14 3C33 C650 B576 E4E3
Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-10-12 19:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-09 17:01 [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace Mike Pagano
2019-10-09 18:26 ` Ulrich Mueller
2019-10-09 19:31   ` [gentoo-dev] [PATCH v2 " Mike Pagano
2019-10-09 20:19     ` Michał Górny
2019-10-09 23:14       ` [gentoo-dev] [PATCH v3 " Mike Pagano
2019-10-10  8:56         ` Ulrich Mueller
2019-10-10 11:25           ` [gentoo-dev] [PATCH v4 " Mike Pagano
2019-10-11 15:59           ` [gentoo-dev] [PATCH v3 " Thomas Deutschmann
2019-10-12 10:35             ` Ulrich Mueller
2019-10-12 19:04         ` Mike
2019-10-10  1:23 ` [gentoo-dev] [PATCH " Alec Warner
2019-10-10 10:04   ` Mike Pagano
2019-10-10 16:15     ` Mikle Kolyada
2019-10-11 18:28     ` Alec Warner
2019-10-11 20:52       ` Mike Pagano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox