pideck / pideck-distro

PDK Project for PiDeck Custom Debian GNU/Linux Distribution
http://pideck.com
95 stars 11 forks source link

pdk channel update gives 404 not found #6

Open johansmolinski opened 4 years ago

johansmolinski commented 4 years ago

When running pdk channel update I get 404 Not Found on http://ftp.uk.debian.org/debian/dists/testing-updates/main/binary-armhf/Packages.gz. Seems like the closest existing file is Packages.xz.

14:28 $ pdk channel update
http://ftp.uk.debian.org/debian/dists/testing/Release
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++|
http://ftp.uk.debian.org/debian/dists/testing-updates/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/main/binary-armhf/Packages.gz
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/main/binary-armhf/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/main/source/Sources.gz
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/main/source/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/contrib/binary-armhf/Packages.gz
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/contrib/binary-armhf/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/contrib/source/Sources.gz
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/contrib/source/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/non-free/binary-armhf/Packages.gz
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/non-free/binary-armhf/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/non-free/source/Sources.gz
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing/non-free/source/Release
|------------------------------------------------------------|
http://ftp.uk.debian.org/debian/dists/testing-updates/main/binary-armhf/Packages.gz
Traceback (most recent call last):+++++++++++++++++++++++++++|
error: (22, 'The requested URL returned error: 404 Not Found')
pdk ERROR: Unknown error
danielhjames commented 4 years ago

Hi @johansmolinski we have deprecated PDK in favour of our new tool dibby: https://github.com/64studio/dibby/

However, if you'd like to have a go at updating PDK to work with current Debian repos, I note that the .gz format is assumed on line 606 of https://github.com/64studio/pdk/blob/master/pdk/channels.py

johansmolinski commented 4 years ago

Cool! I’ll rather look in to the recent one. Thanks!