[Emacs-Guix] build-farm-url.el refers to former URLs

  • Done
  • quality assurance status badge
Details
3 participants
  • Cayetano Santos
  • Ludovic Courtès
  • Simon Tournier
Owner
unassigned
Submitted by
Ludovic Courtès
Severity
normal

Debbugs page

Ludovic Courtès wrote 4 years ago
(address . bug-guix@gnu.org)
87wntegshy.fsf@inria.fr
Hi!

I just noticed that build-farm-url.el refers to deprecated/outdated
URLs: hydra.gnu.org, ci.guix.info, etc.

As I’m writing this :-), I also notice that build-farm.el is technically
not part of Emacs-Guix (and it supports Hydra too), but perhaps it
should? The Cuirass JSON API is being expanded these days so it may be
useful to revive this code.

Ludo’.
Ludovic Courtès wrote 2 years ago
control message for bug #47638
(address . control@debbugs.gnu.org)
874jn8v3iv.fsf@gnu.org
tags 47638 + easy
quit
Cayetano Santos wrote 5 months ago
Re: bug#47638: [Emacs-Guix] build-farm-url.el refers to former URLs
(address . ludo@gnu.org)(address . 47638@debbugs.gnu.org)(address . jsoo1@asu.edu)
87msie2cn8.fsf@inventati.org
Toggle quote (3 lines)
> I just noticed that build-farm-url.el refers to deprecated/outdated
> URLs: hydra.gnu.org, ci.guix.info, etc.

I have send a pull request to fix upstream urls:


Toggle quote (5 lines)
> As I’m writing this :-), I also notice that build-farm.el is technically
> not part of Emacs-Guix (and it supports Hydra too), but perhaps it
> should? The Cuirass JSON API is being expanded these days so it may be
> useful to revive this code.

Latest commit is from 2018 ... Anyhow, the melpa package uses the github
url, to start with. I’ll send a patch to fix this, in the hope that
someone takes care of this package.

Do we close the bug ?
Simon Tournier wrote 3 months ago
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . ludo@gnu.org)(address . jsoo1@asu.edu)(address . 47638-done@debbugs.gnu.org)
87ikrrxzwf.fsf@gmail.com
Hi,

On Tue, 05 Nov 2024 at 11:33, Cayetano Santos via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
Toggle quote (18 lines)
>> I just noticed that build-farm-url.el refers to deprecated/outdated
>> URLs: hydra.gnu.org, ci.guix.info, etc.
>
> I have send a pull request to fix upstream urls:
>
> https://github.com/alezost/build-farm.el/pull/2/files
>
>> As I’m writing this :-), I also notice that build-farm.el is technically
>> not part of Emacs-Guix (and it supports Hydra too), but perhaps it
>> should? The Cuirass JSON API is being expanded these days so it may be
>> useful to revive this code.
>
> Latest commit is from 2018 ... Anyhow, the melpa package uses the github
> url, to start with. I’ll send a patch to fix this, in the hope that
> someone takes care of this package.
>
> Do we close the bug ?

Closing! Feel free to reopen if I am missing something.

Cheers,
simon
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47638@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47638
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help