LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackonly repository problem (https://www.linuxquestions.org/questions/slackware-14/slackonly-repository-problem-4175559706/)

zerouno 11-23-2015 04:48 PM

slackonly repository problem
 
Hello.

I'm rebuilding the repository list in slackpkg+ and I want to report two issues with the slackonly repository

current-x86:
http://slackonly.com/pub/packages/current-x86/
there is an url redirect problem.
slackonly.org redirect to packages.slackonly.com then it redirect to panos.slackonly.com
in this last step the trailing slash is removed.

Code:

# wget http://slackonly.com/pub/packages/current-x86/GPG-KEY
--2015-11-23 23:37:29--  http://slackonly.com/pub/packages/current-x86/GPG-KEY
Resolving slackonly.com (slackonly.com)... 107.150.58.189
Connecting to slackonly.com (slackonly.com)|107.150.58.189|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://packages.slackonly.com/pub/packages/current-x86/GPG-KEY [following]
--2015-11-23 23:37:30--  http://packages.slackonly.com/pub/packages/current-x86/GPG-KEY
Resolving packages.slackonly.com (packages.slackonly.com)... 45.58.49.216
Connecting to packages.slackonly.com (packages.slackonly.com)|45.58.49.216|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://panos.slackonly.com/pub/packages/current-x86GPG-KEY [following]
--2015-11-23 23:37:31--  http://panos.slackonly.com/pub/packages/current-x86GPG-KEY
Resolving panos.slackonly.com (panos.slackonly.com)... 194.219.7.37
Connecting to panos.slackonly.com (panos.slackonly.com)|194.219.7.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-11-23 23:37:32 ERROR 404: Not Found.

root@homepc:~# curl http://slackonly.com/pub/packages/current-x86/GPG-KEY
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://packages.slackonly.com/pub/packages/current-x86/GPG-KEY">here</a>.</p>
</body></html>
root@homepc:~# curl http://packages.slackonly.com/pub/packages/current-x86/GPG-KEY
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://panos.slackonly.com/pub/packages/current-x86GPG-KEY">here</a>.</p>
</body></html>


14.1-x86:
http://slackonly.com/pub/packages/14.1-x86/
it has the GPG-KEY file but does not have the .asc for the packages nor the CHECKSUMS.md5.asc as all other have.

solarfields 11-24-2015 02:16 AM

Hi,

better contact Panagiotis about this: panos.mdma at gmail.com

(I sent him the link to this LQ post, just in case)


All times are GMT -5. The time now is 12:32 AM.