dawidd6 / action-debian-package

:gear: A GitHub Action for building Debian packages
MIT License
25 stars 8 forks source link

QEMU package not found #55

Closed ennorehling closed 2 years ago

ennorehling commented 2 years ago

This line:

            await exec.exec("wget", ["http://mirrors.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_5.2+dfsg-9ubuntu2_amd64.deb", "-O", "/tmp/qemu.deb"])

produces this error:

  HTTP request sent, awaiting response... 301 Moved Permanently
  Location: http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_5.2+dfsg-9ubuntu2_amd64.deb [following]
  --2022-08-27 12:57:56--  http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_5.2+dfsg-9ubuntu2_amd64.deb
  Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.199.223, 2604:1380:45d1:ec00::1
  Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.199.223|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2022-08-27 12:57:56 ERROR 404: Not Found.

That hard-coded 5.2 version of the package isn't there, only 4.2 and 6.2 exist at http://mirrors.edge.kernel.org/ubuntu/pool/universe/q/qemu/