Changes between Version 2 and Version 3 of Ticket #13186, comment 3


Ignore:
Timestamp:
Nov 26, 2024, 9:04:22 PM (5 months ago)
Author:
Robin Candau

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13186, comment 3

    v2 v3  
    77However, the intentionally added unstable part in the filezilla's download url (https://dl3.cdn.filezilla-project.org/client/FileZilla_3.68.1_x86_64-linux-gnu.tar.xz **?h=pdb4gbqtw08yYaxFABrHYg&x=1732651086**) now makes it impossible for distributions to fetch sources from it in their build scripts (as the latter part is unstable and unpredictable).
    88As such, fetching the filezilla source now became an extra manual step that has to be performed beforehand, outside from usual distributions' packaging workflow (where this part is handled automatically).
    9 For instance, as you can see from the links I provided in my ticket, OpenSuse, Alpine & Gentoo (among others) had to stop fetching the source tarball from Filezilla's website in their build script (due to the above) to rely on a local copy of the said source that they now have to manually download and upload on their side.
     9For instance, as you can see from the links I provided in my ticket, OpenSuse, Alpine & Gentoo (among others) had to stop fetching the source tarball from Filezilla's website in their build script (due to the above) to rely on a local copy of the said source that they now have to manually download and upload on their side beforehand.
    1010
    11 To sum up, the issue is not the source mirroring / preserving, but the initial downloading of said sources that became an extra manual tasks for distrubitions' package maintainers.
     11To sum up, the issue is not the source mirroring / preserving, but the initial downloading of said sources that became an extra manual tasks for distributions' package maintainers (due to the download link now being unstable, making it unusuable in build scripts).
    1212
    1313I hope this make things clearer, sorry if my initial wording was confusing.