Add yaml files
This commit is contained in:
Родитель
1f3732ca17
Коммит
77afeba3b6
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
packaging_url: 'git://github.com/puppetlabs/packaging.git --branch=master'
|
||||
packaging_repo: 'packaging'
|
||||
default_cow: 'base-squeeze-i386.cow'
|
||||
cows: 'base-lucid-amd64.cow base-lucid-i386.cow base-natty-amd64.cow base-natty-i386.cow base-oneiric-amd64.cow base-oneiric-i386.cow base-precise-amd64.cow base-precise-i386.cow base-sid-amd64.cow base-sid-i386.cow base-squeeze-amd64.cow base-squeeze-i386.cow base-testing-amd64.cow base-testing-i386.cow base-wheezy-i386.cow'
|
||||
pbuild_conf: '/etc/pbuilderrc'
|
||||
packager: 'puppetlabs'
|
||||
gpg_name: 'info@puppetlabs.com'
|
||||
gpg_key: '4BD6EC30'
|
||||
sign_tar: TRUE
|
||||
# a space separated list of mock configs
|
||||
final_mocks: 'pl-5-i386 pl-5-x86_64 pl-6-i386 pl-6-x86_64 fedora-15-i386 fedora-15-x86_64 fedora-16-i386 fedora-16-x86_64 fedora-17-i386 fedora-17-x86_64'
|
||||
rc_mocks: 'pl-5-i386-dev pl-5-x86_64-dev pl-6-i386-dev pl-6-x86_64-dev fedora-15-i386-dev fedora-15-x86_64-dev fedora-16-i386-dev fedora-16-x86_64-dev fedora-17-i386-dev fedora-17-x86_64-dev'
|
||||
yum_host: 'burji.puppetlabs.com'
|
||||
yum_repo_path: '~/repo/'
|
||||
build_gem: TRUE
|
||||
build_dmg: TRUE
|
||||
apt_host: 'burji.puppetlabs.com'
|
||||
apt_repo_url: 'http://apt.puppetlabs.com'
|
||||
apt_repo_path: '/opt/repository/incoming'
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
project: 'puppet'
|
||||
author: 'Puppet Labs'
|
||||
email: 'info@puppetlabs.com'
|
||||
homepage: 'https://github.com/puppetlabs/puppet'
|
||||
summary: 'Puppet, an automated configuration management tool'
|
||||
description: 'Puppet, an automated configuration management tool'
|
||||
version_file: 'lib/puppet/version.rb'
|
||||
# files and gem_files are space separated lists
|
||||
files: '[A-Z]* install.rb bin sbin lib conf man examples ext tasks test spec'
|
||||
# The gem specification bits only work on Puppet >= 3.0rc, NOT 2.7.x and earlier
|
||||
gem_files: '[A-Z]* install.rb bin lib conf man examples ext tasks test spec'
|
||||
gem_test_files: 'spec/**/*'
|
||||
gem_executables: 'filebucket pi puppet puppetdoc ralsh puppetca puppetd puppetmasterd puppetqd puppetrun'
|
||||
gem_default_executables: 'puppet'
|
||||
gem_forge_project: 'puppet'
|
||||
gem_dependencies:
|
||||
facter: '~> 1.5'
|
||||
gem_rdoc_options:
|
||||
- --title
|
||||
- "Puppet - Configuration Management"
|
||||
- --main
|
||||
- README.md
|
||||
- --line-numbers
|
Загрузка…
Ссылка в новой задаче