Source repository for Project Mu mu_build pip module
Перейти к файлу
Sean Brogan 7a42e81ef6
show project inactive
2019-12-10 20:01:30 -08:00
MuBuild Merged PR 995: [Bug Fix] Changed exception type in configuration validator 2019-03-19 17:27:57 +00:00
.coveragerc Merged PR 528: Add CI, linting, and unit test support 2018-11-30 23:25:18 +00:00
.flake8 Update linting policy to enforce 120 char lines. (#1) 2018-12-14 11:58:13 -08:00
.gitignore Merged PR 565: Add server based release and publish process 2018-12-10 23:14:06 +00:00
ConfirmVersionAndTag.py Update linting policy to enforce 120 char lines. (#1) 2018-12-14 11:58:13 -08:00
Git_Repo_Clone_Checkout_Process_mu.PNG initial commit 2018-11-20 16:27:42 -08:00
LICENSE initial commit 2018-11-20 16:27:42 -08:00
MANIFEST.in Merged PR 565: Add server based release and publish process 2018-12-10 23:14:06 +00:00
README.rst show project as inactive 2019-12-10 20:00:50 -08:00
RepoDetails.md show project inactive 2019-12-10 20:01:30 -08:00
azure-pipelines-pr-gate.yml Change the CI pipeline to only save flake results when error. (#2) 2018-12-17 10:23:07 -08:00
azure-pipelines-release.yml Change the CI pipeline to only save flake results when error. (#2) 2018-12-17 10:23:07 -08:00
developing.md Merged PR 565: Add server based release and publish process 2018-12-10 23:14:06 +00:00
publishing.md Merged PR 565: Add server based release and publish process 2018-12-10 23:14:06 +00:00
requirements.publisher.txt Merged PR 528: Add CI, linting, and unit test support 2018-11-30 23:25:18 +00:00
requirements.txt Merged PR 565: Add server based release and publish process 2018-12-10 23:14:06 +00:00
setup.py Merged PR 702: Adding requirement for version 0.4.1 mu_pip_python_library and mu_pip_environment 0.3.3 2019-01-16 20:27:11 +00:00
using.md Merged PR 528: Add CI, linting, and unit test support 2018-11-30 23:25:18 +00:00

README.rst

========
MU Build
========

**THIS PROJECT IS NO LONGER ACTIVE** - ACTIVE WORK HAS MOVED TO https://github.com/tianocore/edk2-pytool-extensions

About
=====

Provided with config file, mu_build fetches/clones dependencies then compiles every module in each package.
This is the entrypoint into the CI / Pull Request build and test infrastructure.

Version History
===============

0.3.3-dev
-----

Main changes:
- N/A

Bug fixes:
- Emitted fewer critical events and instead using PROGRESS level



0.3.2
-----

Main changes:
- Enabling ARM as a supported architecture.

Bug fixes:
- N/A

0.3.1
-----

Main changes:

- Switching argparser to IntermediateArgParser for MuBuild script. This will preserve the assumption that sys.argv[0] is the name of the program being run.
- Added support for omnicache with --omnicache  and --reference. See feature_omnicache.md in MU_PIP_ENVIRONMENT for more information on Omnicache.

Bug fixes:

- Linted code base, enforcing a 120 character per line limit.
- Switch logging to use MuLogging.

0.3.0
-----

Updated documentation and release process.  Transition to Beta.

< 0.3.0
-------

Alpha development