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:
Rob Browning 2015-04-08 12:01:56 -05:00
commit 6c9c365847
2 changed files with 12 additions and 2 deletions

View file

@ -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. This is a minor feature release.

View file

@ -1,6 +1,6 @@
{ {
"name": "puppetlabs-puppetdb", "name": "puppetlabs-puppetdb",
"version": "4.2.0", "version": "4.2.1",
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.", "summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
"source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git", "source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb", "project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",