[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:32:32 UTC 2010


The following commit has been merged in the upstream branch:
commit b28e21a47645cf982c1290530097db791f0095a5
Author: James Turnbull <james at lovedthanlost.net>
Date:   Thu Mar 25 19:12:50 2010 +1100

    Fixed changelog Rake task

diff --git a/tasks/rake/changelog.rake b/tasks/rake/changelog.rake
index adeeb03..b39fe87 100644
--- a/tasks/rake/changelog.rake
+++ b/tasks/rake/changelog.rake
@@ -8,7 +8,7 @@ task :changelog do
 
     CHANGELOG_DIR = "#{Dir.pwd}"
     mkdir(CHANGELOG_DIR) unless File.directory?(CHANGELOG_DIR)
-    change_body = `git-changelog --no-limit -a`
+    change_body = `git-changelog --no-limit`
     File.open(File.join(CHANGELOG_DIR, "CHANGELOG"), 'w') do |f|
         f << change_body
     end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list