Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 882 Bytes

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.

intel-aero-manifest

Manifests for Intel Aero releases and development

default.xml - manifest for Intel Aero development branch

$ repo init -u https://github.com/intel-aero/intel-aero-manifest.git

v<X>.<Y>.xml - manifest for Intel Aero releases

As example, checking out v1.3 release:

$ repo init -u https://github.com/intel-aero/intel-aero-manifest.git -m v1.3.xml -b refs/tags/v1.3

The versioned manifests are kept on master branch but they are only valid when there's a tag for that version already, so it's advised to pass the -b option to make sure you are building a valid version.