From 12540d82e87afbfeae1de648046b447c064b991b Mon Sep 17 00:00:00 2001 From: Chris Herborth Date: Wed, 24 Dec 2025 08:33:31 -0500 Subject: [PATCH 1/4] DNM - testing iproute2 failure in elastic-build --- iproute2.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/iproute2.yaml b/iproute2.yaml index 5f3415e7fb7..48a2fdea3dc 100644 --- a/iproute2.yaml +++ b/iproute2.yaml @@ -1,7 +1,7 @@ package: name: iproute2 - version: "6.17.0" - epoch: 2 + version: "6.18.0" + epoch: 0 description: IP Routing Utilities copyright: - license: GPL-2.0-or-later @@ -22,6 +22,7 @@ environment: - build-base - busybox - ca-certificates-bundle + - curl - db-dev - elfutils-dev - flex @@ -35,9 +36,9 @@ environment: pipeline: - uses: git-checkout with: - repository: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git + repository: git://git.kernel.org/pub/scm/network/iproute2/iproute2.git tag: v${{package.version}} - expected-commit: d2a8ffe85ac64f91ee2aa7679a5046f321b54127 + expected-commit: 2efd8be65dfe8a502fae06773b899db86134ae46 - uses: autoconf/configure with: @@ -58,6 +59,9 @@ pipeline: with: opts: SBINDIR=/usr/bin + - runs: | + curl -v https://git.kernel.org/pub/scm/network/iproute2/iproute2.git > /dev/null + subpackages: - name: iproute2-doc description: iproute2 documentation @@ -82,8 +86,12 @@ test: packages: - bash - coreutils + - curl - grep pipeline: + - name: "Is it broken?" + runs: | + curl -v https://git.kernel.org/pub/scm/network/iproute2/iproute2.git > /dev/null - name: "Version and help checks for core utilities" - runs: | bridge -V From 6e2af58156153478726fa27804a3bef99cd903d1 Mon Sep 17 00:00:00 2001 From: Chris Herborth Date: Wed, 24 Dec 2025 08:49:18 -0500 Subject: [PATCH 2/4] Try https instead of git --- iproute2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iproute2.yaml b/iproute2.yaml index 48a2fdea3dc..c1bcefb9c31 100644 --- a/iproute2.yaml +++ b/iproute2.yaml @@ -36,7 +36,7 @@ environment: pipeline: - uses: git-checkout with: - repository: git://git.kernel.org/pub/scm/network/iproute2/iproute2.git + repository: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git tag: v${{package.version}} expected-commit: 2efd8be65dfe8a502fae06773b899db86134ae46 From 97eaa785c602b932f40499aaf81cd4c41a049d52 Mon Sep 17 00:00:00 2001 From: Chris Herborth Date: Wed, 24 Dec 2025 09:01:21 -0500 Subject: [PATCH 3/4] Try the 6.17.0 version --- iproute2.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iproute2.yaml b/iproute2.yaml index c1bcefb9c31..329845242db 100644 --- a/iproute2.yaml +++ b/iproute2.yaml @@ -1,7 +1,7 @@ package: name: iproute2 - version: "6.18.0" - epoch: 0 + version: "6.17.0" + epoch: 3 description: IP Routing Utilities copyright: - license: GPL-2.0-or-later @@ -36,9 +36,9 @@ environment: pipeline: - uses: git-checkout with: - repository: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git + repository: git://git.kernel.org/pub/scm/network/iproute2/iproute2.git tag: v${{package.version}} - expected-commit: 2efd8be65dfe8a502fae06773b899db86134ae46 + expected-commit: d2a8ffe85ac64f91ee2aa7679a5046f321b54127 - uses: autoconf/configure with: From b9ae04b921c1b5212b550b91b91ab4ea80b3568c Mon Sep 17 00:00:00 2001 From: Chris Herborth Date: Wed, 24 Dec 2025 09:14:23 -0500 Subject: [PATCH 4/4] DNM - testing kernel.org failures in elastic-build --- btrfs-progs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-progs.yaml b/btrfs-progs.yaml index db1d1c4d87a..ec1eabef53e 100644 --- a/btrfs-progs.yaml +++ b/btrfs-progs.yaml @@ -1,7 +1,7 @@ package: name: btrfs-progs version: "6.17.1" - epoch: 1 + epoch: 2 description: BTRFS filesystem utilities copyright: - license: GPL-2.0-or-later