* We need a different downloader for KDE
@ 2017-05-14 12:54 Hartmut Goebel
2017-05-16 8:25 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Hartmut Goebel @ 2017-05-14 12:54 UTC (permalink / raw)
To: Guix-devel
Hi,
can anybody more skilled than me please implement some HTTP(s) updater,
so we can "refresh" directly from downloads.kde.org. Please apologize,
if there already is one, I did not spot one.
Yesterday KDE released an security update, which was available at
downloads.kde.org at 05:38 GMT. When I tried updating the packages
("guix refresh") at about 18:30 GMT, the packages have not been found.
Reasons for this is: "guix refresh --type=kde" uses
ftp://mirror.mit.edu, which obviously is lagging. This may cost us
important time in case of an emergency update. Unfortunately KDE's main
site (downloads.kd.org) is only accessible via https, not via FTP.
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: We need a different downloader for KDE
2017-05-14 12:54 We need a different downloader for KDE Hartmut Goebel
@ 2017-05-16 8:25 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-05-16 8:25 UTC (permalink / raw)
To: Hartmut Goebel; +Cc: Guix-devel
Hello,
Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:
> can anybody more skilled than me please implement some HTTP(s) updater,
> so we can "refresh" directly from downloads.kde.org. Please apologize,
> if there already is one, I did not spot one.
>
> Yesterday KDE released an security update, which was available at
> downloads.kde.org at 05:38 GMT. When I tried updating the packages
> ("guix refresh") at about 18:30 GMT, the packages have not been found.
>
> Reasons for this is: "guix refresh --type=kde" uses
> ftp://mirror.mit.edu, which obviously is lagging. This may cost us
> important time in case of an emergency update. Unfortunately KDE's main
> site (downloads.kd.org) is only accessible via https, not via FTP.
The updater currently browses FTP, and there’s no way to browse an HTTP
directory (because HTTP is not a file transfer protocol).
So we need a way to list the latest releases somehow. If they publish
JSON, XML, or some other structured info format, that’s fine too. But
HTTP alone is not good: we’d have to infer the information from HTML
pages, which sounds fragile.
Could you check what methods they offer to get updates?
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-16 8:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14 12:54 We need a different downloader for KDE Hartmut Goebel
2017-05-16 8:25 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).