From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: scripts/, web/
Date: Thu, 09 Jan 2025 16:11:59 +0000 (UTC) [thread overview]
Message-ID: <1736439095.a35ffbd498fee00163a30ea49c1f13d15c96d226.mpagano@gentoo> (raw)
commit: a35ffbd498fee00163a30ea49c1f13d15c96d226
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 16:11:35 2025 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 16:11:35 2025 +0000
URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a35ffbd4
Fix broken rsyncing of tarballs
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
scripts/gpdoweb | 3 ++-
web/gentoo_sources_web.pm | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/gpdoweb b/scripts/gpdoweb
index 2f734fd9..eb6fa1d4 100755
--- a/scripts/gpdoweb
+++ b/scripts/gpdoweb
@@ -11,6 +11,7 @@ fi
# send generated htm files for site
echo "calling rsync command: rsync --exclude=/trunk --exclude=/tarballs --delete -Cavze ssh ${WEB_LOCAL}/output/ ${USERNAME}@${WEB_GENPATCHES_BASE}"
+
rsync -P --exclude=/trunk --exclude=/tarballs --delete -Cavze ssh \
${WEB_LOCAL}/output/ ${USERNAME}@${WEB_GENPATCHES_BASE}
@@ -48,7 +49,7 @@ echo "rsync -avz -P ${USERNAME}@dev.gentoo.org:~${USERNAME}/public_html/dist/gen
rsync -avz -P ${USERNAME}@dev.gentoo.org:~${USERNAME}/public_html/dist/genpatches/${KERNEL_NAME}* ${WEB_LOCAL}/tarballs/
# easy again, copy local tarballs to public_html
-rsync -Cavze -P ssh ${WEB_LOCAL}/tarballs/ ${USERNAME}@${WEB_GENPATCHES_BASE}/tarballs
+rsync -Cavze -P ${WEB_LOCAL}/tarballs/ ${USERNAME}@${WEB_GENPATCHES_BASE}/tarballs
# remove linux-patches
rm -rf ${LOCAL_TMP}/linux-patches
diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
index a6b419a9..fbc4cc5a 100644
--- a/web/gentoo_sources_web.pm
+++ b/web/gentoo_sources_web.pm
@@ -35,7 +35,7 @@ $website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
$git_root='/home/mike/gentoo/linux-patches';
$ebuild_base = '/usr/local/gentoo-x86'; # /usr/portage
-@kernels = ('sys-kernel/mips-sources','sys-kernel/pf-sources','sys-kernel/rt-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources');
+@kernels = ('sys-kernel/gentoo-kernel','sys-kernel/gentoo-kernel-bin','sys-kernel/mips-sources','sys-kernel/pf-sources','sys-kernel/rt-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources');
sub precheck {
next reply other threads:[~2025-01-09 16:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 16:11 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-22 20:29 [gentoo-commits] proj/linux-patches:genpatches-misc commit in: scripts/, web/ Alice Ferrazzi
2014-06-25 23:23 Mike Pagano
2014-06-24 16:47 Mike Pagano
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=1736439095.a35ffbd498fee00163a30ea49c1f13d15c96d226.mpagano@gentoo \
--to=mpagano@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