[OE-core] [PATCH] pigz: use archive tarball instead of Github generated tarball

Burton, Ross ross.burton at intel.com
Mon Oct 30 16:31:24 UTC 2017


On 27 October 2017 at 12:05, Tim Orling <timothy.t.orling at linux.intel.com>
wrote:

> Github-generated tarballs are known to change over time, so
> use an archive tarball provided by zlib.net instead.
>

Looks like a good idea but the maintainer removes the old releases:

$ wget https://zlib.net/pigz/pigz-2.3.4.tar.gz
--2017-10-30 16:28:55--  https://zlib.net/pigz/pigz-2.3.4.tar.gz
Resolving zlib.net (zlib.net)... 69.73.182.198
Connecting to zlib.net (zlib.net)|69.73.182.198|:443... connected.
HTTP request sent, awaiting response... 200 OK
...
2017-10-30 16:28:56 (302 KB/s) - ‘pigz-2.3.4.tar.gz’ saved [105412/105412]

ross at flashheart ~/Programming/libsoup (master %)
$ wget https://zlib.net/pigz/pigz-2.3.3.tar.gz
--2017-10-30 16:28:58--  https://zlib.net/pigz/pigz-2.3.3.tar.gz
Resolving zlib.net (zlib.net)... 69.73.182.198
Connecting to zlib.net (zlib.net)|69.73.182.198|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-10-30 16:28:59 ERROR 404: Not Found.

The moment a new tarball comes out we'll need to fix all previous oe-core
releases...  maybe the author has a secret directory of all releases, or
could be talked into not deleting future releases?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20171030/36879026/attachment-0002.html>


More information about the Openembedded-core mailing list