Opened 6 weeks ago

Closed 4 weeks ago

#1744 closed enhancement (fixed)

Allow running jhalfs without wget

Reported by: xry111 Owned by: Pierre Labastie
Priority: normal Milestone:
Component: jhalfs Version: GIT
Severity: normal Keywords:
Cc:

Description

If wget does not exist but curl does, we can use "curl -LO" instead of wget. Also if "Retrieve source files" is not selected we don't need to download a thing at all.

Change History (3)

comment:1 by Pierre Labastie, 5 weeks ago

Two parts in this ticket:

  • do not require a download application if nothing is to be downloaded

This is perfectly legitimate and should be easy to implement.

  • use curl if wget is not available and curl is

Maybe more questionable since usually applications impose the tools they need, and we could say "wget is the tool required by jhalfs".

Also another question is: should we do that for both LFS and BLFS or just LFS? Let's say this is for only for LFS...

comment:2 by Pierre Labastie, 4 weeks ago

Owner: changed from alfs-log@… to Pierre Labastie
Status: newaccepted

Seems not that hard, at least for LFS.

comment:3 by Pierre Labastie, 4 weeks ago

Resolution: fixed
Status: acceptedclosed

Fixed at commits 6fd5ad5668 and 40e87dacca2

Note: See TracTickets for help on using tickets.