Custom Query (159 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 159)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#94 fixed RM parallel building doesn't comply with user defined settings Bruno Cornec Nicolas Doualot
Description

Below are the remotes machines declaration

rmlist default = solaris-10-i386,solaris-unknown-sun4v,rhel-5-x86_64
rmtype default = ssh
rmtmout default = 30
rmlogin default = pb
rmport default = 22
rmhost default = 127.0.0.1
rmntp default = XXX.XXX.XXX.XXX
rmntpcmd default = /usr/sbin/ntpdate


rmhost solaris-10-i386 = XXX.XXX.XXX.1
rmport solaris-10-i386 = 22

rmhost solaris-unknown-sun4v = XXX.XXX.XXX.2
rmport solaris-unknown-sun4v = 22

rmhost rhel-5-x86_64 = XXX.XXX.XXX.3
rmport rhel-5-x86_64 = 4022

Attached is the output of the {{pb -p lighttpd -r trunk sbx2rm}} command. In this log file, you can see the ports dialed by PB are not the good ones, and not the ones provided in the remote machine file

#95 fixed Personalized FILTER accessing an item in an hash of a hash Bruno Cornec Nicolas Doualot
Description

I'm trying to access the fields in pbos to create my own filter (I want an output like solaris-10-i386, rhel-5-x86_64)

The syntax should be something like : $pb->{'pbos'}->{'field'}, but this doesn't work.

#97 fixed Handling of multiple sources on solaris broken Bruno Cornec Nicolas Doualot
Description

The commit r1242 break the MULTISRC build on solaris target, I assume this commit also break PATCH handling

If I comment line 1373 of the pb file, the build works fine again.

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