On Wed, May 8, 2024 at 4:36 PM Kenneth Goldman <kgold...@us.ibm.com> wrote: > > Is it possible for a .spec file to clone a github.com repo rather than > download a tarball? Can someone link to a working example?
Git clones are bulky, with the entire history of a project rather than merely the state of the repo at the moment of that tag or git commit. The "Source:" line can point to a specific archibal tarball or zipfile export of sourcecode at github.com, such as: https://github.com/aws/aws-cli/archive/refs/tags/2.15.46.zip > I found a few hints that it's possible. However, the fedoraproject.org > examples use pseudocode or placeholders. I'd like a working example. > -- > _______________________________________________ > 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 -- _______________________________________________ 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