[Pkg-puppet-devel] [facter] 258/352: (FACT-332) Make the package:apple task depend on cfpropertylist
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 1002e2aa62cfd72d952f78650594483d7519c9f3
Author: Matthaus Owens <matthaus at puppetlabs.com>
Date: Thu Feb 13 16:46:00 2014 -0800
(FACT-332) Make the package:apple task depend on cfpropertylist
Now that the cfpropertylist task exists, this commit defines it as a pre-task
for the package:apple task. This will ensure that cfpropertylist is fetched and
unpacked before making the apple package, but not before other packaging
tasks, such as deb or rpm.
---
ext/project_data.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ext/project_data.yaml b/ext/project_data.yaml
index 792341d..094fca1 100644
--- a/ext/project_data.yaml
+++ b/ext/project_data.yaml
@@ -29,3 +29,5 @@ gem_platform_dependencies:
bundle_platforms:
universal-darwin: ruby
x86-mingw32: mingw
+pre_tasks:
+ 'package:apple': 'cfpropertylist'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list