public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2014-12-23 17:58 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2014-12-23 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9e6f035d49b86550770bf22a539e4efca045fa2a
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 17:58:36 2014 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 17:58:36 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=9e6f035d

Emails for initial genpatches for a new version produced blank emails. Hopefully fix this.

---
 web/email-announcement.pl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index b078ecc..51978ac 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -57,6 +57,10 @@ if ($rel > 1) {
         @log_lines = `$cmd`;
     }
 }
+else {
+    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag;
+    @log_lines = `$cmd`;
+}
 
 
 #if ($rel > 1) {


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2022-07-24 17:16 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2022-07-24 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 17:16:34 2022 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 17:16:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=9cbb6db8

Addtional clean-up of the mistake of trying to support
two websites

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/email-announcement.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 4364fde1..011e15fe 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -8,7 +8,6 @@ $tag = shift;
 $kernel_name = shift;
 $LOCAL_TMP = shift;
 $REMOTE_BASE = shift;
-$USERNAME = shift;
 
 if ($tag =~ m/(2\.6\.\d+)-(\d+)/) {
     $ver = $1;


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2022-07-24 17:14 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2022-07-24 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8e9873b15500942bf20a87d2b6281564c50aafe2
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 17:12:55 2022 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 17:12:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8e9873b1

Let's not confuse users by directing them to two different
websites when we only want and need one.

If and when we get an infra kernel project space to build the
genpatches website, then we should change this.

Thank-you for your understanding.

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/email-announcement.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index b921f732..4364fde1 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -21,7 +21,7 @@ else { # support for kernels >= 3.0
 }
 
 $have_history = 0;
-$website_base = 'http://dev.gentoo.org/~'.${USERNAME}.'/genpatches';
+$website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
 
 $result = `rm -rf ${LOCAL_TMP}/linux-patches`;
 $result = `cd $LOCAL_TMP`;


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2021-07-13 13:26 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2021-07-13 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6aa9b5eb6066dd4e723631311b324d557030667c
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 13:25:42 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 13:25:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6aa9b5eb

Update auto generated genpatches page

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/gentoo_sources_web.pm | 57 ++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 49 insertions(+), 8 deletions(-)

diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
index 0921ba4..e4a1ee0 100644
--- a/web/gentoo_sources_web.pm
+++ b/web/gentoo_sources_web.pm
@@ -56,16 +56,57 @@ sub html_header {
 	print FD '<head>';
 	print FD '<title>'.$title.'</title>';
 	print FD '<link rel="stylesheet" href="style.css" />';
+	print FD '<link href="https://assets.gentoo.org/tyrian/v1/bootstrap.min.css" rel="stylesheet" media="screen">';
+  	print FD '<link href="https://assets.gentoo.org/tyrian/v1/tyrian.min.css" rel="stylesheet" media="screen">';
 	print FD '</head>';
-	print FD '<body>';
 
-	print FD '<table id="newspaper-a">';
-	print FD '<th><a href="index.html">Home</a></th>';
-	print FD '<th><a href="about.html">About</a></th>';
-	print FD '<th><a href="faq.html">FAQ</a></th>';
-	print FD '<th><a href="releases.html">Releases</a></th>';
-	print FD '<th><a href="bugs.html">Bugs</a></th>';
-	print FD '<th><a href="issues.html">Issues</a></th></table>';
+	print FD '<body>';
+	print FD '<header>';
+	print FD '<div class="site-title">';
+	print FD '<div class="container">';
+	print FD '<div class="row">';
+	print FD '<div class="site-title-buttons">';
+	print FD '<div class="btn-group btn-group-sm">';
+	print FD '<a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Gentoo!</strong></a>';
+	print FD '</div>';
+	print FD '</div>';
+	print FD '<div class="logo">';
+	print FD '<a href="/" title="Back to the homepage" class="site-logo">';
+	print FD '<object data="https://assets.gentoo.org/tyrian/v1/site-logo.svg" type="image/svg+xml">';
+	print FD '<img src="https://assets.gentoo.org/tyrian/v1/site-logo.png" alt="Gentoo Linux logo">';
+	print FD '</object>';
+	print FD '</a>';
+	print FD '</div>';
+	print FD '</div>';
+	print FD '</div>';
+	print FD '</div>';
+	print FD '<nav class="tyrian-navbar" role="navigation">';
+	print FD '<div class="container">';
+	print FD '<div class="row">';
+	print FD '<div class="navbar-header">';
+	print FD '<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">';
+	print FD '<span class="sr-only">Toggle navigation</span>';
+	print FD '<span class="icon-bar"></span>';
+	print FD '<span class="icon-bar"></span>';
+	print FD '<span class="icon-bar"></span>';
+	print FD '</button>';
+	print FD '</div>';
+	print FD '<div class="collapse navbar-collapse navbar-main-collapse">';
+	print FD '<ul class="nav navbar-nav">';
+	print FD '<li class="active"><a href="index.html">Home</a></li>';
+	print FD '<li class=""><a href="about.html">About</a></li>';
+	print FD '<li class=""><a href="faq.html">FAQ</a></li>';
+	print FD '<li class=""><a href="releases.html">Releases</a></li>';
+	print FD '<li class=""><a href="bugs.html">Bugs</a></li>';
+	print FD '</ul>';
+	print FD '<ul class="nav navbar-nav navbar-right">';
+	print FD '<li class=""><a href="/donate/"><span class="fa fa-heart" style="color:#d9534f;"></span> Donate</a></li>';
+	print FD '</ul>';
+	print FD '</div>';
+	print FD '</div>';
+	print FD '</div>';
+	print FD '</nav>';
+	print FD '</header>';
 }
 
 sub html_footer {


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2020-12-29 19:17 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2020-12-29 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5e63dc4fd55cf7af12d632511b6c1194c92eacc8
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 19:17:10 2020 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 19:17:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5e63dc4f

Remove old kernels, add new ones for website generation

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/gentoo_sources_web.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
index 4426f19..974efa0 100644
--- a/web/gentoo_sources_web.pm
+++ b/web/gentoo_sources_web.pm
@@ -33,7 +33,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/aufs-sources','sys-kernel/ck-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources');
+@kernels = ('sys-kernel/mips-sources','sys-kernel/pf-sources','sys-kernel/rt-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources');
 
 sub html_header {
 	local *FD = shift;


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2019-07-09 12:11 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2019-07-09 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     71848d2ac16ab64f20a82c548e8f3ced824b1092
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 12:11:14 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 12:11:14 2019 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=71848d2a

Working on email creation. Some small optimizations

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/email-announcement.pl | 65 ++++++++---------------------------------------
 1 file changed, 10 insertions(+), 55 deletions(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index adbb455..011e15f 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -25,13 +25,17 @@ $website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
 $result = `rm -rf ${LOCAL_TMP}/linux-patches`;
 $result = `cd $LOCAL_TMP`;
 $result = `git -C ${LOCAL_TMP}/linux-patches reset`;
-#$result = `git clone --depth=50 $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
-$result = `git clone $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
-#$result = `git clone -b $ver --single-branch $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
 
-#printf ("ver is ${ver} rel is ${rel} tag is ${tag}\n");
-# checkout branch
-#$result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
+# for X.Y.0 kernels, you can't do a shallow clone
+# for non X.Y.0 kernels (notice the 0), you can do a shallow clone
+if ($rel == 1) {
+	$result = `git clone $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
+}
+else {
+	$result = `git clone -b $ver --single-branch $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
+}
+
+# checkout branch, not really needed fir subgke-branch checkout
 $result = `git -C ${LOCAL_TMP}/linux-patches checkout ${ver}`;
 
 # Try and find previous release
@@ -50,8 +54,6 @@ if ($rel > 1) {
         }
     }
 
-
-
     if ($have_history == 1) {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$oldtag.'..'.$tag;
         @log_lines = `$cmd`;
@@ -64,48 +66,10 @@ if ($rel > 1) {
 }
 else {
     # just do git log
-    #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
-    #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
-    #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag.'...master';
     $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status  master..remotes/origin/'.$ver.' /tmp/linux-patches';
     @log_lines = `$cmd`;
 }
 
-
-#if ($rel > 1) {
-#	$oldtag = $ver.'-'.($rel-1);
-#	#$cmd = 'svn log -q --stop-on-copy '.$subversion_root.'/tags/'.$oldtag;
-#	#$cmd = 'svn log -q --stop-on-copy '.$subversion_root.'/tags/'.$oldtag;
-#
-#    # check out branch
-#    printf("LOCAL_TMP is ${LOCAL_TMP}\n");
-#    $cmd='git -C '.${LOCAL_TMP}.' checkout '.$ver;
-#    @result = `$cmd`;
-#
-#    # get log in between tags
-#    $cmd='git -C '.${LOCAL_TMP}.' log '.$oldtag.'..'.$tag.' --name-status';
-#    printf (" cmd is $cmd\n");
-#
-#	@log_lines = `$cmd`;
-#	$lastrev = 0;
-#	foreach (@log_lines) {
-#		next if $_ !~ /^r(\d+) \|/;
-#		$lastrev = $1;
-#		last;
-#	}
-#}
-#
-#printf("lastrev is $lastrev\n");
-#
-#if ($lastrev) {
-#    printf("inside lastrev\n");
-#	@commits = _parse_log($tag, $lastrev);
-#	$have_history = @commits;
-#}
-#
-#local $ext;
-#$ext = get_tarball_ext($tag);
-#
 $email .= "To: Gentoo Kernel List <gentoo-kernel\@lists.gentoo.org>\n";
 $email .= "Subject: [ANNOUNCE] $kernel_name-$tag release\n";
 
@@ -124,15 +88,6 @@ else {
         }
 	}
 
-#$email .= "\nPATCHES\n";
-#$email .= "-------\n\n";
-#$email .= "When the website updates, the complete patch list and split-out patches will be\n";
-#$email .= "available here:\n";
-#$email .= $website_base."/patches-".$tag.".html\n";
-#$email .= $website_base."/tarballs/".$kernel_name."-".$tag.".base.tar".$ext."\n";
-#$email .= $website_base."/tarballs/".$kernel_name."-".$tag.".extras.tar".$ext."\n";
-#$email .= $website_base."/tarballs/".$kernel_name."-".$tag.".experimental.tar".$ext."\n";
-
 if ($kernel_name == "genpatches") {
 	$email .= "\n\nABOUT GENPATCHES\n";
 	$email .= "----------------\n\n";


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2019-07-08 20:47 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2019-07-08 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     fdf1cc37dac1ed2d879b0f11501445e641644ce2
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 20:47:24 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 20:47:24 2019 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=fdf1cc37

Fix email for X.Y.0 patchsets

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/email-announcement.pl | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index c5c2b56..adbb455 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -26,10 +26,13 @@ $result = `rm -rf ${LOCAL_TMP}/linux-patches`;
 $result = `cd $LOCAL_TMP`;
 $result = `git -C ${LOCAL_TMP}/linux-patches reset`;
 #$result = `git clone --depth=50 $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
-$result = `git clone -b $ver --single-branch $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
+$result = `git clone $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
+#$result = `git clone -b $ver --single-branch $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
 
+#printf ("ver is ${ver} rel is ${rel} tag is ${tag}\n");
 # checkout branch
-$result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
+#$result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
+$result = `git -C ${LOCAL_TMP}/linux-patches checkout ${ver}`;
 
 # Try and find previous release
 if ($rel > 1) {
@@ -63,7 +66,8 @@ else {
     # just do git log
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
-    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" '.$tag.'...master';
+    #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag.'...master';
+    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status  master..remotes/origin/'.$ver.' /tmp/linux-patches';
     @log_lines = `$cmd`;
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2019-02-07  0:21 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2019-02-07  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     52798ac5788955bc9e6db82cb27b1ec08a07b256
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 00:21:13 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 00:21:13 2019 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=52798ac5

proj/linux-patches: Update kernel packages for website generation

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/gentoo_sources_web.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
index 8b703dc..4426f19 100644
--- a/web/gentoo_sources_web.pm
+++ b/web/gentoo_sources_web.pm
@@ -33,7 +33,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/ck-sources','sys-kernel/gentoo-sources','sys-kernel/hardened-sources','sys-kernel/openvz-sources','sys-kernel/tuxonice-sources','sys-kernel/vserver-sources','sys-kernel/zen-sources');
+@kernels = ('sys-kernel/aufs-sources','sys-kernel/ck-sources','sys-kernel/gentoo-sources','sys-kernel/zen-sources');
 
 sub html_header {
 	local *FD = shift;


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2019-01-12 18:46 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2019-01-12 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a054ec899be237d057d2642748b59de04773bf92
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 18:45:55 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Jan 12 18:45:55 2019 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a054ec89

proj/linux-patches: Add local dir for gentoo perl module

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/makesite.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/makesite.pl b/web/makesite.pl
index db2e686..5e4dd44 100755
--- a/web/makesite.pl
+++ b/web/makesite.pl
@@ -10,6 +10,7 @@ use File::Basename;
 use File::Copy;
 use URI::Escape;
 use Cwd;
+use lib '.';
 use gentoo_sources_web;
 use Sort::Versions;
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2018-08-10 13:00 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2018-08-10 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c51a5e17f8e8977e3f2e1c6deff5d88c4cd5ae29
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 13:00:17 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 13:00:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c51a5e17

email announcement cleanup

 web/email-announcement.pl | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 5b1755b..c5c2b56 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -35,7 +35,6 @@ $result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
 if ($rel > 1) {
 	$oldtag = $ver.'-'.($rel-1);
     $cmd='git -C '.${LOCAL_TMP}.'/linux-patches rev-list '.$oldtag;
-#    printf ("1 cmd is $cmd\n");
     @output = `$cmd`;
 
     foreach $line (@output) { 
@@ -52,13 +51,11 @@ if ($rel > 1) {
 
     if ($have_history == 1) {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$oldtag.'..'.$tag;
-#    	printf ("2 cmd is $cmd\n");
         @log_lines = `$cmd`;
         $have_history = 1;
     }
     else {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag;
-#    	printf ("3 cmd is $cmd\n");
         @log_lines = `$cmd`;
     }
 }
@@ -67,7 +64,6 @@ else {
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
     $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" '.$tag.'...master';
-#    printf ("4 cmd is $cmd\n");
     @log_lines = `$cmd`;
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2018-08-04 13:27 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2018-08-04 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b31c54b2c3df622f58079e89d5659d4c54239e66
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  4 13:26:49 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Aug  4 13:26:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b31c54b2

Fix git clone for email announcement

 web/email-announcement.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 1020df4..5b1755b 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -22,9 +22,11 @@ else { # support for kernels >= 3.0
 $have_history = 0;
 $website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
 
+$result = `rm -rf ${LOCAL_TMP}/linux-patches`;
 $result = `cd $LOCAL_TMP`;
 $result = `git -C ${LOCAL_TMP}/linux-patches reset`;
-$result = `git clone $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
+#$result = `git clone --depth=50 $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
+$result = `git clone -b $ver --single-branch $REMOTE_BASE ${LOCAL_TMP}/linux-patches`;
 
 # checkout branch
 $result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2018-07-25 11:41 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2018-07-25 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     eca85db2728dc6d9d86d3eb5987ed2ac10be9841
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 11:41:11 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 11:41:11 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=eca85db2

Remove debug lines

 web/email-announcement.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 476941f..1020df4 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -33,7 +33,7 @@ $result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
 if ($rel > 1) {
 	$oldtag = $ver.'-'.($rel-1);
     $cmd='git -C '.${LOCAL_TMP}.'/linux-patches rev-list '.$oldtag;
-    printf ("1 cmd is $cmd\n");
+#    printf ("1 cmd is $cmd\n");
     @output = `$cmd`;
 
     foreach $line (@output) { 
@@ -50,13 +50,13 @@ if ($rel > 1) {
 
     if ($have_history == 1) {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$oldtag.'..'.$tag;
-    	printf ("2 cmd is $cmd\n");
+#    	printf ("2 cmd is $cmd\n");
         @log_lines = `$cmd`;
         $have_history = 1;
     }
     else {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag;
-    	printf ("3 cmd is $cmd\n");
+#    	printf ("3 cmd is $cmd\n");
         @log_lines = `$cmd`;
     }
 }
@@ -65,7 +65,7 @@ else {
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
     $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" '.$tag.'...master';
-    printf ("4 cmd is $cmd\n");
+#    printf ("4 cmd is $cmd\n");
     @log_lines = `$cmd`;
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2018-07-24 16:43 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2018-07-24 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     893f2dc6c3b67bd9c137f9ce41abe243bc9eb0bb
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 16:42:56 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 16:42:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=893f2dc6

Update email announcement for X-1 kernels.

 web/email-announcement.pl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index c533ae5..476941f 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -33,6 +33,7 @@ $result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
 if ($rel > 1) {
 	$oldtag = $ver.'-'.($rel-1);
     $cmd='git -C '.${LOCAL_TMP}.'/linux-patches rev-list '.$oldtag;
+    printf ("1 cmd is $cmd\n");
     @output = `$cmd`;
 
     foreach $line (@output) { 
@@ -49,18 +50,22 @@ if ($rel > 1) {
 
     if ($have_history == 1) {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$oldtag.'..'.$tag;
+    	printf ("2 cmd is $cmd\n");
         @log_lines = `$cmd`;
         $have_history = 1;
     }
     else {
         $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag;
+    	printf ("3 cmd is $cmd\n");
         @log_lines = `$cmd`;
     }
 }
 else {
     # just do git log
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
-    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
+    #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
+    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" '.$tag.'...master';
+    printf ("4 cmd is $cmd\n");
     @log_lines = `$cmd`;
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2018-06-12 23:02 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2018-06-12 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 23:02:04 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 23:02:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5fb529bf

Work on email creation for -1 tags

 web/email-announcement.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 59c50b0..c533ae5 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -60,7 +60,7 @@ if ($rel > 1) {
 else {
     # just do git log
     #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
-    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ';
+    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ..'.$tag;
     @log_lines = `$cmd`;
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2018-03-30 11:09 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2018-03-30 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a0bd3214fd4266aef2c5aeff465cf5a381b5579e
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 11:09:35 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 11:09:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a0bd3214

htm to html for creation of pages

 web/makesite.pl | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/web/makesite.pl b/web/makesite.pl
index bc2535d..adcbef2 100755
--- a/web/makesite.pl
+++ b/web/makesite.pl
@@ -34,7 +34,7 @@ process_static_content();
 sub make_index_page {
 	local *FD;
 	print ">> Making index page\n";
-	open(FD, '> '.$output_path.'/index.htm');
+	open(FD, '> '.$output_path.'/index.html');
 	html_header *FD;
 	include_content *FD, 'sitemap';
 	html_footer *FD;
@@ -44,7 +44,7 @@ sub make_index_page {
 sub make_about_page {
 	local *FD;
 	print ">> Making about page\n";
-	open(FD, '> '.$output_path.'/about.htm');
+	open(FD, '> '.$output_path.'/about.html');
 	html_header *FD;
 	include_content *FD, 'about';
 	html_footer *FD;
@@ -54,7 +54,7 @@ sub make_about_page {
 sub make_faq_page {
 	local (*FD, *DIR);
 	print ">> Making FAQ page\n";
-	open(FD, '> '.$output_path.'/faq.htm');
+	open(FD, '> '.$output_path.'/faq.html');
 	html_header *FD;
 	print FD '<h1>Frequently Asked Questions</h1>';
 	opendir(DIR, 'content/faq');
@@ -67,7 +67,7 @@ sub make_faq_page {
 sub make_bugs_page {
 	local *FD;
 	print ">> Making bugs page\n";
-	open(FD, '> '.$output_path.'/bugs.htm');
+	open(FD, '> '.$output_path.'/bugs.html');
 	html_header *FD;
 	include_content *FD, 'bugs';
 	html_footer *FD;
@@ -77,7 +77,7 @@ sub make_bugs_page {
 sub make_issues_page {
 	local *FD;
 	print ">> Making issues page\n";
-	open(FD, '> '.$output_path.'/issues.htm');
+	open(FD, '> '.$output_path.'/issues.html');
 	html_header *FD;
 	generate_issues_index(FD);
 	html_footer *FD;
@@ -97,7 +97,7 @@ sub generate_issues_index {
 	opendir(DIR, 'content/issues/current');
 	foreach $file (grep { -f "content/issues/current/$_" } sort readdir DIR) {
 		$path = 'content/issues/current/'.$file;
-		print FD '<li><a href="issues-current.htm#'.$file.'">';
+		print FD '<li><a href="issues-current.html#'.$file.'">';
 		print FD nl2br html_escape issues_get_questions $path;
 		print FD '</a></li>';
 	}
@@ -109,7 +109,7 @@ sub generate_issues_index {
 	opendir(DIR, 'content/issues/resolved');
 	foreach $file (grep { -f "content/issues/resolved/$_" } sort readdir DIR) {
 		$path = 'content/issues/resolved/'.$file;
-		print FD '<li><a href="issues-resolved.htm#'.$file.'">';
+		print FD '<li><a href="issues-resolved.html#'.$file.'">';
 		print FD nl2br html_escape issues_get_questions $path;
 		print FD '</a></li>';
 	}
@@ -120,7 +120,7 @@ sub generate_issues_index {
 sub generate_issues_current {
 	local (*DIR, *FD);
 	my $file;
-	open(FD, '> '.$output_path.'/issues-current.htm');
+	open(FD, '> '.$output_path.'/issues-current.html');
 	html_header *FD;
 	print FD '<h1>Current Issues and Solutions</h1>';
 	
@@ -146,7 +146,7 @@ sub generate_issues_current {
 sub generate_issues_resolved {
 	local (*DIR, *FD);
 	my $file;
-	open(FD, '> '.$output_path.'/issues-resolved.htm');
+	open(FD, '> '.$output_path.'/issues-resolved.html');
 	html_header *FD;
 	print FD '<h1>Previous/Resolved Issues and Solutions</h1>';
 	
@@ -184,7 +184,7 @@ sub make_kernels_page {
 	print ">> Making kernels page\n";
 	my %kernels = _get_genpatches_kernels();
 	
-	open(FD, '> '.$output_path.'/kernels.htm');
+	open(FD, '> '.$output_path.'/kernels.html');
 	html_header *FD;
 	print FD '<h1>Available Kernels</h1>';
 	print FD '<table id="hor-minimalist-a" class="kernels">';
@@ -195,7 +195,7 @@ sub make_kernels_page {
 		print FD '<td>'.$kernel->{'ver'}.'</td>';
         # need link to be http://git.mpagano.com/?p=linux-patches.git;a=tree;h=9fe89d1c30a6de1bf4996aa8cfaf2a24b77919fe;hb=ae90dea77ef818eb638b8bb086ac8f0b671b28cf
 		
-		print FD '<td><a href="patches-'.$kernel->{'gprev'}.'.htm">'.$kernel->{'gprev'}.'</a> '.$kernel->{'wanted'}.'</td>';
+		print FD '<td><a href="patches-'.$kernel->{'gprev'}.'.html">'.$kernel->{'gprev'}.'</a> '.$kernel->{'wanted'}.'</td>';
 		print FD '</tr>';
 	}
 
@@ -232,11 +232,11 @@ sub make_release_pages {
     
     
 	opendir(DIR, $webscript_path.'/generated');
-	@patchpages = grep { /-patches\.htm$/ } sort readdir DIR;
+	@patchpages = grep { /-patches\.html$/ } sort readdir DIR;
 	closedir(DIR);
 	
 	foreach $patch (@patchpages) {
-		$patch =~ m/^(.*)-patches\.htm$/;
+		$patch =~ m/^(.*)-patches\.html$/;
 		copy($webscript_path.'/generated/'.$patch, $webscript_path.'/output/patches-'.$1.'.htm');
 	}
 
@@ -248,9 +248,9 @@ sub mysort {
 
 sub mysort_old {
 
-	$a =~ m/^\d\.\d\.(\d+)-(\d+)-info\.htm$/;
+	$a =~ m/^\d\.\d\.(\d+)-(\d+)-info\.html$/;
 	$mya = $2;
-	$b =~ m/^\d\.\d\.(\d+)-(\d+)-info\.htm$/;
+	$b =~ m/^\d\.\d\.(\d+)-(\d+)-info\.html$/;
 	$myb = $2;
 	return $mya - $myb;
 }
@@ -261,10 +261,10 @@ sub make_releases_index {
 	my (%kernels, $info, @infopages, $kernel);
 	local (*DIR, *FILE, *INDEX);
 	opendir(DIR, $webscript_path.'/generated');
-	@infopages = grep { /-info\.htm$/ } readdir DIR;
+	@infopages = grep { /-info\.html$/ } readdir DIR;
 	foreach $info (@infopages) {
 		#$info =~ m/^(\d\.\d\.\d+)-\d+-info\.htm$/;
-		$info =~ m/^(\d\.\d+)-\d+-info\.htm$/;
+		$info =~ m/^(\d\.\d+)-\d+-info\.html$/;
 		$kernels{$1} = 1;
 	}
 
@@ -273,7 +273,7 @@ sub make_releases_index {
 #		$kernels{$1} = 1;
 #	}
 
-	open(INDEX, '> '.$webscript_path.'/output/releases.htm');
+	open(INDEX, '> '.$webscript_path.'/output/releases.html');
 	html_header(INDEX, 'genpatches Releases');
 	print INDEX '<h1>genpatches Releases</h1>';
 
@@ -282,8 +282,8 @@ sub make_releases_index {
         if ($kernel == "") {
             next;
         }
-		print INDEX '<p><a href="releases-'.$kernel.'.htm">genpatches releases for Linux '.$kernel.'</a></p>';
-		open(FILE, '> '.$webscript_path.'/output/releases-'.$kernel.'.htm');
+		print INDEX '<p><a href="releases-'.$kernel.'.html">genpatches releases for Linux '.$kernel.'</a></p>';
+		open(FILE, '> '.$webscript_path.'/output/releases-'.$kernel.'.html');
 		html_header(FILE, "$kernel Releases");
 		print FILE '<h1>'.$kernel.' Releases</h1>';
 		foreach (grep { /^$kernel-/ } sort mysort @infopages) {
@@ -307,7 +307,7 @@ sub generate_patchlist {
 	local $ext;
 	$ext = get_tarball_ext($tag);
 
-	open(PATCHLIST, '> '.$webscript_path.'/generated/'.$tag.'-patches.htm');
+	open(PATCHLIST, '> '.$webscript_path.'/generated/'.$tag.'-patches.html');
 	html_header(PATCHLIST, "$tag Patch List");
 	print PATCHLIST '<h1>'.$tag.' Patch List</h1>';
 	print PATCHLIST '<p>Patches 0000-2999 are available in ';
@@ -367,9 +367,9 @@ sub generate_info {
         print "no revision found for tag: $tag\n";
     }
 	
-	open (INFO, '> '.$webscript_path.'/generated/'.$tag.'-info.htm');
+	open (INFO, '> '.$webscript_path.'/generated/'.$tag.'-info.html');
 	print INFO '<h2>Release '.$tag.'</h2>';
-	print INFO '<p><a href="patches-'.$tag.'.htm">View entire patch list</a><br />';
+	print INFO '<p><a href="patches-'.$tag.'.html">View entire patch list</a><br />';
 	print INFO 'Split-out patch tarballs: ';
 	print INFO '<a href="tarballs/genpatches-'.$tag.'.base.tar'.$ext.'">base</a>, ';
 	print INFO '<a href="tarballs/genpatches-'.$tag.'.extras.tar'.$ext.'">extras</a></p>';


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2017-02-21  0:32 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2017-02-21  0:32 UTC (permalink / raw
  To: gentoo-commits

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;
         }


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2015-06-23 12:07 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2015-06-23 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2b7dcd8759d1188ceb65677ae530c0c0565273d7
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 12:07:40 2015 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 12:07:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2b7dcd87

Fix email annoucement for X.0.0 kernels.

 web/email-announcement.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 51978ac..45ad54d 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -58,7 +58,9 @@ if ($rel > 1) {
     }
 }
 else {
-    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$tag;
+    # just do git log
+    #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" --name-status '.$ver;
+    $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  --pretty=format:"%s (%an)" ';
     @log_lines = `$cmd`;
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2014-07-01 22:54 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2014-07-01 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f66bb453a1468dc526853ab4a0c24babc6c5e413
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  1 22:54:16 2014 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jul  1 22:54:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=f66bb453

More website gerneration fixes

---
 web/gentoo_sources_web.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
index f0b053b..6510c21 100644
--- a/web/gentoo_sources_web.pm
+++ b/web/gentoo_sources_web.pm
@@ -208,6 +208,7 @@ sub _get_patch_list {
 
     # checkout tag
     $cmd = 'git -C /tmp/linux-patches checkout '.$tag;
+    $output = `$cmd`;
 
 	$cmd = 'cat /tmp/linux-patches/0000_README';
 	my @readme_lines = `$cmd`;
@@ -216,7 +217,7 @@ sub _get_patch_list {
 
 	foreach (@readme_lines) {
 		chomp;
-		
+
 		if (/^[Pp]atch:[ \t]+(.*)$/) {
             printf ("patch :$1\n");
 			$count++;


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
@ 2014-06-25 23:55 Mike Pagano
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Pagano @ 2014-06-25 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     427ca174b117ccd868f27f142f5407630b6f0d29
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 23:55:32 2014 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 23:55:32 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=427ca174

fix website_base for email

---
 web/email-announcement.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 53d6f95..b078ecc 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -20,6 +20,7 @@ else { # support for kernels >= 3.0
 }
 
 $have_history = 0;
+$website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
 
 $result = `cd $LOCAL_TMP`;
 $result = `git -C ${LOCAL_TMP}/linux-patches reset`;


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

end of thread, other threads:[~2022-07-24 17:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23 17:58 [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ Mike Pagano
  -- strict thread matches above, loose matches on Subject: below --
2022-07-24 17:16 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
2017-02-21  0:32 Mike Pagano
2015-06-23 12:07 Mike Pagano
2014-07-01 22:54 Mike Pagano
2014-06-25 23:55 Mike Pagano

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