[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:04:02 UTC 2010


The following commit has been merged in the upstream branch:
commit 44798b90c2225dcb4919dbd9d8debf2ecb651864
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