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 F31283858D35 for ; Sat, 7 Jan 2023 16:26:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F31283858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673108779; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=vcYrYRNX90jdmtrfNAK5Z9Qck7vH6rmuLs5WcwZjfTo=; b=QwndqSza8s/e/uI1eQvix/UYlj280umUUM23gNxgIXxKIp4qby6iKG6ZhZFDbkAtxjSI5t 5v/OZLvqigSWjsmUqnFo4ykC0f5YzsiSr5PEq2NqOk5HBufyP3T1UECS9tH/GtJavh+thv Ftd2pkv8ifDMJ04hWr4pTh0uQjORsZc= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-156-7_QaX7gGOh6WA2zk0p3WgQ-1; Sat, 07 Jan 2023 11:26:18 -0500 X-MC-Unique: 7_QaX7gGOh6WA2zk0p3WgQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3EA8A3C025B0 for ; Sat, 7 Jan 2023 16:26:18 +0000 (UTC) Received: from redhat.com (unknown [10.2.16.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2F36D40C2064 for ; Sat, 7 Jan 2023 16:26:18 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1pEC1R-0003Ru-Ez for buildbot@sourceware.org; Sat, 07 Jan 2023 11:26:17 -0500 Date: Sat, 7 Jan 2023 11:26:17 -0500 From: "Frank Ch. Eigler" To: buildbot@sourceware.org Subject: small bunsen tweak for try branch users Message-ID: <20230107162617.GA9006@redhat.com> MIME-Version: 1.0 User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FSL_HAS_TINYURL,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - Just pushed a small change to the bunsen web gadget to make try-branch build listings a little more informative, giving both the builder name (~ which project) and the source branch (~ which user). https://builder.sourceware.org/testruns/?commitishes=&has_expfile_glob=&has_trsfile_glob=&has_keyvalue_k=testrun.git_describe&has_keyvalue_op=glob&has_keyvalue_v=*try*&has_keyvalue2_k=source.gitbranch&has_keyvalue2_op=glob&has_keyvalue2_v=*&order_by=testrun.authored.time&order=desc&limit=1000&offset=0&offset=0 aka tinyurl.com/2ec4fy6j - FChE