Custom Query (159 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 159)

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;

#39 fixed distribution naming Bruno Cornec Bryan Gartner
Description

Perhaps you can make PB more input-tolerant by accepting any upper/lower case version of the distribution names, but then working internally and generating standard lower case versions. I'd also strongly suggest that you consider using what lsb_release returns for the expected name.

#36 fixed distinction for cms2 vs using sandbox as is Bryan Gartner
Description

When doing the cms2 commands, I would have expected the operation to grab the specified version from cms, rather than using my current sandbox of a project. In fact the way it behaves now, it much more implements a sandbox2 or local2 functionality (which itself is useful). However, I'd like both modes to be available, and certainly the cms2 modes to actually refresh what gets built/packaged to match what the specified CMS repository has. And the new sandbox2 or local2 operation to rely on what you have in place (modified or not) to be the source (which is really useful for local and/or offline testing).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.