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.133.124]) by sourceware.org (Postfix) with ESMTPS id 9C45B38582A5 for ; Mon, 1 Aug 2022 16:48:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9C45B38582A5 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-78-BkbHXz7UN96jA1S4NJIxNg-1; Mon, 01 Aug 2022 12:48:02 -0400 X-MC-Unique: BkbHXz7UN96jA1S4NJIxNg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 11ECE18E536C for ; Mon, 1 Aug 2022 16:48:02 +0000 (UTC) Received: from guittard.uglyboxes.com (unknown [10.2.16.251]) by smtp.corp.redhat.com (Postfix) with ESMTP id BECAE1415118 for ; Mon, 1 Aug 2022 16:48:01 +0000 (UTC) From: Keith Seitz To: bunsen@sourceware.org Subject: [PATCH] Add r-dejagnu-diff-logs to bin_SCRIPTS Date: Mon, 1 Aug 2022 09:48:01 -0700 Message-Id: <20220801164801.361357-1-keiths@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP 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, 01 Aug 2022 16:48:04 -0000 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 -- 2.36.1