From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id EDC6A1F9FD for ; Sun, 21 Feb 2021 21:46:37 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1613943995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=N4VSEKc02ZztKGkN2oErekktGwUfc4zHtmsGR9ZwbmA=; b=KkDIgDESw4XR8XNjgMAxvtqgP/KfaU/2aRRr2T0Uw/AZGBE1oJl/qMwLlfj+fhk0iaMtDs sBKxkrWfi6GJDnJunvJlDUFK+kOy7JeyBU+KOya5U/gHFJIT5ASWmaSedKfka72s6Itaip koZZG52jH4qm1Sx7aAFd/AAhL2pMm6wk/9pVzq9HXpFQGoIuSXh/IDrTRiOOqR8RzN+gsT 5Hsz6MrMgfdsLhgu/L7zCyqQZeiSS9WX6Top1O6UcoeyycxbaXjYyEWWs23ro4p+P/Ln1X DbdqixQV6AzWDefWMHP44bP263rJ8or8ZFbt4elqXEPfPseXDb6ChmW4Tz5jSA== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 0/3] t/www_listing: update for Grokmirror v2 Date: Sun, 21 Feb 2021 16:46:08 -0500 Message-Id: <20210221214612.15071-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: The test suite is failing on my end due to incompatibilities with Grokmirror v2: ERROR: Section [core] must exist in: /tmp/pi-www_listing-4290-4AZck2/repos.conf Perhaps this is a grokmirror-1.x config file? Patch 3 switches the generated manifest to be compatible with v2, skipping the tests for older Grokmirror versions. [1/3] t/www_listing: correct the number of tests for grok-pull skip [2/3] t/www_listing: reword grok-pull skip message [3/3] t/www_listing: require grok-pull version 2 or later t/www_listing.t | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) base-commit: dda6a67ce8865641edad51f83aab2eb2fc27bda8 -- 2.30.1