Commit:    5b12539abaf78f19b91414fd92c8096c5f7ee834
Author:    Christoph M. Becker <[email protected]>         Sat, 6 Jul 2019 
12:24:04 +0200
Parents:   6c38fd511a82759514ad030bd8f35e26c9743721
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=5b12539abaf78f19b91414fd92c8096c5f7ee834

Log:
There is only one test pack per release

Changed paths:
  M  include/listing.php


Diff:
diff --git a/include/listing.php b/include/listing.php
index 7c54ec9..5382fdc 100644
--- a/include/listing.php
+++ b/include/listing.php
@@ -270,12 +270,13 @@ function generate_web_config(array $releases = array())
 
                $tmp .= get_redirection_conf_piece($redirect_tpl, 
$release["source"]["path"], $version, $cur_ver);
                unset($release["source"]);
-               
+               $tmp .= get_redirection_conf_piece($redirect_tpl, 
$release["test_pack"]["path"], $version, $cur_ver);
+               unset($release["test_pack"]);
+
                foreach ($release as $flavour) {
                        $tmp .= get_redirection_conf_piece($redirect_tpl, 
$flavour["zip"]["path"], $version, $cur_ver);
                        $tmp .= get_redirection_conf_piece($redirect_tpl, 
$flavour["debug_pack"]["path"], $version, $cur_ver);
                        $tmp .= get_redirection_conf_piece($redirect_tpl, 
$flavour["devel_pack"]["path"], $version, $cur_ver);
-                       $tmp .= get_redirection_conf_piece($redirect_tpl, 
$flavour["test_pack"]["path"], $version, $cur_ver);
                }
        }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to