Commit Graph

23 Commits

Author SHA1 Message Date
e9e04b85a2 change the repository server 2022-01-06 17:36:22 +09:00
5dee1ef236 change the repository server 2022-01-06 17:34:52 +09:00
Tianon Gravi
68da4e7b73 Add 6.1.0 2021-08-24 13:48:22 -07:00
Tianon Gravi
6ea6a98214 Update to Debian Bullseye 2021-08-23 14:29:57 -07:00
Tianon Gravi
5960559f0e Enable FUSE support (6.0+)
https://www.qemu.org/2021/08/22/fuse-blkexport/
2021-08-23 12:42:08 -07:00
Tianon Gravi
dea0e24bf9 Switch from SKS to Ubuntu keyserver
See also https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification and https://github.com/tianon/pgp-happy-eyeballs
2021-06-22 14:18:42 -07:00
Tianon Gravi
d32fb448a8 Remove "user" targets (for now) 2021-03-30 21:20:13 -07:00
Tianon Gravi
9b65e709eb Add explicit "native" variants
These are explicitly targeting their native architectures -- for example, the amd64 build will only include `qemu-system-x86_64`, which leads to much smaller images for folks who just want to run a VM on its native platform.
2021-03-20 22:10:01 -07:00
Tianon Gravi
655b15eb4b
Merge pull request #21 from tianon/pkgversion
Add source URL to "pkgversion"
2021-03-19 19:07:46 -07:00
Tianon Gravi
ff9825b0ec Add source URL to "pkgversion"
This should make `--version` output more helpful in any upstream bug reports so they can trace back to the source of the build.
2021-03-19 08:44:22 -07:00
Tianon Gravi
3fbba0e2eb Add "qemu-efi-aarch64" and "qemu-efi-arm" firmware packages and set "firmwarepath" matching Debian's 2021-03-19 08:38:04 -07:00
Tianon Gravi
eda2c39410 Add riscv64 2021-03-01 15:30:19 -08:00
Tianon Gravi
de840b8932 Add 5.2.0-rc3 2020-11-30 11:03:55 -08:00
Alex Thomae
9331643dbc
Fix missing libusbredirparser1 (#13)
Currently, the device `usb-redir` isn't available due to a missing
library. This commit fixes that.
2020-09-28 16:05:41 -07:00
Alex Thomae
dc1de6a914
Enable support for RBD
Signed-off-by: Alex Thomae <git@alex.thom.ae>
2020-09-10 07:06:16 +02:00
Tianon Gravi
3d69162f4e Use jq-template.awk 2020-08-27 16:34:48 -07:00
Tianon Gravi
7877bcf9e8 Revert "Apply workaround for https://bugs.debian.org/960271"
This reverts commit 0a7d8e431e.

See https://tracker.debian.org/news/1151808/accepted-linux-419118-2deb10u1-source-into-stable-embargoed-stable/ -- this was fixed for Buster in src:linux 4.19.118-2+deb10u1 🎉
2020-06-09 17:18:34 -07:00
Tianon Gravi
0a7d8e431e Apply workaround for https://bugs.debian.org/960271
This change comes from 467d12f5c7 in the upstream kernel, and will hopefully get patched in Debian directly so we can drop this patch from our builds.
2020-05-11 10:11:39 -07:00
Tianon Gravi
9b313157b4 Silence "apt-mark manual" output (since we have "set -x", so that output is redundant) 2020-05-11 10:10:42 -07:00
Tianon Gravi
768667821b Add "bzip2" to the build dependencies
```
  BUNZIP2 pc-bios/edk2-arm-code.fd.bz2
/bin/sh: 1: bzip2: not found
make: *** [Makefile:300: pc-bios/edk2-arm-code.fd] Error 127
make: *** Deleting file 'pc-bios/edk2-arm-code.fd'
```
2019-07-29 13:20:31 -07:00
Tianon Gravi
dee71cdf29 Fix libssh changes
This accounts for b10d49d761 (upstream switching from `libssh2` to `libssh` in 4.1+).
2019-07-29 13:15:25 -07:00
Tianon Gravi
b2041b33b9 Update to Debian Buster 2019-07-29 13:13:40 -07:00
Tianon Gravi
5744226562 Add "update.sh", use a template, and add multiple versions 2019-01-17 14:28:12 -08:00