X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=Rakefile;h=ab25667afa062421cdaacb2ab1d39d914f32ceaa;hb=de276aeeb78bbfc842ff00fb45b75ae4a0e4d67f;hp=20fc384a20af23090189d1f7ee8a2af3d6d6a4eb;hpb=5f1cf4a24593b01a04c8886802553c1be2ec48ed;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/Rakefile b/Rakefile index 20fc384..ab25667 100644 --- a/Rakefile +++ b/Rakefile @@ -43,6 +43,7 @@ task :spec_prep do File::exists?(target) || system("git clone #{repo} #{target}") end + FileUtils::mkdir_p("spec/fixtures/modules") fixtures("symlinks").each do |source, target| File::exists?(target) || FileUtils::ln_s(source, target) end @@ -77,6 +78,11 @@ task :build do end end +desc "Clean a built module package" +task :clean do + FileUtils.rm_rf("pkg/") +end + desc "Check puppet manifests with puppet-lint" task :lint do # This requires pull request: https://github.com/rodjek/puppet-lint/pull/81