On Fri, Mar 8, 2024 at 5:19 PM Richard W.M. Jones <rjo...@redhat.com> wrote:
>
> For mingw-* packages we (sometimes) have a separate package from the
> native package, eg. libgcrypt vs mingw-libgcrypt.  Therefore two
> different packages are sometimes built with the exact same sources.
>
> However I discovered copying 'sources' (ie the file) from libgcrypt
> dist-git to mingw-libgcrypt dist-git alone isn't sufficient to get the
> package to build.  You still have to download the source tarballs in
> libgcrypt, copy them to mingw-libgcrypt, and 'fedpkg new-sources
> <tarballs>' to upload them again.
>
> Isn't the lookaside cache shared across the whole of Fedora?

Fedora's lookaside schema seems to be
https://src.fedoraproject.org/repo/pkgs/rpms/$pkgname/$filename/$hashtype/$hash/$filename,
so it far from being a content-addressed storage
that'd reuse data across different $pkgnames.
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to