You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2017/11/18 12:23:46 UTC

svn commit: r1021058 - in /websites/production/maven/components/plugins/maven-jdeprscan-plugin: debug.cgi download.cgi download2.cgi download2.html

Author: hboutemy
Date: Sat Nov 18 12:23:46 2017
New Revision: 1021058

Log:
new tests

Added:
    websites/production/maven/components/plugins/maven-jdeprscan-plugin/download2.cgi
      - copied, changed from r1021056, websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi
    websites/production/maven/components/plugins/maven-jdeprscan-plugin/download2.html
      - copied unchanged from r1021042, websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.html
Removed:
    websites/production/maven/components/plugins/maven-jdeprscan-plugin/debug.cgi
Modified:
    websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi

Modified: websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi
==============================================================================
--- websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi (original)
+++ websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi Sat Nov 18 12:23:46 2017
@@ -19,4 +19,4 @@
 #
 # Just call the standard mirrors.cgi script. It will use download.html
 # as the input template.
-exec /www/www.apache.org/dyn/mirrors/mirrors.cgi /components$*
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Copied: websites/production/maven/components/plugins/maven-jdeprscan-plugin/download2.cgi (from r1021056, websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi)
==============================================================================
--- websites/production/maven/components/plugins/maven-jdeprscan-plugin/download.cgi (original)
+++ websites/production/maven/components/plugins/maven-jdeprscan-plugin/download2.cgi Sat Nov 18 12:23:46 2017
@@ -19,4 +19,5 @@
 #
 # Just call the standard mirrors.cgi script. It will use download.html
 # as the input template.
-exec /www/www.apache.org/dyn/mirrors/mirrors.cgi /components$*
+echo "SCRIPT_FILENAME=$SCRIPT_FILENAME"
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*