This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/velocity-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f584a9  [site/builder] Log actual changelog URL
6f584a9 is described below

commit 6f584a98bbf8aa0b05ed7cd8433ffc58e96497d6
Author: Claude Brisson <[email protected]>
AuthorDate: Mon Mar 1 09:08:28 2021 +0100

    [site/builder] Log actual changelog URL
---
 src/lib/view.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/view.pm b/src/lib/view.pm
index a6f8360..6e43135 100644
--- a/src/lib/view.pm
+++ b/src/lib/view.pm
@@ -30,6 +30,7 @@ sub changes_report
 {
     my ($project, $tag) = split '/', shift;
     my $url = 
"https://gitbox.apache.org/repos/asf?p=velocity-$project.git;a=blob_plain;f=src/changes/changes.xml;hb=$tag";;
+    print("Generating changes report from " . $url . "\n");
     my $xml = get $url;
 
     # hack to fix an error in the XML up to 1.7

Reply via email to