Opened 18 years ago
Closed 18 years ago
#24 closed defect (fixed)
error in analysing filteredfiles
| Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.2 |
| Component: | pb | Version: | 0.9.1 |
| Keywords: | Cc: |
Description
devel version (rev [422]= has an issue with filteredfiles for pb:
DEBUG: pb_conf_get /bruno/pb/projects/dploy/pbconf/devel/dploy.pb: $VAR1 = undef;
$VAR2 = {
'pb' => 'devel,stable'
};
$VAR3 = {
'dploy-pxe' => 'install.sh,bin/dploy-add2pxe',
'dploy-dhcp' => 'install.sh,bin/dploy-add2dhcp',
'dploy-common' => 'install.sh,Makefile.PL'
};
$VAR4 = undef;
DEBUG: pb_conf_get input:
DEBUG: pb_conf_get output: $VAR1 = undef;
$VAR2 = {
'pb' => 'devel,stable'
};
$VAR3 = {
'dploy-pxe' => 'install.sh,bin/dploy-add2pxe',
'dploy-dhcp' => 'install.sh,bin/dploy-add2dhcp',
'dploy-common' => 'install.sh,Makefile.PL'
};
$VAR4 = undef;
DEBUG: pb_conf_get /home/qemu/.pbrc: $VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;
$VAR4 = undef;
DEBUG: pb_conf_get input: $VAR1 = undef;
$VAR2 = {
'pb' => 'devel,stable'
};
$VAR3 = {
'dploy-pxe' => 'install.sh,bin/dploy-add2pxe',
'dploy-dhcp' => 'install.sh,bin/dploy-add2dhcp',
'dploy-common' => 'install.sh,Makefile.PL'
};
$VAR4 = undef;
DEBUG: pb_conf_get output: $VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;
$VAR4 = undef;
DEBUG: pb_conf_get /bruno/.pbrc: $VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;
$VAR4 = undef;
DEBUG: pb_conf_get input: $VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;
$VAR4 = undef;
DEBUG: pb_conf_get output: $VAR1 = undef;
$VAR2 = undef;
$VAR3 = undef;
$VAR4 = undef;
Note:
See TracTickets
for help on using tickets.

Fixed in rev [424] Was using last which was exiting the loop instead of next to treat the remaining parameters.