Merge pull request #175 from ajroetker/ticket/modules-1917/ignore_osx_build_files_on_module_build
(MODULES-1917) Ignore `._` files when building the module tarball
This commit is contained in:
commit
6c9c365847
2 changed files with 12 additions and 2 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -4,7 +4,17 @@ Release notes for the puppetlabs-puppetdb module.
|
|||
|
||||
------------------------------------------
|
||||
|
||||
#### 4.2.0 - 2014/04/02
|
||||
#### 4.2.1 - 2015/04/07
|
||||
|
||||
This is a minor bugfix release.
|
||||
|
||||
Detailed Changes:
|
||||
|
||||
* Ignore `._foo` files when building the `.tar.gz` of the module.
|
||||
|
||||
------------------------------------------
|
||||
|
||||
#### 4.2.0 - 2015/04/02
|
||||
|
||||
This is a minor feature release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-puppetdb",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
|
||||
"source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git",
|
||||
"project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",
|
||||
|
|
Loading…
Reference in a new issue