项目作者: mrueg

项目描述 :
Create a Gentoo overlay using a cookiecutter template
高级语言: Python
项目地址: git://github.com/mrueg/cookiecutter-gentoo-overlay.git
创建时间: 2016-12-18T16:30:49Z
项目社区:https://github.com/mrueg/cookiecutter-gentoo-overlay

开源协议:MIT License

下载


cookiecutter-gentoo-overlay

Create a Gentoo overlay using a cookiecutter template

It will create the required metadata/layout.conf as well as profiles/repo_name.

Optionally it can provide a README.md and a .travis.yml, that will run repoman via Travis CI.

Usage

Install cookiecutter via

  1. emerge -av cookiecutter

or

  1. pip install cookiecutter

Run:

  1. cookiecutter https://github.com/mrueg/cookiecutter-gentoo-overlay

Answer:

  1. create_repoman_travis_cfg [y]:
  2. create_readme [y]:
  3. overlay_name [Your repository name]:
  4. aliases []:
  5. masters [gentoo]:
  6. eapis_banned [1]:
  7. eapis_deprecated [0 2 3 4]:
  8. sign_commits [true]:
  9. sign_manifests [true]:
  10. thin_manifests [true]:
  11. use_manifests [strict]:
  12. manifest_hashes [SHA256 SHA512 WHIRLPOOL]:
  13. update_changelog [false]:
  14. cache_formats [md5-dict]:
  15. profile_eapi_when_unspecified []:
  16. profile_formats [portage-2]: