From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 677523858404 for ; Mon, 15 Aug 2022 14:40:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 677523858404 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-61-2oLEJXwANjmYn4W5E3AIjg-1; Mon, 15 Aug 2022 10:40:57 -0400 X-MC-Unique: 2oLEJXwANjmYn4W5E3AIjg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C5B96A0CA65 for ; Mon, 15 Aug 2022 14:40:56 +0000 (UTC) Received: from [10.2.16.251] (unknown [10.2.16.251]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 979192166B26 for ; Mon, 15 Aug 2022 14:40:56 +0000 (UTC) Message-ID: <4e081be6-6951-ec9d-ba01-1bde5a30c8b3@redhat.com> Date: Mon, 15 Aug 2022 07:40:55 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] Add r-dejagnu-diff-logs to bin_SCRIPTS To: bunsen@sourceware.org References: <20220801164801.361357-1-keiths@redhat.com> From: Keith Seitz In-Reply-To: <20220801164801.361357-1-keiths@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: bunsen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bunsen mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2022 14:41:03 -0000 Ping? On 8/1/22 09:48, Keith Seitz via Bunsen wrote: > When I committed this patch, I failed to do this, and the script was not being > installed. > --- > bin/Makefile.am | 2 +- > bin/Makefile.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/bin/Makefile.am b/bin/Makefile.am > index 8ad6b1f..5c9e3b5 100644 > --- a/bin/Makefile.am > +++ b/bin/Makefile.am > @@ -5,6 +5,6 @@ bin_SCRIPTS = g-dejagnu-cluster-entropy g-testrun-clusterfinder \ > i-glibc-summarizer \ > pipeline \ > t-sourceware-mails-import t-upload-git-push \ > - r-find-testruns r-diff-testruns r-show-testrun r-httpd-browse r-dejagnu-summary > + r-find-testruns r-diff-testruns r-show-testrun r-httpd-browse r-dejagnu-summary r-dejagnu-diff-logs > > EXTRA_DIST = $(bin_SCRIPTS) > diff --git a/bin/Makefile.in b/bin/Makefile.in > index bbd2459..9544927 100644 > --- a/bin/Makefile.in > +++ b/bin/Makefile.in > @@ -243,7 +243,7 @@ bin_SCRIPTS = g-dejagnu-cluster-entropy g-testrun-clusterfinder \ > i-glibc-summarizer \ > pipeline \ > t-sourceware-mails-import t-upload-git-push \ > - r-find-testruns r-diff-testruns r-show-testrun r-httpd-browse r-dejagnu-summary > + r-find-testruns r-diff-testruns r-show-testrun r-httpd-browse r-dejagnu-summary r-dejagnu-diff-logs > > EXTRA_DIST = $(bin_SCRIPTS) > all: all-am