i3 / i3.github.io

The i3wm.org website
https://i3wm.org/
191 stars 60 forks source link

Debian Mirror: Sync in progress? #127

Closed Laerciogj closed 1 year ago

Laerciogj commented 1 year ago

Current Behavior

Not able to add i3 Debian Repository

E: Failed to fetch https://baltocdn.com/i3-window-manager/i3/i3-autobuild/dists/all/main/binary-amd64/Packages.xz  File has unexpected size (67760 != 66692). Mirror sync in progress? [IP:XYZ 443]
   Hashes of expected file:
    - Filesize:66692 [weak]
    - SHA256:c420bc10fc476dafe1ce2fcc12e926a74ca19ad0fa44beaab97d2c6c6c0132b4
    - MD5Sum:d2dcd6343d9b7e39f8902a93e7876e70 [weak]
   Release file created at: Thu, 15 Jun 2023 06:48:53 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.

Expected Behavior

Reproduction Instructions

$ curl https://baltocdn.com/i3-window-manager/signing.asc | sudo apt-key add -
$ sudo apt install apt-transport-https --yes
$ echo "deb https://baltocdn.com/i3-window-manager/i3/i3-autobuild/ all main" | sudo tee /etc/apt/sources.list.d/i3-autobuild.list
$ sudo apt update

Environment

Ubuntu 22.04 5.19.0-46-generic - CN: Japan

P.S.: Please let me know if this is not the right repo to post this kind of issue.

Thanks.

Laerciogj commented 1 year ago

It appears to be functioning now after a few hours. Thank you.