From ff3b314e036a4fbc4d934017c96dad2fe54dbb16 Mon Sep 17 00:00:00 2001 From: Andrew Roetker Date: Tue, 7 Apr 2015 16:37:29 -0700 Subject: [PATCH] (MODULES-1917) Ignore `._` files when building the module tarball This commit bumps the version of the module so the we can build a version without ._foo copy files (done by prefixing our `puppet module build` step `COPYFILE_DISABLE=false`). --- CHANGELOG | 12 +++++++++++- metadata.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5ab60c4..35e6d54 100644 --- a/CHANGELOG +++ b/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. diff --git a/metadata.json b/metadata.json index 0106d1f..5b969a0 100644 --- a/metadata.json +++ b/metadata.json @@ -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",