WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Add support for fetching binary artifacts to EdkRepo #285

@nate-desimone

Description

@nate-desimone

It would be great if EdkRepo supported fetching binary artifacts from Artifactory as an alternative to Git LFS. This would be useful for integrating binary ingredients such as microcode, GOP, OpROMs, etc. Because it makes sense to have strong versioning of artifacts, this should be made as a separate file from the manifest XML.

Instead, I propose adding an optional .edkrepo config file to the root of every Git repository. This file would use INI syntax, similar to .gitconfig files. It would provide a means of fetching artifacts by URL. Perhaps something like this:

[binary-artifacts]
path/to/local/myfile.bin=https://ubit-artifactory-or.intel.com/artifactory/client-bios-or-local/myfile.bin

This feature would need to automatically add these files to the repo-specific .gitignore file... similar to has been done for #279.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions