Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-24 | Fix ports mirror (tested on riscv64) | Jochen Sprickerhof | |
2023-06-19 | gitlab-ci: copy dpkg-dev dependency | Helmut Grohne | |
Fixes: 1c98a5b3b36f ("bin/debvm-run: qemu (>> 1:8.0) provides symlinks for qemu-system-${debarch} as well as qemu-system-any") | |||
2023-06-19 | gitlab-ci: register binfmts again | Helmut Grohne | |
2023-01-25 | tests: use an amd64 kernel on i386 | Helmut Grohne | |
2023-01-24 | tests: add armel with an armhf kernel | Helmut Grohne | |
2023-01-15 | README.md: fix typo | Helmut Grohne | |
2023-01-11 | debvm-create: move functionality into support files | Helmut Grohne | |
The benefit of this change is that we don't have to escape that much. As a consequence, it becomes easier to put more code into the customization hooks, which have access to installed package versions. Thus we can reduce the use of DEBVER and thus improve working with snapshot.d.o. | |||
2023-01-11 | CI: attempt to fix by not using a relative path in $PATH | Helmut Grohne | |
2023-01-11 | move the debvm-* tools to bin | Helmut Grohne | |
The purpose of this change is adding support files to be referenced and called from these tools. Those support files shall be located in ../share and this way of locating them shall work both in-source and when installed. | |||
2023-01-03 | gitlab-ci: stop installing sleepenh | Helmut Grohne | |
2022-12-31 | gitlab-ci: also apply shellcheck and codespell to tests | Helmut Grohne | |
2022-12-27 | test script: Use positional arguments | Jochen Sprickerhof | |
Reported-by: Helmut Grohne <helmut@subdivi.de> | |||
2022-12-23 | Simplify .gitlab-ci.yml | Jochen Sprickerhof | |
2022-12-23 | Move tests to tests/create-and-run.sh (Closes: #4) | Jochen Sprickerhof | |
2022-12-23 | CI: drop stage (not needed) | Jochen Sprickerhof | |
2022-12-23 | CI: fix indention | Jochen Sprickerhof | |
2022-12-23 | CI: Use local ssh key | Jochen Sprickerhof | |
2022-12-22 | Support mips* (Closes: #1) | Jochen Sprickerhof | |
2022-12-22 | gitlabci: bump up vm timeout | Helmut Grohne | |
arm64 takes a little longer and the ssh loop takes up to 150s anyway. | |||
2022-12-22 | gitlabci: restore release testing | Helmut Grohne | |
Reported-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Fixes: 92f183a21ed6 ("Test different architectures") | |||
2022-12-22 | Test different architectures | Jochen Sprickerhof | |
2022-12-22 | gitlabci: enable testing jessie | Helmut Grohne | |
2022-12-22 | gitlabci: extend testing to older releases | Helmut Grohne | |
2022-12-22 | gitlabci: fix up premature merge | Helmut Grohne | |
Closes: !4 Signed-off-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | |||
2022-12-22 | .gitlab-ci.yml: wait for system to be ready for ssh connections before ↵ | Johannes Schauer Marin Rodrigues | |
continueing | |||
2022-12-21 | .gitlab-ci.yml: use timeout from coreutils instead of timelimit | Johannes Schauer Marin Rodrigues | |
2022-12-21 | gitlab-ci: increase boot wait | Helmut Grohne | |
This is a race condition. Let's see whether we can win it more reliably. | |||
2022-12-21 | CI: switch to debian:sid-slim | Jochen Sprickerhof | |
2022-12-21 | Test different releases | Jochen Sprickerhof | |
2022-12-21 | experiment with a simple .gitlab-ci.yml | Helmut Grohne | |