[Xfce4-commits] <xfce-git-migration:master> add parens around placeholder description

Brian J. Tarricone brian at tarricone.org
Thu Aug 13 22:46:01 CEST 2009


Updating branch refs/heads/master
         to b4fe3c175465d9f97db860234e600d825937c6d4 (commit)
       from 14e020971cab76c854a982c24f018b3764e66d24 (commit)

commit b4fe3c175465d9f97db860234e600d825937c6d4
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Thu Aug 13 20:43:42 2009 +0000

    add parens around placeholder description

 gen-cgit-repos.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gen-cgit-repos.rb b/gen-cgit-repos.rb
index 4dce43c..d2f953e 100755
--- a/gen-cgit-repos.rb
+++ b/gen-cgit-repos.rb
@@ -69,7 +69,7 @@ def check_module_xml(git_dir, url_prefix, use_group)
   end
 
   metadata['owner'] = '(unknown owner)' unless metadata.has_key?('owner')
-  metadata['desc'] = "create a module.xml file to set this module's description" unless metadata.has_key?('desc')
+  metadata['desc'] = "(create a module.xml file to set this module's description)" unless metadata.has_key?('desc')
 
   m = git_dir.match(/([^\/]+?)\/([^\/]+)$/)
   if m and m[1]



More information about the Xfce4-commits mailing list