Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37902737
en ru br
ALT Linux repositórios
S:3.5.1-alt6

Group :: Sistema/Servidores
RPM: foreman

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: asciidoctor-doc.patch
Download


--- a/Rakefile.dist	2022-09-16 09:07:15.404000000 +0000
+++ b/Rakefile.dist	2022-09-16 09:07:25.762000000 +0000
@@ -21,18 +21,18 @@ file BUILDDIR do
 end
 
 file "#{BUILDDIR}/foreman-rake.8.gz" => "man/foreman-rake.8.asciidoc" do |t|
-  sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
-  sh "gzip -f9 #{BUILDDIR}/foreman-rake.8"
+  sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
+  sh "gzip -b9 #{BUILDDIR}/foreman-rake.8"
 end
 
 file "#{BUILDDIR}/foreman-debug.8.gz" => "man/foreman-debug.8.asciidoc" do |t|
-  sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
-  sh "gzip -f9 #{BUILDDIR}/foreman-debug.8"
+  sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
+  sh "gzip -b9 #{BUILDDIR}/foreman-debug.8"
 end
 
 file "#{BUILDDIR}/foreman-tail.8.gz" => "man/foreman-tail.8.asciidoc" do |t|
-  sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
-  sh "gzip -f9 #{BUILDDIR}/foreman-tail.8"
+  sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
+  sh "gzip -b9 #{BUILDDIR}/foreman-tail.8"
 end
 
 task :build => [
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009