Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner b37da5f37a Going wild
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2022.83-1_bpo11+1, https://salsa.debian.org/debian/dropbear.git) (pull_request) Failing after 18s
Test Action / test (amd64, -v, true, micro, debian/2.0.6-2_bpo10+1, https://salsa.debian.org/go-team/packages/micro.git) (pull_request) Failing after 15s
Test Action / test (arm, -v, false, at, debian/3.2.2-1, https://salsa.debian.org/debian/at.git) (pull_request) Failing after 21s
Test Action / test (arm, -v, iproute2, import/4.18.0-1ubuntu2_ubuntu18.04.1, https://git.launchpad.net/ubuntu/+source/iproute2) (pull_request) Failing after 24s
Test Action / test (arm64, -v, lolcat, debian/100.0.1-2, https://salsa.debian.org/ruby-team/lolcat.git) (pull_request) Failing after 20s
Test Action / test (arm64, -v, netcat-openbsd, import/1.206-1ubuntu1, https://git.launchpad.net/ubuntu/+source/netcat-openbsd) (pull_request) Failing after 21s
Test Action / test (arm64, true, -v, deber, v1.0.0, https://github.com/dawidd6/deber.git) (pull_request) Failing after 11s
2024-01-06 22:08:01 +01:00

View file

@ -12,44 +12,44 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
# - package: at - package: at
# arch: arm arch: arm
# repo: https://salsa.debian.org/debian/at.git repo: https://salsa.debian.org/debian/at.git
# ref: debian/3.2.2-1 ref: debian/3.2.2-1
# lintian_opts: "-v" lintian_opts: "-v"
# lintian_run: false lintian_run: false
# - package: lolcat - package: lolcat
# arch: arm64 arch: arm64
# repo: https://salsa.debian.org/ruby-team/lolcat.git repo: https://salsa.debian.org/ruby-team/lolcat.git
# ref: debian/100.0.1-2 ref: debian/100.0.1-2
# lintian_opts: "-v" lintian_opts: "-v"
# - package: micro - package: micro
# arch: amd64 arch: amd64
# repo: https://salsa.debian.org/go-team/packages/micro.git repo: https://salsa.debian.org/go-team/packages/micro.git
# ref: debian/2.0.6-2_bpo10+1 ref: debian/2.0.6-2_bpo10+1
# lintian_opts: "-v" lintian_opts: "-v"
# lintian_run: true lintian_run: true
- package: dropbear - package: dropbear
arch: amd64 arch: amd64
repo: https://salsa.debian.org/debian/dropbear.git repo: https://salsa.debian.org/debian/dropbear.git
ref: debian/2022.83-1_bpo11+1 ref: debian/2022.83-1_bpo11+1
lintian_opts: "-v" lintian_opts: "-v"
# - package: deber - package: deber
# arch: arm64 arch: arm64
# repo: https://github.com/dawidd6/deber.git repo: https://github.com/dawidd6/deber.git
# ref: v1.0.0 ref: v1.0.0
# lintian_opts: "-v" lintian_opts: "-v"
# install_skopeo: true install_skopeo: true
# - package: netcat-openbsd - package: netcat-openbsd
# arch: arm64 arch: arm64
# repo: https://git.launchpad.net/ubuntu/+source/netcat-openbsd repo: https://git.launchpad.net/ubuntu/+source/netcat-openbsd
# ref: import/1.206-1ubuntu1 ref: import/1.206-1ubuntu1
# lintian_opts: "-v" lintian_opts: "-v"
# - package: iproute2 - package: iproute2
# arch: arm arch: arm
# repo: https://git.launchpad.net/ubuntu/+source/iproute2 repo: https://git.launchpad.net/ubuntu/+source/iproute2
# ref: import/4.18.0-1ubuntu2_ubuntu18.04.1 ref: import/4.18.0-1ubuntu2_ubuntu18.04.1
# lintian_opts: "-v" lintian_opts: "-v"
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4