[Home]

Summary:ASTERISK-26812: [patch] Fix download_externals To Allow The Use Of curl Or wget
Reporter:Michael L. Young (elguero)Labels:
Date Opened:2017-02-22 13:02:27.000-0600Date Closed:2017-02-23 08:35:00.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Codecs/General Core/BuildSystem
Versions:13.14.0 14.3.0 GIT Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Not sure if this is really a bug versus an improvement.  I can see it being viewed as a bug though by some.

The current build_tools/download_externals file depends on wget in order to download external modules.

The current build system is able to discover which tool to use for fetching remote files - either wget or curl.  This patch takes advantage of this capability by modifying the two calls to the wget binary to instead use what was discovered by the build system.
Comments:By: Asterisk Team (asteriskteam) 2017-02-22 13:02:27.816-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Friendly Automation (friendly-automation) 2017-02-23 08:35:01.282-0600

Change 5068 merged by zuul:
build_tools:  Fix download_externals to allow the use of curl or wget

[https://gerrit.asterisk.org/5068|https://gerrit.asterisk.org/5068]

By: Friendly Automation (friendly-automation) 2017-02-23 08:50:59.001-0600

Change 5069 merged by Joshua Colp:
build_tools:  Fix download_externals to allow the use of curl or wget

[https://gerrit.asterisk.org/5069|https://gerrit.asterisk.org/5069]

By: Friendly Automation (friendly-automation) 2017-02-23 09:07:22.584-0600

Change 5070 merged by zuul:
build_tools:  Fix download_externals to allow the use of curl or wget

[https://gerrit.asterisk.org/5070|https://gerrit.asterisk.org/5070]