[Gnucash-changes] r11915 - meta/hooks - Re-arrange a bit to test. :)

Joshua Sled jsled at cvs.gnucash.org
Sat Nov 12 10:22:44 EST 2005


Trac: http://svn.gnucash.org/trac/changeset/11915
Author: jsled
Date: 2005-11-12 10:22:44 -0500 (Sat, 12 Nov 2005)
New Revision: 11915

Modified:
   meta/hooks/commit-email.pl
Log:
Re-arrange a bit to test. :)


Modified: meta/hooks/commit-email.pl
===================================================================
--- meta/hooks/commit-email.pl	2005-11-12 15:21:02 UTC (rev 11914)
+++ meta/hooks/commit-email.pl	2005-11-12 15:22:44 UTC (rev 11915)
@@ -40,6 +40,9 @@
 ######################################################################
 # Configuration section.
 
+# Base URL for Trac install
+my $tracBase = "http://svn.gnucash.org/trac";
+
 # Sendmail path.
 my $sendmail = "/usr/sbin/sendmail";
 
@@ -364,7 +367,7 @@
 
 # Put together the body of the log message.
 my @body;
-push(@body, "Trac: http://svn.gnucash.org/trac/changeset/$rev\n");
+push(@body, "Trac: $tracBase/changeset/$rev\n");
 push(@body, "Author: $author\n");
 push(@body, "Date: $date\n");
 push(@body, "New Revision: $rev\n");



More information about the gnucash-changes mailing list