View Issue Details

IDProjectCategoryView StatusLast Update
191WADFCLIpublic7 May 2009 14:08
Reportermrosenquist Assigned Totimj  
PrioritynormalSeveritytrivialReproducibilityhave not tried
Status closedResolutionfixed 
Summary191: Debugging output is shown when processing a site with dependency-tags
DescriptionDebugging output is shown when processing a site with dependency-tags
TagsNo tags attached.
Attached Files
Tools_Wadf.php.output.patch (593 bytes)   
--- /home/mrosenquist/pear/php/Tools/WADF.php.orig	2009-05-07 13:41:11.000000000 +0100
+++ /home/mrosenquist/pear/php/Tools/WADF.php	2009-05-07 13:41:17.000000000 +0100
@@ -1171,8 +1171,6 @@
 						// dep->name includes the channel name
 						$pkg_to_install = $dep->name . '-' . $dep->version;
 						if (!in_array($pkg_to_install, $pkgs)) {
-							print_r($pkgs);
-							print $pkg_to_install;
 							$this->_runPEAR('install -f -n ' . $pkg_to_install);
 						} else {
 							$this->_debugOutput("Skipping installation of $pkg_to_install; already installed", self::DEBUG_INFORMATION);
Tools_Wadf.php.output.patch (593 bytes)   

Relationships

duplicate of 164 closedtimj Debugging output present when using dependency tags file 

Activities

timj

7 May 2009 14:08

manager   ~203

Already fixed in 0.11.2 - make sure you are using the latest release

Issue History

Date Modified Username Field Change
7 May 2009 13:44 mrosenquist New Issue
7 May 2009 13:44 mrosenquist File Added: Tools_Wadf.php.output.patch
7 May 2009 14:08 timj Note Added: 203
7 May 2009 14:08 timj Relationship added duplicate of 164
7 May 2009 14:08 timj Duplicate ID 0 => 164
7 May 2009 14:08 timj Status new => resolved
7 May 2009 14:08 timj Resolution open => fixed
7 May 2009 14:08 timj Assigned To => timj
7 May 2009 14:08 timj Status resolved => closed