public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
Date: Fri, 10 Aug 2018 13:00:44 +0000 (UTC)	[thread overview]
Message-ID: <1533906017.c51a5e17f8e8977e3f2e1c6deff5d88c4cd5ae29.mpagano@gentoo> (raw)

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


             reply	other threads:[~2018-08-10 13:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-10 13:00 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-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-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=1533906017.c51a5e17f8e8977e3f2e1c6deff5d88c4cd5ae29.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