Custom Query (159 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 159)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#24 fixed error in analysing filteredfiles Bruno Cornec Bruno Cornec
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;

#26 fixed test debian packages not working due to empty changelog not accepted Bruno Cornec Bruno Cornec
Description

test debian packages not working due to empty changelog not accepted: Building package... parsechangelog/debian: error: found blank line where expected first heading, at file debian/changelog line 1

#27 fixed support options per VM Bruno Cornec Bruno Cornec
Description

Some VM with KVM just crash at startup (suse-10.2-i386). pb could support a per VM option to disable kvm for those.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.