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 via email to