From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
Date: Tue, 21 Feb 2017 00:32:11 +0000 (UTC) [thread overview]
Message-ID: <1487637112.907b7af4ef812efd778bb4971955d25a4202d2a3.mpagano@gentoo> (raw)
commit: 907b7af4ef812efd778bb4971955d25a4202d2a3
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 00:31:52 2017 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 00:31:52 2017 +0000
URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=907b7af4
Fix releases pages generation
web/makesite.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/web/makesite.pl b/web/makesite.pl
index d389f28..bc2535d 100755
--- a/web/makesite.pl
+++ b/web/makesite.pl
@@ -263,7 +263,8 @@ sub make_releases_index {
opendir(DIR, $webscript_path.'/generated');
@infopages = grep { /-info\.htm$/ } readdir DIR;
foreach $info (@infopages) {
- $info =~ m/^(\d\.\d\.\d+)-\d+-info\.htm$/;
+ #$info =~ m/^(\d\.\d\.\d+)-\d+-info\.htm$/;
+ $info =~ m/^(\d\.\d+)-\d+-info\.htm$/;
$kernels{$1} = 1;
}
@@ -277,6 +278,7 @@ sub make_releases_index {
print INDEX '<h1>genpatches Releases</h1>';
foreach $kernel (sort keys %kernels) {
+ print("kernel: $kernel\n");
if ($kernel == "") {
next;
}
next reply other threads:[~2017-02-21 0:51 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 0:32 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-24 17:16 [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ Mike Pagano
2022-07-24 17:14 Mike Pagano
2021-07-13 13:26 Mike Pagano
2020-12-29 19:17 Mike Pagano
2019-07-09 12:11 Mike Pagano
2019-07-08 20:47 Mike Pagano
2019-02-07 0:21 Mike Pagano
2019-01-12 18:46 Mike Pagano
2018-08-10 13:00 Mike Pagano
2018-08-04 13:27 Mike Pagano
2018-07-25 11:41 Mike Pagano
2018-07-24 16:43 Mike Pagano
2018-06-12 23:02 Mike Pagano
2018-03-30 11:09 Mike Pagano
2015-06-23 12:07 Mike Pagano
2014-12-23 17:58 Mike Pagano
2014-07-01 22:54 Mike Pagano
2014-06-25 23:55 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=1487637112.907b7af4ef812efd778bb4971955d25a4202d2a3.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