├── CODEOWNERS └── README.md /CODEOWNERS: -------------------------------------------------------------------------------- 1 | # This repo is owned by Puppet Release Engineering 2 | 3 | * @puppetlabs/release-engineering 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | build-data 2 | ========== 3 | 4 | source of additional information pertaining to build automation --------------------------------------------------------------------------------