Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-1917) Ignore ._ files when building the module tarball #175

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down