Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion btrfs-progs.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 10 additions & 2 deletions iproute2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: iproute2
version: "6.17.0"
epoch: 2
epoch: 3
description: IP Routing Utilities
copyright:
- license: GPL-2.0-or-later
Expand All @@ -22,6 +22,7 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- curl
- db-dev
- elfutils-dev
- flex
Expand All @@ -35,7 +36,7 @@ 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

Expand All @@ -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
Expand All @@ -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
Expand Down
Loading