We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5094f5e + 7e3ff62 commit 7fdfd41Copy full SHA for 7fdfd41
tasks/manpages.rake
@@ -13,6 +13,11 @@ task :gen_manpages do
13
14
ronn_args = '--manual="Puppet manual" --organization="Puppet, Inc." --roff'
15
16
+ unless ENV['SOURCE_DATE_EPOCH'].nil?
17
+ source_date = Time.at(ENV['SOURCE_DATE_EPOCH'].to_i).strftime('%Y-%m-%d')
18
+ ronn_args += " --date=#{source_date}"
19
+ end
20
+
21
# Locate ronn
22
begin
23
require 'ronn'
0 commit comments