[kde-doc-english] svn commit keyword GUI
Burkhard Lück
lueck at hube-lueck.de
Mon Jul 28 15:16:44 CEST 2008
Hi all,
http://techbase.kde.org/Policies/SVN_Commit_Policy says:
Special keywords in SVN log messages
GUI:
Indicates a user visible change in the user interface. This is used to make
the documentation team aware of such changes.
Currently svn commit logs with GUI are cc'd to kde-docbook at kde.org.
This does not make any sense to me, this is the list for people writing
documentation for KDE.
So it should be changed here:
kdedev at rebutia:~/svn$ svn diff kde-common/svn/
Index: kde-common/svn/hooks/post-commit.pl
===================================================================
--- kde-common/svn/hooks/post-commit.pl (Revision 838533)
+++ kde-common/svn/hooks/post-commit.pl (Arbeitskopie)
@@ -487,7 +487,7 @@
&add_to_bugs($1, '') if ($line =~ /^\s*CCBUGS?[:=]\s*(\d{4,10})/);
&add_to_bugs($1, '-done') if ($line =~ /^\s*FEATURE[:=]\s*(\d{4,10})/);
&add_to_cc($1) if ($line =~ /^\s*CC[-_]?MAIL[:=]\s*(.*)/);
- &add_to_cc('kde-docbook at kde.org') if ($line =~ /^\s*GUI:/);
+ &add_to_cc('kde-doc-english at kde.org') if ($line =~ /^\s*GUI:/);
$silentcommit = 1 if ($line =~ /(?:CVS|SVN).?SILENT/);
}
}
But I am shure not to have enough karma to commit to kde-common/svn.
What do you think?
--
Burkhard Lück
More information about the kde-doc-english
mailing list