From c35dd1535b429d5432ee55b91884a6c76f17a075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Wed, 4 May 2016 09:44:11 +0200 Subject: Update with modulesync --- Rakefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index adcac18..61faa29 100644 --- a/Rakefile +++ b/Rakefile @@ -11,13 +11,13 @@ end PuppetSyntax.exclude_paths = ["spec/fixtures/**/*.pp", "vendor/**/*"] # Publishing tasks -unless RUBY_VERSION =~ /^1\.8/ +unless RUBY_VERSION =~ /^1\./ require 'puppet_blacksmith' require 'puppet_blacksmith/rake_tasks' - require 'github_changelog_generator/task' - GitHubChangelogGenerator::RakeTask.new :changelog do |config| - m = Blacksmith::Modulefile.new - config.future_release = m.version - config.release_url = "https://forge.puppetlabs.com/#{m.author}/#{m.name}/%s" - end + #require 'github_changelog_generator/task' + #GitHubChangelogGenerator::RakeTask.new :changelog do |config| + # m = Blacksmith::Modulefile.new + # config.future_release = m.version + # config.release_url = "https://forge.puppetlabs.com/#{m.author}/#{m.name}/%s" + #end end -- cgit v1.2.3 From 66115b15090f0c8be716cda29d376bcd8080714b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Mon, 11 Jul 2016 14:09:36 +0200 Subject: Deprecate Ruby 1.8 tests --- Rakefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 61faa29..ab65ceb 100644 --- a/Rakefile +++ b/Rakefile @@ -14,10 +14,4 @@ PuppetSyntax.exclude_paths = ["spec/fixtures/**/*.pp", "vendor/**/*"] unless RUBY_VERSION =~ /^1\./ require 'puppet_blacksmith' require 'puppet_blacksmith/rake_tasks' - #require 'github_changelog_generator/task' - #GitHubChangelogGenerator::RakeTask.new :changelog do |config| - # m = Blacksmith::Modulefile.new - # config.future_release = m.version - # config.release_url = "https://forge.puppetlabs.com/#{m.author}/#{m.name}/%s" - #end end -- cgit v1.2.3 From e496de727fafbbfbe2cf72c9f1528a719ec0e50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Tue, 16 Aug 2016 16:23:49 +0200 Subject: modulesync --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index ab65ceb..aa7b8a1 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'puppet-lint/tasks/puppet-lint' Rake::Task[:lint].clear PuppetLint::RakeTask.new :lint do |config| config.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp", "vendor/**/*.pp"] - config.disable_checks = ['80chars'] + config.disable_checks = ['140chars'] config.fail_on_warnings = true end -- cgit v1.2.3