View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
191 | WADF | CLI | public | 7 May 2009 13:44 | 7 May 2009 14:08 |
Reporter | mrosenquist | Assigned To | timj | ||
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Summary | 191: Debugging output is shown when processing a site with dependency-tags | ||||
Description | Debugging output is shown when processing a site with dependency-tags | ||||
Tags | No 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); | ||||
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 |