public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: /
Date: Fri,  3 May 2024 06:32:48 +0000 (UTC)	[thread overview]
Message-ID: <1714717965.75ea57c14a00760dddbde6f1c0c3d9abe3e55632.sam@gentoo> (raw)

commit:     75ea57c14a00760dddbde6f1c0c3d9abe3e55632
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 06:32:30 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  3 06:32:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=75ea57c1

rip-headers.sh: fallback to /var/cache/distfiles too

Signed-off-by: Sam James <sam <AT> gentoo.org>

 rip-headers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rip-headers.sh b/rip-headers.sh
index 717405b..a5349db 100755
--- a/rip-headers.sh
+++ b/rip-headers.sh
@@ -13,7 +13,7 @@ dst=gentoo-headers-base-${ver}
 distdir=$(portageq distdir)
 
 if [ ! -d ${src} ] ; then
-	for srcdir in . "${distdir}" /usr/portage/distfiles ; do
+	for srcdir in . "${distdir}" /var/cache/distfiles /usr/portage/distfiles ; do
 		for ext in bz2 xz ; do
 			srctar=${srcdir}/${src}.tar.${ext}
 			if [ -e ${srctar} ] ; then


             reply	other threads:[~2024-05-03  6:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  6:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-13  4:52 [gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: / Sam James
2024-03-13  4:52 Sam James
2024-01-19 11:15 Sam James
2022-10-08 22:17 Sam James
2022-10-08 22:17 Sam James
2022-01-08  3:49 Sam James
2021-09-05  5:47 Sam James
2021-02-15 22:40 Sergei Trofimovich
2020-12-14  8:12 Sergei Trofimovich
2019-12-08 14:28 Sergei Trofimovich
2019-12-08 13:23 Sergei Trofimovich
2019-12-08 13:21 Sergei Trofimovich
2019-12-08 13:03 Sergei Trofimovich
2019-03-06 22:13 Sergei Trofimovich
2018-10-23 22:39 Sergei Trofimovich
2018-10-12 22:56 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1714717965.75ea57c14a00760dddbde6f1c0c3d9abe3e55632.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox