[Mageia-sysadm] [316] fix some cosmetics issue

root at mageia.org root at mageia.org
Fri Nov 19 01:55:02 CET 2010


Revision: 316
Author:   misc
Date:     2010-11-19 01:55:02 +0100 (Fri, 19 Nov 2010)
Log Message:
-----------
fix some cosmetics issue

Modified Paths:
--------------
    puppet/modules/subversion/templates/hook_extract.pl
    puppet/modules/subversion/templates/hook_sendmail.pl

Modified: puppet/modules/subversion/templates/hook_extract.pl
===================================================================
--- puppet/modules/subversion/templates/hook_extract.pl	2010-11-19 00:55:01 UTC (rev 315)
+++ puppet/modules/subversion/templates/hook_extract.pl	2010-11-19 00:55:02 UTC (rev 316)
@@ -1,10 +1,9 @@
 #!/usr/bin/perl -MSVN::Notify::Config=$0
 --- #YAML:1.0
-<% extract_dir.each do |src,dest| %>
-
+<%- extract_dir.each do |src,dest| -%>
 '<%= src %>':
   PATH: "/usr/bin:/usr/local/bin"
   handler: Mirror
   svn-binary: /usr/bin/svn
   to: <%= dest %>
-<% end %>
+<%- end -%>

Modified: puppet/modules/subversion/templates/hook_sendmail.pl
===================================================================
--- puppet/modules/subversion/templates/hook_sendmail.pl	2010-11-19 00:55:01 UTC (rev 315)
+++ puppet/modules/subversion/templates/hook_sendmail.pl	2010-11-19 00:55:02 UTC (rev 316)
@@ -7,7 +7,7 @@
   alternative: HTML::ColorDiff
   with-diff: 1
   to:
-<% commit_mail.each do |mail|  %>
+<%- commit_mail.each do |mail|  -%>
     - <%= mail %>
-<% end %>
+<%- end -%>
   from: root@<%= domain %>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101119/38c9cfcc/attachment.html>


More information about the Mageia-sysadm mailing list